This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB954-Q1: GPIO programming

Part Number: DS90UB954-Q1
Other Parts Discussed in Thread: DS90UB953-Q1,

Hi,

I'm using DS90UB954-Q1 EVM with DS90UB953-Q1 EVM with LaunchPAD v1.57.0010 .

My goal is to have 2 inputs and 2 outputs (GPIO0, 1, 2,3 on RX PORT 0) regardless the video transferring.

I configure the registers as follow:

B954 - 

0x000C 0x83 RX_PORT_CTL
0x000D 0x09 IO_CTL
0x000E 0x08 GPIO_PIN_STS
0x000F 0x0C GPIO_INPUT_CTL
0x0010 0x01 GPIO0_PIN_CTL
0x0011 0x21 GPIO1_PIN_CTL
0x0012 0x00 GPIO2_PIN_CTL
0x0013 0x00 GPIO3_PIN_CTL

B953 - 

0x000D 0xF0 LOCAL_GPIO_DATA
0x000E 0xC3 GPIO_INPUT_CTRL

What am I missing?

Omri.