-
In order to get these bare modules to flash and to run I needed to do the following:
The problem is after the chip is powered-up I have to hit the EN button to get it into the correct mode. I would like it to power-up like the DevKitc_V4 board does, ie without having to hit the EN button first. Anybody figured this out? |
Beta Was this translation helpful? Give feedback.
Answered by
davefes
Mar 28, 2023
Replies: 1 comment 2 replies
-
Thanks to Google there was a suggestion that GPIO0 needed a pull-up as well. Another 10K to 3V3 works with rshell ... at least. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
davefes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to Google there was a suggestion that GPIO0 needed a pull-up as well. Another 10K to 3V3 works with rshell ... at least.
The real answer is further down the thread.