Question
STM32Cube Bug - FMC write recovery time
Posted on July 04, 2016 at 12:50
STM32CubeMX: 4.15.1
STM32CubeF7: 1.4.0 MCU: STM32F746NGHx In the setting: ''Configuration | FMC | SDRAM1 | SDRAM timing in memory clock cycles | Write recovery time'' the value is constrained in [3,16] (and the help agrees with that). However, it doesn't agree with the library code (stm32f7xx_ll_fmc.h:288): #define IS_FMC_WRITE_RECOVERY_TIME(__TIME__) (((__TIME__) > 0) && ((__TIME__) <= 16))