Hello,
I was wondering why the RAM of the bootloader must be kept...
The reason why we cannot use the booloader flash area is obvious, but i think it's less obvious for the RAM.
Once the jump is done from the bootloader to the libmaple bin, what would be the consequences to use the following line in the libmaple linker script :
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
Thanks,
Xavier