User Activity

Hello,I am trying to add serial communication to the designer generated gui code. I used the blank template from TouchGFX designer for STM32F469I-disco board. Gui works fine, but I cannot manage to add my own code to it. I guess I need to edit the ta...
Hello,I created an gui with designer and now want to add my UART implementation (C) that uses LL drivers. Bunch of compilation errors are displayed when trying to compile it.I added the .h/.c files and the used ll .c/.h files to minUnit folder under ...
Hello,I am trying to configure the f469i-disco kit for TouchGFX. I only get left half of the gui with a background of random RBG pixels.CubeMX configuration:Default periph configurationChanged LCD-tft clock to 25MHZ(from 36)All modes in ltcd, dma2 an...
Hi, how do i send data to the CS43L22 codec on the board? In the audio example, it sends 16bit uint values with the eval_audio_play, but on the HAL_SAI_transmit functions i can only send 8bit values. I cannot find a solution, i configured the DAC and...