Tool/software:
Dear TI Support Team,
I am currently working with the ILITEK2130 touchscreen controller on the AM62Lx platform. Due to hardware limitations, the CPU does not have a dedicated interrupt line available for the touch interface. As a workaround, I initially configured a GPIO as a touch interrupt, and this approach works correctly with some additional hardware wiring.
To simplify the hardware setup, I wanted to explore the possibility of using the polling method with an interval of 17 ms. However, while testing this approach, I encountered the following error from the touch driver.
--ilitek_ts 1-0041: get touch info failed. Wrong id: 0x00--
I would like to understand whether this issue is related to the CPU’s capabilities (e.g., limitations in I2C polling or timing behavior), or if it is entirely dependent on how the ILITEK2130 driver is implemented.
Could you please provide some guidance on whether polling mode is supported and stable for this use case on the AM62Lx platform? Any suggestions to resolve or debug this issue would be greatly appreciated.
Regards,
Dheeraj K