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.
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.