Hi everyone,
I want to build a bootloader program for MKE06Z128 using processor expert (Codewarrior 10.7). It uses UART for communication and a terminal program(I don't wanna use Kboot or AN2295SW).I follow this post (Serial Bootloader for the Freedom Board with Processor Expert | MCU on Eclipse ) from Mr Erich Styger. But I have faced a problem at the step to determine running bootloader or not. In this step BL_CheckForUserApp() has to be added in the cpu processor expert component to run before main()

But MKE06 cpu processor expert does not have user initialization properties so I don't know how I have to do this step.

My question is:
Where can I put BL_CheckForUserApp() to figure out bootloader or application program should be run?
or How can I create a bootloader program with processor expert for mke06?
Thank in advance.