I see RAM is at 0x0000 to 0x10000. Is this fixed? If so I guess my bootloader must be from 0x10000000 to 0x1000a000 and my application can start at 0x1000a000
With the KV31 we had our bootloader load to flash at 0xA000. We can still load to the same flash location with KV56? I noticed the default location was 0x1000a000.
It looks like there is not a MCUBOOT specifically for the MKV56F512xxx24. However, there is a bootloader for the KV58F220M. I assume that's because this same bootloader works with the MKV56?