Hi all,
I'm using TMS570LS3137 with CCS v5.
My project has two external RAM connected to TMS570 by EMIF. I would like to use the two external RAM in a redundant configuration, so as to increase the safety of data stored. I'm again evaluating two possible cases of How to use the external RAM.
first case) external RAM (redundant mode) for dynamic memory (heap) .
How do I configure CCS to have two memory heap? How can I use malloc and free functions?
second case) external RAM (redundant mode) for global & static variables.
How can I store global and static variables on both memories?
Thanks