Question
SDRAM on STM32F429I with disabled 16-bit byte
Posted on April 13, 2016 at 12:37
Hi,
I am using a STM32F429I discovery board. I have a running project in which I can generate code from STM32CubeMX. I would like to disable ''16-bit byte'', because I need the pin PE0 as a clock source for TIM4 (ETR2).The FMC controller for SDRAM2 is configured as follows:Clock and chip enable: SDCKE1+SDNEInternal bank numer: 4 banksAddress: 13 bitsData: 16 bits16-bit byte enableDoes anyone knows if this is possible?