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.

F021FLASHAPI: NMI_ISR is called while executing "Fapi_setActiveFlashBank" in C28 on Concerto

Part Number: F021FLASHAPI
Other Parts Discussed in Thread: CONTROLSUITE

Hello everyone

I'm having a problem with Concerto flash_prog examples.

I try to run an example from controlSUITE "C:\ti\controlSUITE\device_support\f28m35x\v208\F28M35x_examples_Dual\flash_prog\c28\". But the program falls into NMI_ISR() during execution of "Fapi_setActiveFlashBank". Stack shows problem at: "Fapi_setActiveFlashBank(enum <unnamed>)() at FlashStateMachine.c:270 0x00833D". 

Actually it worked for a while, until I tried to clear all the flash memory with Fapi_issueAsyncCommandWithAddress(). But memory window showed, that flash wasn't erased. After that I started to get this problem with "setActiveFlashBank". I've tried to run the example "Out-of-box" - without any change - same problem.

My other projects (without invoking FlashAPI) can be flashed and run properly.