Hi,
we are using RT1166 developer's kit.
We are using MCUXspresso IDE and we are charged the demo project:
eaimxrt1166_guix_washing_machine_hd
but when the firmware arrived on BOARD_InitTouchPanel() function:
#if USE_FT5406_TOUCH()
// Use PCA9530 to initialize the LPI2C5 bus
PCA9530_Init();
if (kStatus_Success != FT5406_RT_Init(&s_touchHandle, LPI2C5))
{
PRINTF("Touch IC initialization failed\r\n");
assert(false);
}
the firmware go on line PRINTF("Touch IC initialization failed\r\n");
Somebody can help me?