When creating a project using HAL libraries do i have to include something in the Paths and Symbols > #Symbols?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-19 4:46 AM
When using LL libraries i include:
DEBUG
USE_FULL_LL_DRIVERS
STM32F411xE
Do i have to add something for HAL?
Thanks
Labels:
- Labels:
-
DEBUG
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-19 9:06 AM
For HAL you need USE_HAL_DRIVER
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-18 12:34 AM
Thanks a lot
