Are low level interfaces available for STM32MP1 (such as LL_GPIO_MODE)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-11 1:19 PM
Are the low level interfaces such as LL_GPIO_MODE available for STM32MP157C? If so, where can I find the headers? I created a project using STM32CubeIDE but can only see headers for HAL.
Solved! Go to Solution.
- Labels:
-
GPIO-EXTI
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-11 6:24 PM
The MP family does have an LL GPIO driver. The LL_GPIO_MODE_* defines are in here:
It may not be hooked up in CubeMX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-11 6:24 PM
The MP family does have an LL GPIO driver. The LL_GPIO_MODE_* defines are in here:
It may not be hooked up in CubeMX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-03 9:09 AM
Yes, that's right. I found the files buried in the STM32Cube folder but for some reason when the Cube generates a project it leaves them out. Thanks for your help.
