cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4 CubeMX codegeneration bug (RCC+LL)

AAmik.1
Associate

STM CubeIDE 1.6.1

STM32F411

FW_F4 V1.26.1

Driver LL

No string added when initializing date "RTC_DateStruct.Day = xx;"

Details:

https://github.com/STMicroelectronics/STM32CubeF4/issues/74#issuecomment-893317794

1 REPLY 1
Khouloud ZEMMELI
ST Employee

Hello @AAmik.1​ ,

Thank you for your post,

I have checked from my side, and yes, you're totally right, I confirm the issue reported, this line of code is missed even with other series:

RTC_DateStruct.Day = x;        /* x number between 1 and 31 */

It will be fixed, sorry for any convenience that may have caused, and thanks for bringing this issue to our attention.

Thanks for your contribution,

Khouloud