User Activity

Hallo All,I am currently stuck and need your help. The following function counts the no. of 1 in a 32 bit word on an STM32F407. Why does it fail for values which have their bit 31 set? Precisely, it ignores bit 31 and in these cases is off by one. ...
Hello Community,I have several really large const arrays (with graphics data for LCD displays) which need not to be copied into RAM at startup, as this overflows my available RAM (on STM32F411 Discovery board). As there is no way to configure such be...
Hello,after upgrading from 1.12.1 to 1.13.1 I encounter the following problem when trying to download my (previously working fine) project onto STM32:Any ideas?regardsHerbert
Hello,when configuring a binary semaphore with CubeIDE the parameter initial_count defaults to 1. Is there a way to tell CubeIDE to always initialize this with value 0 for my projects?regardsHerbert
Hello,is there a difference in declaring a C function with the __INLINE resp. inline keyword or using __attribute__((always_inline)) besides the latter one generating a warning?regards Herbert
Kudos from