Hello world,
OS: Window 7
IDE: Keil 5 and STM32CUBEMX
MCU: STM32F303CB
Goal: Use PA1 as GPIO output to blink LED
Keil throws this error when build blink code:
*** Using Compiler 'V5.06 update 6 (build 750)', folder:
'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'STCubeGenerated'
assembling startup_stm32f303xc.s...
compiling main.c...
../Src/main.c(82): error: #5: cannot open source input file
"stm32.h": No such file or directory #include "stm32
↧