cancel
Showing results for 
Search instead for 
Did you mean: 

how to read FDA801 DB Data?

Ssong.1
Associate

i read the data sheet about FDA801 and try to read DB data , the data i read were all 0x00 ,But none of the speakers came through , i think there is something wrong in my process procedure . Here's how I tried it:

0693W000006FEK4QAO.pngMay I ask if this process is correct?thanks

0693W000006FEJGQA4.png0693W000006FEJ6QAO.png 

if i initial FDA801 to play state , and the i read IB data ,it works:

Because it satisfies process figure 51.a

1 REPLY 1
Ssong.1
Associate

this question has been resolved now 。

first : if you want to read IB data : set device address first and then Just call the read function

second : if you want to read DB data , importantly this step must do after you write register on DC diagnosis state ,otherwise it doesn't work : 1.set device address first and 2. send sub address 3. set device address(I test this step to work without doing it) 4.call the read function

Hoping to help others😀