Hello,
I created an array called mag_out. Then, assigned the location of mag_out to:
NON_CACHE_MEM : ORIGIN = 0x70060000 , LENGTH = 0x8000
Previously, I let the processor assign the location (+ it was cached) of mag_out and I was able to view the array values in the expressions view. Now, it shows this in the expression view:
Why is the expressions throwing an error when trying to display mag_out? I can see on the left side in the memory browser that accurate values are being stored at the exact location I defined mag_out. I'd appreciate your help here.
Thanks!