I have ported S32k148 Bootloader for S32k144 controller and i can load the application image from bootloader via LPUART1.
The sample application provided in S32DS for LED is working properly.
But when i try sample UART application (No SDK, No RTOS), it does not work properly (no output in serial console). The same application works properly when i boot from 0x0 address.
I verified whether the application image is flashed properly by reading the flash memory and everything seems to be fine.
Not sure what is causing this issue. I tried to disable interrupts __asm("cpsid i"); before jumping to application but it did not help.
Any suggestions ?