S32K344 IAR startup code problem (SW32K3_S32M27x_RTD_R21-11_5.0.0_D2410)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K344 IAR startup code problem (SW32K3_S32M27x_RTD_R21-11_5.0.0_D2410)

1,105 Views
wzslaoman
Contributor I

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 */

wzslaoman_0-1729056831416.png

 

 

 

0 Kudos
Reply
1 Reply

1,102 Views
wzslaoman
Contributor I

I use  IAR  V9.20.2.320 for ARM 

0 Kudos
Reply