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'm using the Keil Development System for embedded applications (uVCision3) for the ADuC7020. Because my Keil uVision3 quit working I had to reinstall and upgrade my software. Now I get the warning message unrecognized pragma. It occures wherever there's a #pragma THUMB or ARM statement. This previously compiled without these warnings. They pragmas are necesary for my Firmware. Any ideas?
"I had to ... upgrade my software. Now I get the warning message"
That's not uncommon after changing version!
Presumably, the newer version has (slightly) different syntax for these controls?
Thanks. It turns out that THUMB now cannot be in caps, but ARM can. The problem's solved.