User Activity

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 = ...
It's not a big deal but this got me confused for a moment when I suddenly got compiler warnings.Steps to reproduce:Start a new project in STM32CubeIDEUse STM32L422RBI MCU, default settings, finishCubeMX: Enable SPI1 peripheral, Full-Duplex Master, de...
Not sure if this belongs to the forum or whether I should better file a support request.I'm referring to revision 5 of the datasheet of LIS2HH12.On page 33, table 27, the function of the DFC bits are misrepresented as a high-pass cutoff frequency ins...
Looking at the datasheet of the STM32L452xx family, it's noted that SRAM size is 160K.The memory mapping on page 86 notes the address range from 0x2000'0000-0x2028'0000.But 160K is 0x2'8000 and not 0x28'0000, which would make the range from 0x2000'00...
Current default settings for indentation:Code generator: spaces only, 2 spaces per indentation levelCode formatter: tabs only, 4 spaces per indentation levelThis quickly results in an indentation chaos if the default code formatter layout is not chan...
Kudos from