Hi Carlos,
Thanks for the reply. As per the getting started document i just imported the project for the freeRTOS folder and tried to build the project. The project is successfully getting build and i can see .bin & .axf files generated under the debug folder, later i downloaded the .axf file into imx6sx target board but after clicking run option the execution is not jumping to main code routine instead of it is looping in startup file itself. So i think it could be the startup file but not sure.
This is what i did, apart from this i didn't do any building of the FreeRTOS Library. Is it necessary and if it is required then tell me the procedure how to build the FreeRTOS library.
//**** Help Required ***//
Another my question is, i have a serial code which is compiled successfully using arm gcc compiler and it is working fine for nxp imx6sx target board.
My setup was here:
OS: Windows 10
IDE: ARM DS-5
Toolchain: arm-none-eabi-gcc 4.7.4
Target board: IMX6SX SBD
Terminal: Putty
Now i want to execute the same code in the same setup but with ARM C Compiler instead of gcc compiler, for that what are the changes i have to do. Please find the attached code.
or
Can i get any arm c compiler example code which can run on nxp imx6sx board.
Please reply with solutions.
Regards,
Raghavendra