HI
I want to put PWM signal input from GPIO1 of 941 through GPIO1 of 948. And control the level output of 948GPIOI0/GPIO2 through 941 GPIOI0/GPIO2
My configuration is
Write( 941, 0x1E, 0x01)
Write( 941, 0x0D,0x30)
Write( 941, 0x0F,0x55)
Write( 948, 0x34, 0x01)
Write(948, 0x1E,0x10)
Write(948, 0x1F,0x55)
But the 941 can't transmit the level signal to the 948's GPIO0/1/2
Am I configured correctly?
Are there registers that need to be configured for this transfer?
Best Regards