调试指南
I2C 通信调试
调试开关
I2C 的驱动信息由两部分组成,默认情况下是不会打印的,当需要进行跟踪调试时,可通过以下步骤打开这些调试信息。
RT-Thread I2C 总线调试开关
Rt-Thread options --->
RT-Thread Components --->
Device Drivers --->
-*- Using I2C device drivers
[*] Use I2C debug message
1
2
3
4
5
2
3
4
5
ArtInChip 驱动调试开关
Drivers options --->
Drivers debug --->
[*] Enable I2C driver debug
1
2
3
2
3