You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In filex nor flash driver, current_driver->initialized is set to FX_TRUE after FX_DRIVER_INIT, but this state is not set to FX_FALSE in FX_DRIVER_UNINIT, here is the code:
In filex nor flash driver,
current_driver->initialized
is set toFX_TRUE
after FX_DRIVER_INIT, but this state is not set toFX_FALSE
in FX_DRIVER_UNINIT, here is the code:https://github.com/STMicroelectronics/x-cube-azrtos-h7/blob/437ec3bb3455a26c535de52f0fc7f553c739acb7/Middlewares/ST/filex/common/drivers/fx_stm32_levelx_nor_driver.c#L135C1-L139C1
Is it a bug or by design?
The text was updated successfully, but these errors were encountered: