Question
HAL_NOR_MspWait implementation
Posted on March 13, 2017 at 15:44
Hello
I generated a project with Stm32CubeMX with a NOR Flash connected in the FSMC. This NOR Flash has a Ready/Busy signal and the HAL NOR has a function to handle this signal: HA_NOR_MspWait. What can I do, if I want to implement this function without modifying the stm32f4xx_hal_nor.c file?Best regards!
#fsmc-nor #hal