Hello ST Team,I am working on USB HS HID Device only along with touchgfx +FreeRTOS in STM32F7 controller.But creates reading & writing Issue when touchgfx is included.I have even checked the clock but no use. 48Mhz is clock its proper.Any help would...
Hello Touchgfx Team,In STM32f746 disc board there is LTDC as well as I2C peripherals used for the LCD Where as the custom board which I am using has only LTDC and there is no I2C peripheral connected to the LCD display.Why does the I2C peripheral use...
Hello ST,I am facing Zoom in Issue of the Video.I am using 480*272 display. Please help me to fix this issue. I have searched whole datasheet , but nothing found regarding the resolution.I have adjusted the DCMI crop settings also, please point me ...
Hello Everyone,I am new to this Touchgfx 4.12.3 c++ library and FreeRTOS environment.I am working on a project which need to grab the camera data from DCMI peripheral and display on the LCD. I have done it in bare metal and I have no issue but I am s...
Hello,I am using ST USB Device library, STM32f746 controller.I am not facing any issue while sending data to the Controller from the PC host application.But while reading from the device , the device is disconnecting.Can Any one help!Thanks,Upender.
When debugging the end character in the buffer is missing , the transmit or the receive operation is continuously in loop for that reason and it never ends. I am getting continuously interrupts that's not an issue. As you told interrupts, I have read...
Hello Martin,Thank you for the reply,I have a project which is working properly i.e tx and rx from the USB to PC application.Excluding the Touchgfx library.But when integrating the working project with the touchgfx library then the USB doesnot work p...
Thank you for the quick response.Yes you both are right,I have checked the application note of the ST's LTDC. and even Datasheet of the LCD.It is mentioned, LTDC is 24-bit RGB data with clock, hsync, vsync for Displaying Data.I2C is for CTP[capacitiv...