Hi I have keil5 and when I build a new project, it doesn't add startup and RTE_device files to my project. also when I check the CMSIS box to add it to my project, it's color is green but I have seen in many tutorials that it should be orange till you add startup files!
I use keil 5.20, and want to build a CMSIS based project for STM32F407VG microcontroller, that it's on Discovery kit.
Thank you in advanced!
Hello reza,
Use the Manage Run-time Environment dialog to add in the files, under Device: http://www.keil.com/support/man/docs/uv4/uv4_ca_rtemanager.htm
Enable Startup option to add in *.s and *.c startup files. I think either "RTE_Device.h" or "MX_Device.h" is added in, depending on whether Legacy or CubeMX is chosen as the framework.
Thanks, Zack
Hi Zack! Thank you for reply. I do choose stm32f407vgtx and then CMSIS and Startup options as shown below:
community.st.com/.../1.png
But I have no RTE_Device.h(Starytup) file after creating my project!
community.st.com/.../2.png