CubeMX RTC number format
All input fields in the RTC section for dates and times suggest that I'm entering a decimal value. But the generated code interprets my input as Hex.
I.e. if I enter 10 in the field for the RTC alarm seconds, the code sets "sAlarm.AlarmTime.Seconds = 0x10;"
This confusion arises because the value check of these fields can only be "Decimal" or "No Check". When I check "Hexadecimal", the selection stays at the last selected choice.
STM32CubeIDE 1.8.0
Selected MCU in CubeMX: STM32L422RBIx