Skip to main content
Alden Kuljici
Associate II
August 19, 2021
Question

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

  • August 19, 2021
  • 2 replies
  • 790 views

When using LL libraries i include:

DEBUG

USE_FULL_LL_DRIVERS

STM32F411xE

Do i have to add something for HAL?

Thanks

This topic has been closed for replies.

2 replies

Pavel A.
Super User
August 19, 2021

For HAL you need USE_HAL_DRIVER

Alden Kuljici
Associate II
September 18, 2021

Thanks a lot