How does HAL_FLASHEx_Erase_IT work?
Hi guys!
I'm here again needing yor help regarding the Flash memory function HAL_FLASHEx_Erase_IT. I was erasing the Flash memory using the HAL_FLASHEx_Erase function, but as i need to avoid any function that could block my program, I changed to the interrupt function.
To use this function I turned on the Flash global interrupts and I have alredy tried the HAL_FLASH_EndOfOperationCallback, however, i didn't get to make it work.
I'd like any help of how to use HAL_FLASHEx_Erase_IT correctly.
Thanks!
