2021-12-01 11:39 PM
2021-12-02 06:14 AM
Not everything has both LL and HAL code generation options.
2021-12-02 08:35 AM
Hello @lafa ,
First let me thank you for your feedback.
Actually, for VREFBUF peripheral, the LL driver is not supported by STM32CubeMX. Thus it is not available and it can't be selected through Driver Selector Panel.
Nevertheless, the project can build correctly even when using both drivers HAL and LL.
Hope this answers your question
Khouloud.
2021-12-02 06:24 PM
Thanks for reply.
Just after I enable the VREFBUF peripheral, cube display it using LL, but if I click it, it will change to empty, after that I only can select HAL in list box.
For cleaness reason, I am trying to create a pure LL project:)
BTW:
2021-12-07 06:51 AM
Hello @lafa ,
> Just after I enable the VREFBUF peripheral, cube display it using LL, but if I click it, it will change to empty, after that I only can select HAL in list box.
This is odd, I assume this behavior is not systematic because I couldn't reproduce it from my side. For VREFBUF peripheral, CubeMX is only showing HAL driver: LL driver isn't displayed in any case.
For your other two points:
Could you please explain more the problems. You can share your .ioc for further check.
Otherwise, it will be more reliable to create two other separate posts in STM32CubeMX topic describing those problems.
Please do not hesitate to raise any feedback/ issue, it always matters.
Khouloud.