peacemaker Expert Licensed User Longtime User Oct 21, 2020 #1 HI, All Who already used DeepSleep - is it correct that after connecting pins RST and WAKE for getting DeepSleep - it's impossible to re-flash the MCU ?
HI, All Who already used DeepSleep - is it correct that after connecting pins RST and WAKE for getting DeepSleep - it's impossible to re-flash the MCU ?
tigrot Well-Known Member Licensed User Longtime User Oct 21, 2020 #2 I read about it. Seems that the operation damages the bootloader. Upvote 0
peacemaker Expert Licensed User Longtime User Oct 21, 2020 #3 It was a question - is it so for sure ? Or only at my "straight hands" ? I guess that RST is used during the flashing process. Maybe it should be pulled up additionally Last edited: Oct 21, 2020 Upvote 0
It was a question - is it so for sure ? Or only at my "straight hands" ? I guess that RST is used during the flashing process. Maybe it should be pulled up additionally
peacemaker Expert Licensed User Longtime User Oct 22, 2020 #4 If RST and GPIO16 (WAKE) are connected, and to make B4X: pinWAKE.Initialize(16, pinWAKE.MODE_INPUT_PULLUP) 'RST is pulled up the flashing is working, but ... no start after re-flashing , until the manual reset. Upvote 0
If RST and GPIO16 (WAKE) are connected, and to make B4X: pinWAKE.Initialize(16, pinWAKE.MODE_INPUT_PULLUP) 'RST is pulled up the flashing is working, but ... no start after re-flashing , until the manual reset.
peacemaker Expert Licensed User Longtime User Nov 11, 2020 #5 Actually, if RST and GPIO16 (WAKE) pins are connected for DeepSleep - mostly i cannot re-flash it . But sometimes - it's reflashed - why not stable ? Who investigated - any solution to use togerther OTA and deepsleep (with connected pins) ? Upvote 0
Actually, if RST and GPIO16 (WAKE) pins are connected for DeepSleep - mostly i cannot re-flash it . But sometimes - it's reflashed - why not stable ? Who investigated - any solution to use togerther OTA and deepsleep (with connected pins) ?
peacemaker Expert Licensed User Longtime User Nov 16, 2020 #6 SOLVED: RST and GPIO16 (WAKE) pins must be connected not by short circuit (just wire), but via small resistor, say 470 Ohm. Last edited: Dec 3, 2020 Upvote 0
SOLVED: RST and GPIO16 (WAKE) pins must be connected not by short circuit (just wire), but via small resistor, say 470 Ohm.