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 have a working project at uVision 5.01 and ARMCC 5.03.0.76. I have upgraded the uVision at 5.14 and ARMCC to 5.05 and I am getting some Internal faults. I have kept the new uVision GUI (5.14) and replaced the compiler with 5.03 and worked fine again.
I have isolated the code rows that produce the internal errors. The problem is when I am trying to assign an integer value from a struct member to another member of another struct. This is happening only at integer values not chars, shorts.
I have also created a new project with the new GUI and added the old files but I got the same errors. But when I created a new project and just created a single struct and assigned an integer member then it worked fine.
Any ideas?
Thanks in advance.