Question
STM32F746G-DISCO, STM32CubeIDE, TouchGFX, FreeRTOS
There is a "click" button on the screen. The status of this button is sent to the user program. There is a second "toggle" button on the screen. The first button must put the second button in a non-pressed state if it was depressed. the user program (main.c) must make the decision. How to do it?