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

s132 softdevice + example code not working

Hi, I’m having some troubles with example code : ble_app_uart_s132_pca10040. The code compile well in Keil and I can prog it in the nfr52 but it doesn’t run. When I check the code step by step in debug session, I enter in ble_stack_init() function, but resart entering in the function SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL) (error_code = 0x10). I can’t figure out where is the problem. I work with with softdevice s132_nrf52_4.0.2 and SDK 13.0.0 (I tried with s132 4.0.3 but the result is the same). For information, I have replaced the files presents in SDK\components\sorftdevice\s132\headers by those presents in include folder of the API and… it doesn’t change anything. In Keil configurations I start the IROM1 at 0x1f00 with 0x61000 size and the IRAM1 starts at 0x20001f00 with a size : 0x6100. Do you have any solution to my problem please? Thank’s.

Related