hello all,
how can i add another EXT_RAM section in my project - so i could have EXT_RAM and EXT_RAM2 ??
Thanks,
Inno
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.
Hello Inno,
You can edit the RTSC platform. Go to CCS > Project > RTSC Tools > Platform > Edit/View.
Then in next window, add a row in External Memory pane by right click in the pane and choose "Insert Row". Then edit the Base and Length of each memory segment.
Then click Finish and let it finish building the Platform Package.
Then rebuild your project and reopen the .cfg file. You'll see the newly added memory section:
Regards,
Jianzhong