Earlier quoted context omitted.
Are you implying the SWD signals would send the RAM contents every time? If I had to do that, I would first use a logic analyzer like Saleae to capture the SWD signals of a JLink performing the necessary operations to load the image into RAM. Then figure out, from the bytes that get send and received, whatever needs to be parameterized, and where to put the image data itself, perhaps by capturing different scenarios,…
This is completely unnecessary since SWD is both trivial as well as well documented
Re: Booting the RP2350 from UART
#21Well... I wouldn't call it "trivial". But it is documented.