This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Starterware
您好、TI 专家:
我使用 LCDK6748连接 TSC 2007芯片、我使用 starterWare-1-20-04-01 I2C 接口程序 codecif.c 与 TSC2007通信。 I2C 接口程序在主程序中运行良好、我可以从 TSC2007读取/写入数据。 当我将 I2C 程序移动 到 ISR 例程时、它会停止。 我使用 GPOI2-6下降沿触发 ISR。 它进入 ISR、然后卡在 I2C。 在 ISR 中使用 I2C 读取/写入时、我错过了什么? 我在 I2C 中使用了 MASK_INT4、在 GPIO 中断中使用了 MASK_INT6。 GPIO 中断 ISR 中包含 I2C 读取/写入。