2013-09-12 09:37 AM
I'd like to write a custom bootloader and put it in system memory @0x1fff0000, so it won't occupy space in the 1MB flash. However, I don't know if the system memory region is writable and how.
2013-09-12 10:57 AM
It's specified as being ROM, so good luck with that.