Associate III
May 10, 2020
Question
BUG report: Code generation on STM32CubeIDE for STM32WB with RTC in LL
- May 10, 2020
- 2 replies
- 689 views
Hello,
when specifying "use low level driver" for RTC in "Project Manager->Advanced Settings" of ioc editor in STM32CubeIDE, the generated code of the STM32_WPAN does not compile anymore, since it needs the drivers in "HAL version". It must also compile in "LL version".
I even would say, all your distributed sample code should be as default "LL", since this is optimized in execution time and code size. HAL should be only "additional" with lower priority.
Best regards
Paul