User Activity

Question moved from this thread. Okay, now I can turn off the LCD/Backlight anytime, but I need to turn it back (on) if any part of the LCD Module is touched. I probably need to capture the TOUCH interrupt and turn the backlight on from the interrupt...
I would like to turn off the backlight if the LCD module of STM32H747I_DISCO board. I figured out that the PJ12 (LCD_BL_CTRL, PORT = J PIN = 12) probably controls the backlight of the LCD module (from schematics). The "PJ12" is initialized in "main.M...
Hi,I had to install STM32 tools on a MacBook Pro 2023 M2. I have a STM32H7474I-Disco board which works fine under Windows 11. When I connect the evaluation board to MacBook it pops-up a window to enable ST-Link driver. I enabled the driver but the us...
Hi all,I would like to keep RTC value (and keep the RTC working) during power off of the disco board, so I am planning to cut SB16 (soft bridge) from+3.3V and solder an external CR2032 +V battery to the board. My first questions are:How will I know t...
Hi,If I understand right USART1 is used in STM32H747I-DISCO board for VCOM. I could not find any example for my board. I would like to want for an 8-byte host command using:HAL_UART_Receive_IT(&huart1, hostCommand.buffer, 8); Once a command is receiv...
Kudos from