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

SD 132 2.0.1 - chip lock - ram

Hi

I am running SD 132 2.0.1 on nrf52832 rev 1 and i am getting a chip lock reset occurring. (I have cleared the flags as per the errata and reset pin flag is not present when I read the register only the chip lock)

The issue is only happening in 5% of our boards and the chip is just constantly resetting. The chip seems to behave the same as the others up until it resets.

We guessed that this might be a softdevice ram issue and we upped the amount of ram allocated to the softdevice and this seems to have fixed the issue.

Yes I did do a ram check on start up when enabling the softdevice using sd_ble_enable() and everything was fine .

Has any one else had this issue?

FInally got the debugger working with it. Its reporting back softdevice_fault_handler(uint32_t id, uint32_t pc, uint32_t info) where id = 1

I can not find what this error refers to though. I can only find this page: infocenter.nordicsemi.com/index.jsp

Parents Reply Children
No Data
Related