cancel
Showing results for 
Search instead for 
Did you mean: 

When creating a project using HAL libraries do i have to include something in the Paths and Symbols > #Symbols?

Alden Kuljici
Associate III

When using LL libraries i include:

DEBUG

USE_FULL_LL_DRIVERS

STM32F411xE

Do i have to add something for HAL?

Thanks

2 REPLIES 2
Pavel A.
Evangelist III

For HAL you need USE_HAL_DRIVER

Alden Kuljici
Associate III

Thanks a lot