Hello,Im trying to develop a blink program for NXP MIMXRT1062DVJ6A via keil. I installed all necessary DFPs. Whenever I build the program I get this error: .\Objects\teensyViaKeil.axf: Error: L6218E: Undefined symbol Image$$ARM_LIB_STACK$$ZI$$Limit (referred from startup_mimxrt1062.o).I tried to go to Options for Target>>Linker to use different scatter files but clicking on the Linker Dialog closes the entire application. I'm also developing another project for TM4C123GH6PM and that project allows me to configure anything in the options for target. Is this a known issue with a fix ? What should I do to fix the entire project closing when I click the linker dialog box ?
Hello,
Is there a scatter file defined? This should define stack (and heap) locations:https://developer.arm.com/documentation/100748/0620/Mapping-Code-and-Data-to-the-Target/Placing-the-stack-and-heap-with-a-scatter-file
Regards, Ronan
Hello Ronan,
Here is a picture of the project with the build output.
And here is a video of what happens when I go to Optios for Target>>Linker to configure the scatter file to use