Replies: 1 comment
-
Why not add it to I.e. extend: arduino-pico/cores/rp2040/RP2040Support.h Line 309 in 3f475ac Want to do a PR? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe worth as an example:
A simple code, triggering the Pi Pico into bootloader upload mode. (You'll need this for zero-knowledge customers, so they can update the firmware simply with drag&drop when the select "update firmware"):
Then force upload mode with just one line:
reset_usb_boot(1<<PICO_DEFAULT_LED_PIN,0); //invokes reset into bootloader mode
Credits: Found this here:
https://forum.arduino.cc/t/programming-pi-pico-from-host-getting-into-bootmode-without-user-interaction/956170
Beta Was this translation helpful? Give feedback.
All reactions