2017-11-15 12:58 AM
Hello guys
i have a question about use from flash Lock and Unlock in my code, when use from FreeRTOS .
i have some run Task (
FreeRTOS)
in my code and use from EEPROM emulation for save some data on FLASH, so we know, when need a write data on FLASH must be use from HAL_FLASH_Unlock() and after finished the write data must be lockFLASH
with HAL_FLASH_Lock().My question :
i have some run Task in my code, use from Unlock and lock in one of Task is not danger for me? Can damage the program ???
#eeprom-emulation-example #free-rtos #flash-writing