STMicroelectronics / STM32CubeF3

STM32Cube MCU Full Package for the STM32F3 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
141 stars 54 forks source link

STM32373C-EVAL hx8347i.h #5

Closed lba934 closed 4 years ago

lba934 commented 4 years ago

Hello

I need help with this... image image image

As you can see I added the libraries (hx8347i.h and stm32373c_eval_lcd.h) to my project. However, it cannot be found. How can I fix this?

Thank you!

ASELSTM commented 4 years ago

Hi @lba934,

Please make sure that you have included the right path to the BSP/Components in your project.

For that open your project properties then click on the C/C++ Build tab and select Settings then Include paths. If not present please add the following path ../../../../../../../Drivers/BSP/Components/Common and adjust it with your tree structure.

With regards,