I could use some help, please.
I'm using my RP 4 to program an Pi Pico thru a Pi Debug probe.
I'm able to build the examples in the pico sdk folder & load them onto the board.
I'd like to store some data to the QSPI flash on the Pico board. I see there is an example called program.c that generates some random data, stores that on the flash, then reads it back.
https://github.com/raspberrypi/pico-exa ... ster/flash
I used the Pi Debug probe to load the code onto the Pico, but I'm confused how to use this code.
--where is the data when I read it back? I don't see anything...
I'm using my RP 4 to program an Pi Pico thru a Pi Debug probe.
I'm able to build the examples in the pico sdk folder & load them onto the board.
I'd like to store some data to the QSPI flash on the Pico board. I see there is an example called program.c that generates some random data, stores that on the flash, then reads it back.
https://github.com/raspberrypi/pico-exa ... ster/flash
I used the Pi Debug probe to load the code onto the Pico, but I'm confused how to use this code.
--where is the data when I read it back? I don't see anything...
Statistics: Posted by ttu_Don — Sat Aug 31, 2024 11:27 pm