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.