You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I finally got my hands on the RP2350, I want to try to flash it via UART Boot, this feature was added in new versions, but I don't quite understand how to do it.
I wrote a code for ESP32 which contains a .bin file and writes it to the RP2350. I managed to start the UART mode using SS and SD1 pins, but the subsequent loading of data blocks does not lead me to the result, the RP2350 just stops responding (as indicated in the datasheet) but does not write (to flash)/start the firmware.
I read that it is necessary to properly compile the .bin file, but I don't quite understand how to do it.
How exactly do you create your .bin file?
The text was updated successfully, but these errors were encountered:
Hi, I finally got my hands on the RP2350, I want to try to flash it via UART Boot, this feature was added in new versions, but I don't quite understand how to do it.
I wrote a code for ESP32 which contains a .bin file and writes it to the RP2350. I managed to start the UART mode using SS and SD1 pins, but the subsequent loading of data blocks does not lead me to the result, the RP2350 just stops responding (as indicated in the datasheet) but does not write (to flash)/start the firmware.
I read that it is necessary to properly compile the .bin file, but I don't quite understand how to do it.
How exactly do you create your .bin file?
The text was updated successfully, but these errors were encountered: