S32K3 SCST IAR Demo

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

S32K3 SCST IAR Demo

343 Views
jhuang1
Contributor I

Hi, I purchased SCST lib for Cortex M7, and i need to integrate it to my project which base on IAR compiler, but the library i purchased dosen't provide a IAR demo project, i don't kown how to dispatch each section of SCST in the address link file of IAR(*.ict). So is there a SCST demo project based on IAR? 

  I put section .m7_sctst_test_shell_data to ramblock in the link file, it encounterd an error after compiling "there was no reference to __iar_data_init3, but it is needed to initialize section .m7_sctst_test_shell_data..."

0 Kudos
Reply
1 Reply

274 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @jhuang1,

There is no IAR demo.

But you can refer to the attached linker file and startup code.

It seems you don't call __iar_data_init3 

 

Regards,

Daniel

 

 

0 Kudos
Reply