mimxrt1060_evkb with rk043fn66hs_ctg shield issue #75688
-
Hello, I'm having issues with my shield not responding to any touch inputs, I tried running my project using the mimxrt1060_evkb board and rk043fn66hs_ctg touch shield as the target hardware. I also tried running the sample via: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi @castrorazo ,
To rule out a build issue, attached is the binary image I used zephyr_bin.zip. You can program this to address 0x60000000. Otherwise, can you humor me and try building for the RK043FN02H-CT shield instead. There are two display shields for these EVKs with similar part numbers, and they have the same display controller but different touch controllers. If you build with the wrong shield name, the display will still work but the touchscreen will not. The older shield is RK043FN02H-CT, which was replaced by the latest RK043FN66HS-CTG. Let us know what you find. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi @castrorazo , The touch controller is on an I2C bus. And there is a GPIO interrupt signal the controller uses to indicate a touch event. I suspect the issue is related to those interfaces. If you are able to debug the code using those interfaces, or monitor those signals, it may help us identify the root cause. Best regards |
Beta Was this translation helpful? Give feedback.
-
"SCH-47858 REV B1" I will take a look at the schematic and try to diagnose the gpio interrupt. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi @castrorazo , Let us know what you find. Thanks |
Beta Was this translation helpful? Give feedback.
"SCH-47858 REV B1"
I will take a look at the schematic and try to diagnose the gpio interrupt. Thank you!