Loading...
 
Skip to main content

System Workbench for STM32


SW 1.3 - HAL 1.7 - several "could not be resolved" warnings

France

Yes, adding low level drivers as external libraries will allow to share them between projects in the workspace.

Regarding your errors, these are errors generated by Eclipse due to indexing errors. You should be able to correct these by re-indexing your workspace: On the application and library project you could right click >> Index >> Rebuild

Bernard

Thank, that solved my problem!