Other Parts Discussed in Thread: UNIFLASH, CONTROLSUITE
Hi,
I read in this Post 
that there is maybe an example for a booloader application in the arm m3, is it possible to get this example?
I just started a bootloader which can simply flash a part of the device. I created a simple application, which is executed in RAM and it only executes the flashing driver. But when I try to flash the part where the original application is in then the processor jumps to the FaultISR() of the demo code.
EDIT: it works to flash some parts at adress 0x200000. So the code can actually write to the original program location. But if I raise the amount of data somewhen the debugger states "Reset occured on the target" I already use a watchdog-resetting routine in my code. But it still jumps to the FaultISR() (this ISR is linked to the Hardware Fault IVT position.)
Are there any special steps necessary to be able to flash the whole device flash?
Maybe you could give some hints what steps are necessary or maybe you have a wiki or tutorial page?
kind regards
Andreas