Hi Peter.
My two .ld file of configuration is display in fist question. And my application use many modules, so I test another simple one,just using CAN and PIT module. It's not work also.
Application file is in the attachment of first question, you can test it and I will also explain it. The Bootloader just use CAN,PIT interrupt, DSPI.
I'm using S32DS V1.2. I change the chonfiguration to protect the flash area of APP in bootloader project.

OK. Now I begin to test~
Run bootloader and suspend before jump operation:



Then using "Stepping Mode", will see the asm clearly.

Jump to APP:



And I can click the "Step Over" to run the program step by step in "Stepping Mode" now.



Then I set a breakpoint in the address of 0x010000ba. But when I click the "Resume" , the program will go and not stopped.


So,I click "Suspend" button. It goes into IVOR1_Vector();


I don't know what caused this, please help analyze it.
Thank you!
Lei