I creat "bootloader_S32K" project from the S32 DS example projects.
and .srec file produced by the project,could be loaded into flash by Rappid,
and work fine.
But when i creat a SDK based "hello_world" example project,
and modify the linker file ,to be same as " "bootloader_S32K" project
and compiled OK.
but the project can't start to work after loader to flash by Rappid.
Would some friend tell me :
whether a app/bootloader project could be created based on SDK?