User Activity

Hello all,it seems that when starting a timer in PWM mode, using TIM_CHANNEL_ALL does not work. Everything works fine as long as I start the channels consecutively, (i.e. TIM_CHANNEL_1, then TIM_CHANNEL_2, etc.) but as soon as I change this to TIM_CH...
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
Kudos from