/stm32-sdram

STM32F429 SDRAM demo code. Finally go this working on my DISCO board, and its cool to have 8MB of ram on a Cortex M4

Primary LanguageC

Enable the SDRAM Peripheral

On the STM32F429 there is an SDRAM controller which can be used to drive an DRAM chip. Attached to the demo board is an 8MB DRAM so this demo configures that and lets us explore it, putting stuff in and taking stuff out.

--Chuck