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.

TMS320F280049: Flash API operation abnormal after security enable

Part Number: TMS320F280049
Other Parts Discussed in Thread: C2000WARE

Dear

Customer report F280049 Flash API operation abnormal after device input password and enable security. 

We use GPIO toggle to check the issue detail, and finally find Fapi_checkFsmForReady () function take 830ms much longer time, and Fapi_getFsmStatus() function will halt inside and never return;

If we unlock the device then Flash API every functions can run well, the abnormal only happen while enable the security.      

I check the .map file and double confirm Flash API all functions are copy and run at the Ram area, and double confirm the OTP security setting that RAM and FLASH are configurate to same security zone.

Because we have not the source code for Fapi_checkFsmForReady() and Fapi_getFsmStatus(), appreciate your advice what the code inside functions will be affected by password security?