Thank you for your review.
I found out that there is a boot_header IVT at the start location, and the Start address of Core0 is located at the offset 0xC address.
And I also knew the address of Reset_Handler located at Start address + 4.
So, Jump seems to move to those locations well, but an error still occurs at the same location.
There doesn't seem to be much difference in the Unified bootloader demo code.
What part did I set up wrong?

Is there any more detailed information?