Skip to main content
Frank Sanders
Associate
November 15, 2017
Question

flash lock and unlock when use from FreeRTOS

  • November 15, 2017
  • 0 replies
  • 703 views
Posted on November 15, 2017 at 09:58

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 lock

FLASH 

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
This topic has been closed for replies.