You have to activate boot2 on RP2350:at the end add (replace <target-name>) :Don't mess with runtime_init only as a last resort.
Also have to select a proper board, in CMakeLists.txtPICO_EMBED_XIP_SETUP 0
Embed custom XIP setup (boot2) in an RP2350 binary
Code:
set(PICO_BOARD <board-name> CACHE STRING "Board type")
Code:
target_compile_definitions( <target-name> PRIVATE PICO_EMBED_XIP_SETUP=1}
Statistics: Posted by gmx — Tue Dec 24, 2024 5:33 pm