Tool/software:
Dear TI team,
I am looking to maximize the usage of TCM A and TCM B on R5F and allocate specific application sections to TCM. I have faced two issues:
1. Unable to access TCM A on R5F before jumping to application (before self reset of R5F). Accessing the TCM A to load either data or text causes exception. Referring to the TRM, it was mentioned that TCM A is disabled by default.
Could this be the cause of this issue ? If so, how to enable it?
2. Wanting to allocate memory sections to TCM B, I have updated the linker of application on R5F, instead of setting memory sections load origin TCM B and run origin TCM A, I set to load and run from TCM B . This causes the software to enter exception after jumping to application, which boots from TCM B. Is there a limitation to load and run from the same TCM ?
Regards