Open 3s1d opened 1 year ago
Thank you for opening this issue, that is great to hear! I will try out this code. To get 62.5MHz, do you have to reconfigure the peripheral clock? When trying to use the SPI hardware I came across this post: https://forums.raspberrypi.com/viewtopic.php?t=333214. I typically overclock the Pico (in the 266-280MHz range) and wonder if the baud rate will also scale as I overclock.
Hi Polpo,
no have not done anything like that. My pico should run at stock 125Mhz. I can confirm that the SPI clk runs at 62.5Mhz. I measured it with my scope.
Bests, Juergen
Hi,
I just wanted to let you know that I have the communication working using the spi hardware (+dma) of the rp2040. Actually you provided the trick:
Prior to the read operation I reconfigure the spi hardware to do sampling on the falling edge. I have it tested at 62.5Mhz (maximum for a pico running at default speed (125Mhz)).
Cheers, Juergen