Hi, Fasih,
Of course, you can pass the ROM bootloader and use your own bootloader.
When you develop your own bootloader, there is a file called flash_config.c
you can modify the NV_FOPT element as 0x3F in uint8_t _flash_config_field[] array, after power up, the ROM bootloader will be passed, the PC will point to P:0x00 and execute from reset vector P:0x00.
In this way, you can jump to your own bootloader from P:0x00, which is the same as that of MC56F827xx.
For detailed inf, pls refer to Chapter 6 ROM Bootloader in RM of MC56F83xxx
Hope it can help you
BR
Xiangjun Rong
