User Activity

Hello,Still me with my STM32H7 and my touchGFX project !I'm trying to do an animation with 3 circle whose radius are increasing. The problem is that when the 3rd circles animation (ie its radius is increasing) starts, the frame rate drops.Here is the...
Hello,I'm currently developping on a STM32H7 with TouchGFX library and I'm wondering how to zoom on a shape created with touchgGFX designer ?The problem is that I'm using setPosition function to increase width and height and to change X and y positio...
Hello,I'm currently developping an application on a STM32H7 with touchGFX.In touchGFX designer i've a text area and I want to change the text of this area when an action is done. Here is a part of my code related to the update of the text:Unicode::sn...
Hello,I'm trying to implement serial communication between a stm8al3l68 an a serial terminal installed on my PC.The problem is that there is no virtual port on my STM8 as on STM32.How can I communicate with the PC if there is no virtual Port. What ki...
Hey guys, i'm back.I'm trying to configure UART on STM32L0K8T6. The goal is just to send data to this MCU via TeraTerm and send data from MCU to PC.To do so, i used CUBEmx to easily configure UART but the fact is I can send data from MCU to PC but S...