Hello.
I have a question regarding the title, when issuing the following API using fsl_flash.c of the kinetis SDK Driver.
FLASH_Erase( ,,,,)
FLASH_Program(,,,,)
Is it necessary to execute this API with interrupts disabled?
In other words, before calling this API, the user should disable interrupts and allow interrupts after the execution is complete.
Thank you in advance.
zunda