User Activity

Hello, Having an issue with STM32G031K6Ux MCU. Below added function that checks Options bytes, and if needed - makes changes (power re-cycle is needed after it).This function CheckOptionBytes() works OK on several MCU's. But on this MCU we have an is...
Hello,can someone help to identify where is the issue using pointers? The code example is below.On line 36: workMode->current = workMode->intend;It's not overwriting/changing the value.If I change it to like this:*workMode->current = *workMode->inten...
Hi,Using STM32L082KZUx MCU with CubeMX 5.4.0 and Keil. Wanted to use 16MHz with LL on RCC library but having bad clock configuration, SysTick is maybe 10 time faster. If I change on RCC to HAL, when it works as it should - Systick gets to be correct...