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.

AWR1642: PAD IO register

Part Number: AWR1642


Hello,

What is difference between OE_OVERRIDE and OE_OVERRIDE_CTRL bit (and IE_OVERRIDE/IE_OVERRIDE_CONTROL bit) in AWR1642 PAD IO register?  Please explain with some use case.

Regards,

Takeo

  • Hello Takeo,

    Unfortunately the difference between these two bits is not well documented. I will have to take a deeper look and get back to you.

    Regards,

    Adrian
  • Hello Takeo,

    OE_OVERRIDE specifies the value to be overridden by the OE_OVERRIDE_CTRL. For example, if you set OE_OVERRIDE to 1 and then enable OE_OVERRIDE_CTRL, the pin will output a 1. This can be used to force a SPI chip select high, for example.

    Similarly, the IE_OVERRIDE specifies the value. If you set the IE_OVERRIDE to 1, then enable the IE_OVERRIDE_CTRL, the device will behave as if it is seeing a 1 at the input of that pin.

    Regards,

    Adrian