User Activity

I often use const data tables that may be changed by a configuration process at runtime. Depending on how these tables are used, it is sometimes necessary to make them volatile so that accesses to the values are not replaced by the use of inline cons...
I am seeing a similar issue in STM32CubeIDE v1.15.1 when trying to configure the FDCAN for the STM32G432KB - I am not able to set "Nominal Time Seg1" or  "Nominal Time Seg2" to '1'.
Are there any plans to upgrade STM32CubeIDE to include support for C23?It would be nice to have as it brings things like constexpr in, which makes the use of constants much better as they are subject to compiler checking and can call (constexpr) func...
I have a PowerSTEP01 that is behaving unexpectedly when I send the ResetDevice command.If I send it when my system starts then everything is ok when I check the STATUS register.However, if I send ResetDevice after the motor has been moved (sequence e...
I'm using V.2.16.0 to set the option bytes for the STM32G031, but NRST_MODE and IRHEN are not showing in the OB section.There is a report for the same issue for the STM32G030 with the accepted solution being that the G030 does not officially support ...