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.
您好,
SCL_HIGH_TIME = 38.0952ns * (TX_SCL_HIGH + 5),也就是
SCL_HIGH_TIME=(1/26.25MHZ) * (value-of-Register 0x18+5)
这里默认设置是5us,即SCL_HIGH_TIME=5us;
5us=38.0952ns(value-of -R18+5),那么value-of -R18=126.25,换成16进制数是0x7F;