some sensors high current issue during production

We use nRF52832 to develop our sensor.

Then SDK version we used is 14.2.0, and the softdevice is S332(ANT_s332_nrf52_2.0.1)

Now we develop the FW hex file with softdevice and application.

It seems good and the result is as our expected  when we test.

After production, we have the issue which is a few sensor will always reset after wakeup.

It will cause the high current issue.

We found the solution if our FW hex with softdevice , applicaiton and bootloader seems good.

Our problem is why we need to add additaional bootloader hex to our FW hex.

But most  sensor didn't have the problem with only softdevice and applcition.

Thanks for your help.

  

Parents
  • Hi

    So some of the devices are just caught in a reset-loop when trying to wake up on your end if you don't have a bootloader in your project? Can you share some more details on what your application is doing, and how are the memory sections set correctly? Please check out the RAM and Flash memory adjustment guide available here to make sure the memory sections are set up correctly.

    Best regards,

    Simon

Reply
  • Hi

    So some of the devices are just caught in a reset-loop when trying to wake up on your end if you don't have a bootloader in your project? Can you share some more details on what your application is doing, and how are the memory sections set correctly? Please check out the RAM and Flash memory adjustment guide available here to make sure the memory sections are set up correctly.

    Best regards,

    Simon

Children
Related