Other Parts Discussed in Thread: CONTROLSUITE,
Tool/software: Code Composer Studio
hello everyone;
I'm trying to copy a constant from an input port to a specific address in the shared memory, the program is running on the M3 core. unfortunately, It didn't work.
for some addresses, Code Composer Studio stop running and exit automatically (for example 20009FF0 and 20008000 in S0 RAM).
for some other addresses, the program copies the value but the M3 core stop running (for example 2000AAAA in S1 RAM).
for other addresses, the program still running but enable to copy the value.
How can I found the best address to do that?
thanks in advance;
best Regards;
Yahya;