This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

chip doesn't advertise

Hi all,

I'm having a error on my code, and wanted to understand it better. I'm using a custom board with a Rev.3 CTAA chip, 256k Flash and 16k Ram. I have BLE initialized and SPI too, using SD130. And when I start advertising and go to my power manage function, it goes to the state -> sd_app_evt_wait() and doesn't advertise, and if I stop on the debug it is giving me an error on :

p_file_name = 0x000006D1; line_num = 0x07C0; err_code = 0x000000D1;

but I don't understand what this means or why it is happening. If I try the same on the nRF51-DK it advertises and works fine.

Parents
  • I changed my RAM size from 0x5F80 to 0x3E50 because I only had 16k of RAM available. don't know if this was a problem, because it still compiled without any errors.

    I started with the ble_app_uart example of the SDK11 but then I added a lot of things that I had to use such as I2C and SPI connections. But I'm not able to run the BLE advertising anymore, or at least it doesn't show me on the scanners.

    I didn't understand what I needed to add to the watch window, I already can see the line, file and error, my problem is that I don't understand what it is. The line number is easy, because is the line on the file, but I don't understand what file is this 0x000006D1.

    And thank you for the help.

Reply
  • I changed my RAM size from 0x5F80 to 0x3E50 because I only had 16k of RAM available. don't know if this was a problem, because it still compiled without any errors.

    I started with the ble_app_uart example of the SDK11 but then I added a lot of things that I had to use such as I2C and SPI connections. But I'm not able to run the BLE advertising anymore, or at least it doesn't show me on the scanners.

    I didn't understand what I needed to add to the watch window, I already can see the line, file and error, my problem is that I don't understand what it is. The line number is easy, because is the line on the file, but I don't understand what file is this 0x000006D1.

    And thank you for the help.

Children
No Data
Related