@jiangchun9981
i did findout, thats because XBOOT does not reset interrupt registers, and if you are re-flashing your software interrupt will trigger when enter in this area.
add in boot area:
//reset all interrupt registers for debugging
memset(0x01C20400, 0, 0x70);