Strange issue with AT+SLEEP
- This topic has 2 replies, 1 voice, and was last updated 7 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Tagged: JTAG, mDot, sleep issues
Hi
I am trying to put the mDot unit into sleep mode, however, every time I do, the target MCU (which is an EFM32) freezes and looses connection with the JTAG debugger.
I have connected pao_0 to a GPIO port to be able to wake the device from sleep at a later time. I assume that a short or something happens when the device goes to sleep, because of this pin.
I have tried to have the gpio port on the EFM32 configure as open source, open drain and push pull with the same result all of the times.
Any ideas? I could draw a schematic but really dont see the point because its only a single wire.
The mDot is powered by the 3v output from the MCU.
Hi
I did some testing last night, and apparantly, the MCU is somehow broken, and that is why the short happens. I switched out the MCU, and now I do not loose connection with the debugger when changing the state of the GPIO pin.
However, I see from the datasheet that the dio7 / pao_0 connection does not have pull down or pull up resistors. Does this mean that I have to pull the signal down initially, and pull it up whenever I want to exit sleep?
What does pin 13 on / sleep do?