Question
where the signals for FSMC are being defined (NOE, NL, NWE, etc )in STM32cubeF2?
Posted on April 20, 2017 at 15:55
Hi,
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()). these two functions are common for Muxed and demuxed configuration??
while using these APIs how controller will come to know whether it is address or data,where the control signals are being modified?