Other Parts Discussed in Thread: UNIFLASH
Hi there,
I am debugging some code and at a certain point when I compile and flash the code I get the console error "Error during Flash Programming. Address 0x0008903" I have tried modifying my linker file (attached) to use a different sector but the error address of "0x0008903" simply changes to the new sector address.
The code changes I am making are unrelated to flash programming and I am not doing any custom flash writing, I am simply uploading the code the normal "debug" way. Note that if I roll back my minor code changes to before this problem started occuring then the issue goes away completely. I am therefore concluding this is not a hardware issue.
The problem seems to start occur when sector 4 gets full. This is the memory map when it is still working okay (when sector 4 reaches 100% the problem seems to start occuring):
Appreciate any help!