I use IAR EWARM with startup code in Platform_TS_T40D34M50I0R0, and make it . Fiinal, I find error message:
Error[Lp004]: actual size (0x448) exceeds maximum size (0x410) for block
"interrupt_vector_init"
Then,I change block interrupt_vector_init size to 0x450, and run error. We can see it :IAR automatic change code at 0x402000.
define block interrupt_vector_init with fixed order, alignment = 8192, size = 0x450 { section .intvec_init }; /* The minimum erase size of C40 Flash IP is 8kb */
