User Activity

The evaluation board STM32F429I-DISCO has a Synchronous Dynamic RAM: ISSI IS42S16400J I must use this external RAM instead of the internal RAM so I had a look to the example from "FMC/FMC_SDRAM_DataMemory"The example looks quiete easy. Nevertheless I...
The Datasheet of the STM32F429 says that this uC has 256 kbyte of RAM, whereas 64kbyte are CCM.By default the Linker uses only 192kbyte for the heap/stack. I found several articels about how to move some sections to the CCM.But I would like to know i...