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.
I am using Keil MDK-ARM version for FRDM-KL25Z128xxx4 board. I have downloaded all the required packages using the pack installer.
When I create a new project and build the following code, I get the following error even though I have it included:
area sample, code, readonly export __main __main mov r1,r2 mov r3,r2 end
Also, the Pack Installer offers a helpful CMSIS-RTOS example project for the KLxx series.