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 took some old code (saved with the original version) and decided to see what happened if I compiled with 7.xx. To my surprise I got DATA space overflow. What I found was that there is no DATA_GROUP shown in the map and all functions have their own private space in DATA and IDATA. What am I missing? Erik PS not uVision but commandline.
Perhaps the (default) commandline options have changed, so that you didn't end up enabling overlaying? There is nothing in the revision notes and no on line manual for the linker. You do not get new books with an upgrade. Have you tried building with uVision to see what command-line options it uses? Since I have and had no intention of using uVision (it can't make multibuilds with file substitutions) I must go through an excruciating rebuild of everything together with learning something I am not going to use - so that will be the last resort. Erik