User Activity

I am using STM32CubeMX 6.2.1 with STM32H7 package 1.9.0.Some IOs are configured as EXTI, and I have configured CubeMX to use LL for GPIO.The generated code per IO is:  LL_SYSCFG_SetEXTISource(LL_SYSCFG_EXTI_PORTG, LL_SYSCFG_EXTI_LINE12);  /**/  EXTI_...
I am using an STM32H7A3ZI and am seeing some unexpected behavior with the LTDC color keying in L8 mode.Setup:2-layer mode. Layer 1 (background) is fully opaqueLayer 2 (foreground) has CLUT configured such that pixel value 0xFF maps to RGB (0,0,0), th...
STM32Cube MCU package for STM32H7 v1.8.0Also exists in F7 version, probably others.To reproduce:enable RTC with LL code generationmake sure assert_param() isn't stubbed outSet a date in OctoberTry both BIN and BCD format, they both have slightly diff...
Kudos from