where the signals for FSMC are being defined (NOE, NL, NWE, etc )in STM32cubeF2?
Posted on April 20, 2017 at 15:55Hi,Currently I am trying to implement muxed NOR FSMC on STM32F207ZG nucleo board,so as it is muxed data and address lines are common, I found some APIs in hal_driver( HAL_NOR_ProgramBuffer(), HAL_NOR_ReadBuffer()). t...