Hi. I am a beginner in microcontroller programming and new on this forum also. I have a development board EM-STM3210E with STM32F103ZET microcontroller and i try to make a simple project (turn ON a led) using Keil uVision5. Can somebody told me how to proceed. I am stuck in this point, in Manage Run-Time Enviroment I dont know what option i should choose.
Thank you.
Hello Dragu,
in Pack Installer's Devices tab, click on STM32F1 Series (supposed that you have downloaded the Keil::STM32F1xx_DFP first). You will see that there are three Blinky examples available in the Examples tab: MCBSTM32C, MCBSTM32E, and NUCLEO-F103RB. Use one of them, adapt to your hardware (check out pin configuration and GPIO connections). There you are!
Kind regards,
Christopher