Hello,
we are able to build a static bootloader using the CodeWarrior MCU for MC56F8025. Thanks for your help here
Now we do face the difficulty that we want the same bootloader (same srecord) also to work with MC56F8035.
Both controller differ in flash: The 8035 starts at 0x0000. The 8025 starts at 0x4000. This leads to the issue that if one flashes the bootloader meant for the 8025 onto the 8035 the flash at 0x0000 stays at 0xFF up until 0x4000. The bootloader on the 8035 starts nevertheless. (The production bootloader on the other hand, which comes shipped with the 8035, has JMP instructions as described here at 0x0000)
We could not find anything in the RM what is expected behaviour with 0xFF in pflash.
Can you confirm that this is not an issue? Is flash written with 0xFF just skipped at boot up or is this a coincidence that this works?
Thanks and greetings!