Hi All,
I have a query about the CLA implementation.
Based on cla_software_dev_guide chapter 4.5, it is recommended to define shared variables in C28x.c code instead of CLA code.
https://software-dl.ti.com/C2000/docs/cla_software_dev_guide/faq.html
I am just wondering what will happen if the shared variables are defined in the C28x code.
to share from my perspective, my code defines the shared variables in the C28x code. It can work on most produced boards (a few thousand in quantity), however, I found some boards (around 20) that show some variables (ClaToCpu1MsgRam) turned to 0.
My concern is in the consistency of the MCU, why if it's not recommended practice it can still work on most MCUs, and why it does not work in some MCUs.
Thanks and cheers!
Luiz

