Hi,
I'm working on TM4C1294KCPDT. I'm trying to erase a block of memory using FlashErase function provided in driverlib/flash.c
This erase is to happen whenever I get some data from the user. I need to erase the block and then program it with new data.
I have a timer running in the background at 1ms and when the code enters the FlashErase function my timer routine is not being called for some duration.
Can anyone help me with this?
Thanks