LPC54628 GT911 Touch controller not ACK

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

LPC54628 GT911 Touch controller not ACK

跳至解决方案
698 次查看
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 解答
682 次查看
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 回复
683 次查看
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 项奖励
回复