Hi, I am using nrf51822 pca10004 with SDK110 v8 , I got a problem that the code hangs in sd_softdevice_enable and stuck in SVC_Handler.
Thanks, Nagaraj
Hi, I am using nrf51822 pca10004 with SDK110 v8 , I got a problem that the code hangs in sd_softdevice_enable and stuck in SVC_Handler.
Thanks, Nagaraj
Hi nordic_fan ,
Do you get any error code from softdevice_handler_init()?
Try to debug, and make sure that you are running without compiler optimization, i.e. that you have CFLAGS += -Wall -Werror -O0 -g3
in the makefile. and that you have defined DEBUG, -> CFLAGS += -DDEBUG
Hi nordic_fan ,
Do you get any error code from softdevice_handler_init()?
Try to debug, and make sure that you are running without compiler optimization, i.e. that you have CFLAGS += -Wall -Werror -O0 -g3
in the makefile. and that you have defined DEBUG, -> CFLAGS += -DDEBUG