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.
Im programming space vector modulation in arm7024,I have stored 255 data in an array.while simulating the program Im getting 'NO Read Permission -access violation error'.what is the reason and the remedy for this ..
Either you program has a bug, and is trying to read memory that it shouldn't, or your setup is wrong and you haven't granted read permission to an area that needs it.