polpo / rp2040-psram

A header-only C library to allow access to SPI PSRAM via PIO on the RP2040 microcontroller.
MIT License
125 stars 11 forks source link

psram_write #10

Open fu709691151 opened 5 months ago

fu709691151 commented 5 months ago

How can psram_write write more bit data at once? Currently, n bit write cannot exceed 256. Thank you