Hi Support team,While creating the project in KEIL IDE I am selecting the CMSIS Core component in RTE, but none of the CMSIS core support files from ARM are included in the project under CMSIS.Why is this happening should I do anything explicitly to get these files ?
Selecting the 'CMSIS CORE' component will not add source files to your project. The CMSIS CORE component consists of header files that contain lots of definitions for the Cortex-M core and peripherals of your microcontroller. You should then continue to include the header file "RTE_Components.h" in all your source files. This component will for example tell the compiler where to find the header files and µVision will use the right compiler directives for the selected Cortex-M core.
Selecting a startup file (see the Device component) will add source files to your project.
Hi Hans SchneebauerThank you for your response, I understood what you have explained, but in my case, it is not including the paths for software components that I am selecting in the RTE and giving errors while compiling.What would be the issue, do I have to look into any of the configurations or settings in the KEIL.