Hello,
I am trying to install Keil on Visual Studio code for the first time.
After installation, I tried to follow the instructions to make "blinky" work on my Stm32-F401RE.
I think I did follow the steps to install blinky as good as possible but without result:
Compiling the imported example results in missing "Board_LED.h, Board_Buttons.h" and "stm32f4xx.h".
(It seems that these files were not dowloaded when the demo was installed.)
Thanks for any advice to fix this.
Please confirm the link that you follow to create that Blinky example project
Arm Keil Studio Visual Studio Code Extensions User Guide this is the link that I tried to follow.
But I changed the device from FRDM-KL32L3A6 to STM32-F401RE (the software found my STM32-F401RE linked via the ST-LINK integrated in the board). I have no FRDM-KL32L3A6 available (STM32CubeIDE is my favorite IDE for the moment)
There is a Blinky example for the board you have (NUCLEO-F401RE) available here:
https://www.keil.arm.com/boards/stmicroelectronics-nucleo-f401re-revc-3ab5dc9/projects/
It's a µVision example, so you will need to convert it once you've imported it in VS Code.
Good luck with your project and all the best.
The Keil Studio team.