STM32F334K8 Error Compiler
Posted: Tue Mar 30, 2021 9:29 am
Hi
I am trying to compile a project on the mcu in question but the compiler reports the following error
Kind Rergards
I am trying to compile a project on the mcu in question but the compiler reports the following error
...\Mainboard\Mainboard_009>arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -DSTM32 -DSTM32F3 -DSTM32F334x8 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -I"C:\Program Files (x86)\Flowcode\Common\Compilers\starm\\stm32cubeF3\Drivers\CMSIS\Include" -I"C:\Program Files (x86)\Flowcode\Common\Compilers\starm\\stm32cubeF3\Drivers\CMSIS\Device\ST\STM32F3xx\Include" -I"C:\Program Files (x86)\Flowcode\Common\Compilers\starm\\stm32cubeF3\Drivers\STM32F3xx_HAL_Driver\Inc" -I"C:\Program Files (x86)\Flowcode\Common\Compilers\starm\\stm32cubeF3\Drivers\STM32F3xx_HAL_Driver\Inc\Legacy" -I"C:\PROGRA~3\MATRIX~1\FLOWCO~3\FCD\ARM\batch\..\inc" -fmessage-length=0 -fdata-sections -ffunction-sections -w -c "Mainboard_009.c" -o "Mainboard_009_STM32F334x8_8000000\Mainboard_009.o"
In file included from c:\program files (x86)\flowcode\common\compilers\starm\stm32cubef3\drivers\cmsis\device\st\stm32f3xx\include\stm32f3xx.h:225:0,
from C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\internals.c:457,
from Mainboard_009.c:46:
c:\program files (x86)\flowcode\common\compilers\starm\stm32cubef3\drivers\stm32f3xx_hal_driver\inc\stm32f3xx_hal.h:46:32: fatal error: stm32f3xx_hal_conf.h: No such file or directory
compilation terminated.
Error(s) in build
C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ARM\batch\stm32comp.bat reported error code 0x1
Autoclose turned off
Kind Rergards