I have flashed NXP Kinetis Bootloader v2.0.0 to MKL16Z128VFT4 and able to send commands and receive response.
Wrote a sample LED program and flashed using write-memory command at 0x9000 to test whether it jumps to user application and also set the same at bootloader_config.h
#define BL_APP_VECTOR_TABLE_ADDRESS 0x9000
But the bootloader is not jumping to application after reset.
Should I disconnect UART connection to host and try or is there anything else I need to set in code to jump to user application