Hi@vinaykl
sorry for the late repley,I didn't find the source projects of s32k144_blue_led_pic and s32k144_red_led_pic, but according to some tips in the linked file, I think you can make the application according to the link file below
bule.bin
/* Flash */
m_interrupts (RX) : ORIGIN = 0x00002000, LENGTH = 0x00000400
m_flash_config (RX) : ORIGIN = 0x00002400, LENGTH = 0x00000010
m_text (RX) : ORIGIN = 0x00002410, LENGTH =0x3DBF0 /* 0x40000-0x2410 */
red.bin
/* Flash */
m_interrupts (RX) : ORIGIN = 0x00042000, LENGTH = 0x00000400
m_flash_config (RX) : ORIGIN = 0x00042400, LENGTH = 0x00000010
m_text (RX) : ORIGIN = 0x00042410, LENGTH =0x3DBF0 /* 0x40000-0x2410 */