You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, you omit the 10 bits resolution part
in order to do that
you should address the correct register #define AD2S1210_REG_CNTRL 0x92
and the correct value 0x7F for 16 bits 0x7E for 12 bits which is the default value 0x7C for 10 bits
The text was updated successfully, but these errors were encountered:
Dear authors
I found your ad2s1210 code and I am adapting it to F28379D
may I show you an issue in your
ad2s1210.C file
As you can see, you omit the 10 bits resolution part
in order to do that
you should address the correct register
#define AD2S1210_REG_CNTRL 0x92
and the correct value
0x7F
for 16 bits0x7E
for 12 bits which is the default value0x7C
for 10 bitsThe text was updated successfully, but these errors were encountered: