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
  • It seems that the problem is happening on the ble_advertising_start function. I can't debug, because for some reason the program cuts my access to the chip after 2 seconds. But it continues to work without advertising.

    Could it be the advertising mode (using FAST_MODE)? I'm using also the internal clock on this chip, could it be the problem?

Reply
  • It seems that the problem is happening on the ble_advertising_start function. I can't debug, because for some reason the program cuts my access to the chip after 2 seconds. But it continues to work without advertising.

    Could it be the advertising mode (using FAST_MODE)? I'm using also the internal clock on this chip, could it be the problem?

Children
No Data
Related