Quantcast
Viewing all articles
Browse latest Browse all 4825

Other RP2040 boards • Re: Adafruit Feather RP2350 board gets stuck on / after reset

You have to activate boot2 on RP2350:
PICO_EMBED_XIP_SETUP 0
Embed custom XIP setup (boot2) in an RP2350 binary
Also have to select a proper board, in CMakeLists.txt

Code:

set(PICO_BOARD <board-name> CACHE STRING "Board type")
at the end add (replace <target-name>) :

Code:

target_compile_definitions( <target-name> PRIVATE   PICO_EMBED_XIP_SETUP=1}
Don't mess with runtime_init only as a last resort.

Statistics: Posted by gmx — Tue Dec 24, 2024 5:33 pm



Viewing all articles
Browse latest Browse all 4825

Trending Articles