We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
The error which i am facing while executing the #include "cmsis_os.h" following
.\Objects\led.axf: Error: L6218E: Undefined symbol main (referred from __rtentry2.o).
Hi Jeevan
You must define "main" in your source file.
Please check if you have main function in your source and if this source file has been added to the project.