IIC 可以读取传感器ID,也可以正常写入配置,但是每当读取传感器中断状态时在if (!I2C_transfer(i2cH, &i2cTransaction))函数卡死(传感器在STM32上运行正常)。
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.
IIC 可以读取传感器ID,也可以正常写入配置,但是每当读取传感器中断状态时在if (!I2C_transfer(i2cH, &i2cTransaction))函数卡死(传感器在STM32上运行正常)。
您好,
看起来是发生了 CPU 异常,但现在不能明确问题可能是什么。您是否看过在 Users Guide 里的 Deciphering CPU Exceptions 这一章?您也可以检查一下the ROV → Hwi → Exception information。
我们也会持续跟进您的问题。
希望能够帮助到您。