Tool/software:
Hi
I'm trying to access certain areas on the flash like .intvec and the whole sector where intvec is located.
Doing a read of the intvec results in only reading 0xFF from every byte, yet I can read access the data with no issue through the debugger
The thing is that I need to read from that area and then invalidate it by erasing it, but I cannot seem to be able to do that
Is there something I've missed?