Part Number: TMS320F280049M
Tool/software: Code Composer Studio
Are the "Page 0" and "Page 1" Memory partitions still needed in the linker "cmd" file? These appear to be legacy from older C28xx processors that had separate code and data buses.
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.
Part Number: TMS320F280049M
Tool/software: Code Composer Studio
Are the "Page 0" and "Page 1" Memory partitions still needed in the linker "cmd" file? These appear to be legacy from older C28xx processors that had separate code and data buses.
It is almost certainly the case that your C28x device has unified memory. If that is true, then you don't need to separate memory into PAGE 0 and PAGE 1. For more on this topic please see the discussion in the articles Linker Command File Primer and C28x Compiler - Understanding Linking .
Thanks and regards,
-George