Loading...
 
Skip to main content

System Workbench for STM32


LL and HAL in project, HELP ME!

Hello, that is a eclipse issue, eclipse is not indexing all the source files, to fix that:

1) make sure that the USE_FULL_LL_DRIVER is defined under Project->Properties->Settings->MCU GCC Compiler->Symbols "Defined symbols (-D)"

2) At this point you should be able to compile, but if you want to get rid of all the eclipse errors then go to Project->Properties->C/C++ General->Path and symbols->source location , here open the folder /{project_name}/HAL_Driver this folder has some filters, delete all of them,

3) Then go to Project->C\C++ Index and Rebuild

4) Clean and compile !


Image














-