If I add a new array to my code Code Composer Studio places the Address for the new array at 0x00000000 (of course it cannot be used). I don't believe anything has changed in the setup - this just appeared today.
The array I'm using at the moment for testing is:
unsigned char myArray[128];
Can anyone point me in the right direction?
Thank you for any assistance,
Byron