User Activity

Hi,I have timer with period 1 sec (80 MHz clock):  htim2.Init.Prescaler = 80-1; htim2.Init.CounterMode = TIM_COUNTERMODE_UP; htim2.Init.Period = 1000000-1;  Global var (volatile uint32_t) increased every time counter wraps around void HAL_TIM_PeriodE...
Hi guys,I have a simple timer config, which I want to change based on some conditions. I set GPIO high and when OPM timer INT happens, GPIO is set low. Default timer setup 50ms, which is changed to 500ms  in the while() loop.Problem: the first pulse ...
Hi folks,I use MX to generate a code for STM32L4. I noticed, when I configure timer in one pulse mode, I cannot set OC CH1 in PWM mode with CubeMX. I could set it manually after code was generated, but it would be overwritten if I run MX one more tim...
Hi folks, I use latest STM32CubeIDE on Linux and noticed that build analyzer always updates "Memory Regions" tab for previous build configuration (whatever it was Debug or Release).No matter how many times I rebuild code in "Debug" configuration, the...
Hi,I'm using STM32CubeIDE on latest Ubuntu:STM32CubeIDE Version: 1.14.1, Build: 20064_20240111_1413 (UTC).If I try to click "Import STM32Cube example", it shows next window with "target selection" which always fails (can only cancel, no selection pos...