LPC54628 GT911 Touch controller not ACK

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC54628 GT911 Touch controller not ACK

ソリューションへジャンプ
747件の閲覧回数
samv
Contributor II

I am trying to run the lcxpresso54628_lvgl_guider demo on the OM13098UL dev. board.

It compiles but crashes when run at the "status = GT911_Init(&s_touchHandle, &s_touchConfig);" line.

Here is the message:

Touch IC initialization failed

ASSERT ERROR " false ": file "lvgl_support.c" Line "444" function name "DEMO_InitTouch"

The I2C lines do send out the touch controller address of 0x5D but there is no ACK so the check fails and program breaks.  Other demos cause the same issue.

The original demo that came with the dev. board ran fine and I would like to reload it and look at the I2C lines to see any difference.  Where can I get that hex file to upload to the board?

Thanks

Sam

0 件の賞賛
返信
1 解決策
731件の閲覧回数
samv
Contributor II

It turns out that the display on my board does not use the GT911 touch controller but actually the FT5336 chip.  Just had to change the  DEMO_PANEL define to DEMO_PANEL_RK043FN02H and all works fine now.

 

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
732件の閲覧回数
samv
Contributor II

It turns out that the display on my board does not use the GT911 touch controller but actually the FT5336 chip.  Just had to change the  DEMO_PANEL define to DEMO_PANEL_RK043FN02H and all works fine now.

 

0 件の賞賛
返信