Hi,
Build an application without SD but with MBR. MBR is at address 0x0000 - 0x1000. Application is at 0x1000 - 0xF0000. At the beginning of the application is the ISR vector.
Application is also working after programming.
However after a reset the application goes into readback protection. Did I forget something to do when disabling and removing SD? is there some docu available?
Maybe the reset handler is not found? How can I debug this?