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..."
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