2018-01-12 12:28 AM
hi, I know the way to use HAL_FLASHEx_Erase() in my main loop and it works,erasing some flash areas.
Now I want to use the HAL_FLASHEx_Erase_IT() , I have enabled from the cube the flash global interrupt,
Do I have to put it inside of the flash global interrupt? or not,
can you tell me the way to use the it ?or write me down a simple example
thanks