Question
Possible wrong configuration for FMC with Cube
Posted on April 19, 2016 at 12:26
Hi,
I am reading the RM0090 about the FMC configuration since I want to interface an stm32f427 with a SRAM through the FMC controller. At some point in the manual it is reported a figure that represents the memory arrangement (fig. 455). According to the picture the first bank is meant for SRAM but when I carry out the configuration through Cube, it sets hsram1.Init.NSBank = FMC_NORSRAM_BANK2; where hsram1 is the handle to the FMC peripheral, and I am a little bit confused. Is this a bug or am I missing something?Thank you and regards.