We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am getting this L107 error and I see that the length specified is exactly twice what it should be. This is overlayable data, 0x30 bytes, but the error reports a length of 0x60 bytes. How can this happen? Also, I have just switched this software from the old batch files and old assembly startup routine (called VECTOR.A51) to uVision2 project and have included the standard STARTUP.A51 file with slight modifications to fit my actual hardware memory setup. Ideas?
"This is overlayable data, 0x30 bytes, but the error reports a length of 0x60 bytes." How do you know it's supposed to be 0x30? Maybe you've used int instead of char by accident?