Hello
According datasheet, the only difference between RAM block named LS (Local shared) and D is the D canot be accessed by the CLA. It is right?
Except this restriction, are they other difference like time access etc...
Same question with M RAM (Accessible only by CPU1 or CPU2) , GS RAM (Only by CPU1 AND CPU2)....
The aim of my question is to know how dispatch stack and "ramfuncs" for my CPU1. Is there any difference if I locate in these different memory? (Except for stack where we must place it on 16bit address...)
Thank you