Dear all,
Recently I tested the l2 memory in my project, I found that the memory browser in CCES2.8.2 can't display the right data defined in l2, unless I add a printf() function after anywhere I change the data values. It's inconvenient to debug the project.
Now, here is my problem. I want to use l2 memory to store some datas, which will be shared both by core1 and core2. I realized that MCAPI can do this job, but I think MCAPI is suitable for few datas transmission, however in my project, a lot of datas need to be shared between core1 and core2, is there any other way to do this job?
In core2 project, I have tried to define some params in l2 memory. Then In core1, I read the address of params defined in l2, but I can't get the right values, how can I directly read from l2 memory to get the values defined in core2?
Thanks for help!