cancel
Showing results for 
Search instead for 
Did you mean: 

Usb host with touch gfx

Abhishek_nr
Associate II

Hi everyone..

I am using USB host for communication CDC along with touch GFX for grafix which will use RTOS, The usb is not getting ready after the start state of usb what will be the issue, but when I configure only USB CDC HOST with out touch GFX it is getting ready and communication is happing. After the touch GFX even though for same usb configuration it is not working 

My clock configuration is set to 48mhz ans other clocks are maintained with in the limit, stack size is also increased, priority is also included 

Please suggest some reasons and solution why it is not getting ready

2 REPLIES 2

So you have a working case (without TouchGFX) and a non-working case (with TouchGFX) for the same USB code - yes?

So compare & contrast the operation of the two.

See where they differ:

  • what is happening in the working case, that's not happening in the non-working case?
  • what is not happening in the working case, that is happening in the non-working case?

Instrument your code to give visibility of what's going on ...

FBL
ST Employee

Hi @Abhishek_nr 

It seems like the same issue is described here: TouchGFX with USB cdc Host - STMicroelectronics Community

I suggest you double check if there are any IOs conflicts or any overlapping memory regions.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.