Other Parts Discussed in Thread: TDA4VM
Tool/software:
Hi team,
Currently, the TDA4VM is in use(mcu1_0) with the SDK version of TDA4VM_SDK_10.05.
If the I2C address of my chip is 0x74
1,When I want to set P00 to output high level, the command I need to send is
Write command: 0x74, 0x06, 0xfe
Write command: 0x74, 0x02, 0x01
2,When I want to set P10 as an input, the command I need to send is
Write command: 0x74, 0x07, 0x01
3,When the INT changes, the command that needs to be sent is
Write command: 0x74, 0x01
Read command: 0x74, read data
Write command: 0x74, 0x07, 0x01
3,When the INT changes, the command that needs to be sent is
Write command: 0x74, 0x01
Read command: 0x74, read data
Is the format of the sending command I mentioned above correct?
BR
Fu Guojia