User Activity

Is there any plan to release C++17 compatible HAL and LL libraries for MP1 platform? I had written a lot of code in C++17 and later found out that MP1 libraries are full of `register` keyword which is not supported since C++17. A temporary solution i...
There's a bug in <numeric> library in 9-2020-q2-update toolchain. It makes the project fail to compile just by adding `#include <numeric>` to it. I also tried making a fresh new empty project with only that library included and it also doesn't compil...
Hello.CubeIDE 1.8.0 now includes STM32 toolchain based on GCC 10.3.1 which supports C++20, but the IDE still can't correctly parse C++17 syntax, like Class Template Argument Deduction guides. I tried to force '-std=c++17' option to Language Settings ...
Is it ok to use interrupt vectors which are 'reserved' inside or even beyond the vector table?We need to put an RTOS semaphore from an interrupt with higher priority than kernel scheduler interrupt (which is forbidden). Currently we use an interrupt ...
There is an inconsistency in RTC shadow register update frequency description. Some places in text mentions that shadow register update happens once every RTCCLK period:34.3.5, 36.3.4: "Every RTCCLK periods, the current calendar value is copied into ...
Kudos from
Kudos given to