User Activity

Hello Everyone,I was trying to communicate my board with a device over USART module. My MCU is STM32G051K8TX. But I hadn't been succeed until I notice a STM32CubeMX bug. Let me show you:I used alternate function of PA9, and PA10 for USART_TX and USAR...
Hello everyone,I am using STM32L4R9AII with my custom board. When i start to develop my project, cubemx didn't support my MCU. So, I got discovery board project from Touchgfx and changed a lots of things to adapt it to my custom board.Now cubemx supp...
Hello,I am trying to use FATFS file system from CubeMX. It ask me character encoding. There are some options "UTF-8", "UTF-16-LE" and "UTF-16-BE". I want to set it compatible with touchgfx unicode class. My question is which one is the touchgfx unico...
Hello,ST announced, they will not attend to Emdedded world 2020. What about touchgfx guys? Will you participate the exhibition? if no, is there any person from touchgfx as a visitor. if yes, can we meet them at exhibition area to answer our questions...
Hello,We planned to make a parent container to hold child custom containers which have different style. Let me explain:ChildCustomContainer1: it includes text1, text2, line1ChildCustomContainer2: it includes text1, image1, line1, line2ChildCustom Con...