Due to time constraints, although it has not been completed yet and has not been done very well, I will write a summary here first and continue to improve it later! Experience of using NXP Rapid IoT: ...
[i=s]This post was last edited by Justice_Gao on 2018-10-9 20:07[/i] My work does not use I2C. I modified it when I had time. It is just for your reference. [code]#include "I2C.h" #define SCL_HIGH gpi...
Why is it that when assigning a variable a value of 0, we can just write *ram = 0, but when assigning it a value of 0xffffffff, we need to write *ram = 0xffffffffu? The following is the specific code/...