Hi,
I would like you to confirm about default value of Port 1 register.
According to datasheet, some registers of DS90UH948 should be set Port 0 and Port 1 individually depending on usecase.
I understood that default value of these registers for Port0 and Port1 are same because there is no desciption about default value for port 1 especially.
However, when I checked the default value when I set 0x34[1:0] to 0b11, I observed un-expected value for folloing register.
1. When 0x34[1:0]=0b01, (Read value is for Port 0)
0x1D 0x10
0x1E 0x00
0x1F 0x00
0x56 0x00
2. When 0x34[1:0]=0b11, (Read value is for Port 1)
0x1D 0x13
0x1E 0x33
0x1F 0x03
0x56 0x08
I expected that I can see same value for above "2".
However, the result was different.
So could you please confirm about default register value for Port 1 ?
Best regards,
Machida