I use the MIMXRT1060-EVK and RK043FN02H-CT, run the demo "SDK_2_10_0_MIMXRT1062xxxxA\boards\evkbmimxrt1060\ew_gui_examples\ew_gui_smart_thermostat", in the terminal window shows the log : "EwBspTouchGetEvents: error reading touch controller". what caused this?
Hello,
I just made a couple of tests on my end. I wasn't able to replicate the behavior that you mentioned. Please double check that you connect properly the touch cable of the LCD into the RT1060-EVK connector.
Regards,
Victor
Hi Victor,
I have same issue using the EVK MIMXRT1050-EVK with RK043FN02H-CT display (see terminal captured image here below, at end of this post)
I'm trying the sample evkbimxrt1050_ew_gui_smart_thermostat from SDK_2_10_0_EVKB-IMXRT1050, using MCUXpresso IDE v11.4.1_6260.
I checked the good display connection trying with the example on QT https://www.qt.io/microcontrollers-nxp
In this case (as you can see in the photo here) the board works fine.
Have you any suggest about? Thank you
Abele
I think I have found the issue.
As on i.MX RT1050 Processor Reference Manual, page 998-999, here below the GPIO registers allowed on RT1050 family
but on evkbimxrt1050_ew_gui_smart_thermostat from SDK_2_10_0_EVKB-IMXRT1050, the IGPIO module is configured to use CLR, SET and TOGGLE register (instead of directly DR register)
I see that GPIO library is provided for both method
I tried to modify the IGPIO module configuration
and now Termo and all Display examples are working