Thank you.
1. I tested to change the startup address of the user application to 0x00000000. After downloading through JTAG, the program can be executed. In the program, I set to print a line of string through the serial port, and I can see the string printed circularly. But the same .mot file, after I download it to flash through bootloader, there is no string printed out, but I feel that the program may have been loaded into flash, because according to previous tests, if there is no program in MCU, when I send characters to MCU at 115200 baudrate, MCU will always reply with a "?" in response, whatever I send is a reply to this character.But now when I send any character, there is no response,
2. I use CodeWarrior v2.10, I don't know how to debug .mot file loaded into MCU program by upper computer, because once I click "debug", it will reload the program into MCU through JTAG, I'm not very familiar with it.
I send the following program to the ram of MCU for execution through the upper computer.