Part Number: TMS320F28377D
Tool/software: Code Composer Studio
Hello Everyone,
I am currently working on a project with a TMS320F28377D device. I want to share a block of constant data on CPU2 Flash with CPU1 and I am thinking of doing that through shared RAM. My idea is to copy this block to shared RAM so CPU1, can read it.
The problem I face is that the Flash block contains linked text tables:
So, even if I copy the Flash block to shared RAM, I bet the pointers will keep pointing to the same addresses in CPU2 Flash:
Is there any way to make the pointers point the right Shared RAM locations?
Many thanks in advance,
Andreu