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.

TMS320F280039C: CIO Error message when the CCS is updated.

Part Number: TMS320F280039C

Hi, 

My customer is getting this message,

"Invalid CIO command (4) in the CIO buffer at address (0xA000) was not recognized. Please check the device and program memory maps" when I run the code.

During the upload and build process, it shows no errors.

And command number is change sometimes.

 

Customer has been using the code in CCS version 12.1.0. 

Customer built the same code in CCS version 12.4.0. It compiled perfectly and did not show any errors, but when he tried to run it displayed this error.

We found the point where the error occurs. 

Standard library (stdlib.h) functions such as srand() and rand() occurs error messages.

I don't understand why the same code gives error in different CCS versions.

How can I use C I/O functions?