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.