2022-11-07 03:45 AM
How can I connect external ram to stm32h743vit6? I need at least 2 MB of external memory for the display (800x480 16 bit color). SDRAM unfortunately this microcontroller does not support
Solved! Go to Solution.
2022-11-07 06:47 AM
If the 100-pin device doesn't support enough of the FMC pins to support the memory(s) you need, you'll need to pick a larger part.
The H743 doesn't support QSPI based RAM, and I doubt it would have the bandwidth to support a display in any case.
Perhaps you should look at a display that has it's own frame buffer, and communicate with that via an interface it supports.
2022-11-07 06:47 AM
If the 100-pin device doesn't support enough of the FMC pins to support the memory(s) you need, you'll need to pick a larger part.
The H743 doesn't support QSPI based RAM, and I doubt it would have the bandwidth to support a display in any case.
Perhaps you should look at a display that has it's own frame buffer, and communicate with that via an interface it supports.
2022-11-07 04:25 PM
The Cube shows PSRAM capability. If that indeed does work, find a suitable PSRAM...