Hello STM32 Community,I am using the STM32F407G-DISC1 development board and have successfully implemented an RTC alarm that triggers every minute. The RTC is configured to use the LSI (Low-Speed Internal) clock signal.My goal is to have the microcont...
Hello sir, For my project using the STM32F429I-DISC1 board, I need to implement English, Spanish, and German keyboard layouts. Are these layouts pre-configured, or do I need to customize them? If customization is needed, wha...
In my program code, I select an STM32F429I-DISC1 example code through the TouchGFX IDE, which runs successfully in STM32F429I-DISC1 dev board. The displays work fine without any issues. However, I need to configure the USB CDC. Since the USB_OTG_FS p...
Hello @GaetanGodart , The issue of LCD flickering occurred when the clock configuration was set higher than 6 MHz. This problem has now been resolved. Thank you for your support sir.
Hello @GaetanGodart , I’ve set up my project configuration, and everything is functioning well until I enable the USB CDC. When I drag the cursor over the USB_OTG_HS, the status shows as "partly disabled," and there is a conflict with the LTDC, wh...