2020-11-11 01: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.
2020-11-11 06: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.
2020-11-11 06: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.
2020-12-03 09: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.