This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

FlashProgram/FlashErase call and interaction with interrupts on LM4F using CCS 5.2

When using FlashProgram, should the caller disable interrupts before the call and enable after the call?  Or is this done by FlashProgram (and FlashErase)?  Or are these two calls insensitive to interrupts?

I am worried about breaking the internal Flash routine with an interrupts, but would prefer to leave interrupts enabled.