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

Problems with Reset loop S110 softdevice

Hello All,

Since yesterday I have been getting a problem where my project using the S110 softdevice enters a reset loop. This runs on a unmodified PCA10001 that plugs into a carrier board.

After stepping through the code I reach a point where my code just resets and hits the breakpoint I have put at the beginning of main, without informing me what has happened. This "reset" occurs in the file "Source\ble\ble_stack_handler.c", in function ble_stack_handler_init at line sd_nvic_EnableIRQ(SWI2_IRQn); .

As I am working on a project that uses strong AC magnetic field I have taken a brand new PCA10001 out of its packaging and retested this. Same problem occurs with this board so I have eliminated hardware failure, strange thing is that this problem only showed up today. I am completely out of ideas, this worked last friday without a problem.

I can deliver the source code but this is based on a non public SDK and uses some propietary code.

Anyone from the nordic team that can look into this?

With kind regards,

Bart

Related