hiI wrote a function similar to the one below for changing the text of a Text Area, and it works perfectly. However, I encountered an issue with Flex Button. This part of the code gives an error: touchgfx::WildcardTextButtonStyle &FlexBtn void FlexBu...
hiplease only ST Employee answer this questioni use this code for enable RDP LEVEL 1 for STM32H743 and STM32F407Can this code alone protect the program in the flash from any type of attack to read the program in the microcontroller?Will it be possi...
hiby this code click event enable for 2 Continer and work fine void CNTR_A_ClickHandler(const CNTR_AntenaLevel&, const touchgfx::ClickEvent& e);
touchgfx::Callback<MainView, const CNTR_AntenaLevel&, const touchgfx::ClickEvent&> CNTR_A_ClickedCa...
hiwhen i use Keil V5.39 and generate project by STM32CubeMX, program run whitout any problem but when i do same work by Keil V5.40 or V5.41 program dont runwhen i debug in V5.40/5.41 step by step program dont inter main functionSTM32CubeMX 6.12.1Touc...
HiIn the project I'm currently working on, I have 80 pages and 45 containers so far. This means there are over 200 different files in the GUI folder. The only thing I've done so far is naming all the containers with the CNTR_ prefix, which at least e...
many thanksChatgpt suggests that the SWD interface be disabled as well. Is this necessary? If so, how should the SWD interface be disabled? Can the SWD interface be re-enabled after it is disabled?