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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,121件の閲覧回数
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 件の賞賛
返信
1 返信

1,118件の閲覧回数
wzslaoman
Contributor I

I use  IAR  V9.20.2.320 for ARM 

0 件の賞賛
返信