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.

TMS320F28388D: Memory allocation problem during dual-core operation

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hello, I am doing a dual core run and I have added the function shown in the diagram to my CPU1 programme.


But the error shows that the function is not defined, the error is as follows


The possible reason for this is that I am using C2000Ware version 3_03, which is too low, but I can open this function in C2000Ware version 5_0. Now I want to use this function in C2000Ware3_03, how do I call the function, I would like to get your help, thank you!

  • Hi, 

    There are some terminology changes done in the latest version of C2000Ware for including inclusive terms. Hence the name "MEMCFG_GSRAMMASTER_CPU2" has been replaced by "MEMCFG_GSRAMCONTROLLER_CPU2" .  There is a header file "driver_inclusive_terminology_mapping.h" provided in the driverlib folder for backward compatibility.  This file is located at C:\ti\c2000\C2000Ware_5_00_00_00\driverlib\f2838x\driverlib folder.

    You can either update the names or include this header file to resolve the issue that you are seeing.

    Best Regards

    Siddharth

  • Siddharth,

    Thanks a lot for your help, I solved the problem。