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.

How to deploy MATLAB/Simulink application to C2000 processor.



Problem Description: I am using Target Support Package  (R2010a) to build and deploy code to a c2000 processor. When building the MATLAB/Simulink model, the following error message appears:

 Error while loading and running the project. The build process will terminate as a result.

Also in the Code Composer Studio (CCS  v3.3) the following message appears: "Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map."

 How can i solve this problem to deploy a MATLAB/Simulink application to C2000 processors.

Thanks.

 

  • Hi DIna,

    Your code is too large i guess thats the error. Goto the matlab folder in  your machine----->> then open your proyect folder------>>open the (proyect_name).map file as txt.  There You´ll see the memory used it by your program (RAMM0M1).

    Check the matlab examples in the help menu.

    Regards

    Gastón