Part Number: TMS320F280049
Hi expert,
My customer is evaluating TI's STL library in both C28x and CLA and have below questions for you.
1. Do M-POST and c28x_stl have any relationship? Will the later use this build in hardware to realize its function?
2. There is no requirements for programming OPT when using a c28x_stl, could you confirm that for me?
Both CLA_2_CPU_MSG_RAM and CPU_2_CLA_MSG_RAM are used in the code for data transfer between CLA and CPU.
The variables defined in the message rams are uninitialized variables. And manual initialization is done in main.
CLA stl is executed before variable initialization in main.
My customer's concern is that:
Since CLA to CPU message RAM is used in POST Test Vector 01 --- “CLA write a large portion of the CLA to CPU message RAM”,
Would the variables located in the message ram be effected?
(for my understanding, maybe only the value of the variables/contents of ram has been changed of the POST test vector,
but the symbol address of the variables are unaffected, and latter initialization of the variables in code is enough.)
Please help to ensure that this is not a risky operation that use the Message Ram to restore variables when utilizing the cla stl.
Thanks
Sheldon