cancel
Showing results for 
Search instead for 
Did you mean: 

[STM32H755ZIT6] DCMI to external SPI PSRAM

michalzet
Visitor

Is it possible to DMA DCMI data to external SPI PSRAM (8MB)? I don't have enough pins to place SDRAM and wish to buffer Camera data.

2 REPLIES 2
MHoll.2
Senior III

Yes this should be possible. The OCTO or HyperRAM SPI PSRAM has to be in Memory Mapped mode to do this.

Be award that there are limit's (and Errata's) on some STM32 MCU's when using external PSRAM's.

Thank you very much I will try.