Question
fresh CubeMX Project but still lots of ''Field xxx cold not be resolved errors''
Posted on October 19, 2016 at 23:47
Hey guys,
as stated in the title i created a clean STM32 Cube MX Project for my32F429IDISCOVERY
board. However there are lots of missing include errors (Field xxx could not be resolved).
These all occur in the STM32F4xx Hal Driver Libary. my main.c includes [code] /* Includes ------------------------------------------------------------------*/ #include ''stm32f4xx_hal.h'' #include ''cmsis_os.h'' #include ''adc.h'' #include ''crc.h'' #include ''dac.h'' #include ''i2c.h'' #include ''ltdc.h'' #include ''spi.h'' #include ''usart.h'' #include ''usb_device.h'' #include ''gpio.h'' #include ''fmc.h'' [/code] But still i get for ex. a '' __HAL_RCC_PWR_CLK_ENABLE()'' could not be resolved error Am I missing something or why does a clean cube mx project not compile correctly? I'd glad for some hints how to resolve this problem ;)