MCU restarts when waiting for a packet in RX state.

Hi,

I have a problem with nRF52832 after entering the radio RX state. I use a proprietary protocol with fixed packet length. Packet  transmission works fine, receiving the packet also works fine, when the packet is receivet within hundreds of microseconds after entering the RX state. But if the radio waits longer for a packet, the MCU restarts. The register RESETREAS contains zeros after restart, so the reason is unknown?? Does anyone have any ideas what may be the source of the problem?

Tahnks for any help in advance.

Parents Reply Children
  • Kenneth, you've led me right to the source of the problem. My circuit was powered from the development board, but I forgot that there was an ammeter connected to the circuit so that I could monitor the current draw. Apparently the ammeter's resistance was high enough to cause voltage drops on the CPU power supply, hence the restart.

    Thanks a lot for your help!

    Marcin

Related