You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a transmit or burst transmit, the ATR GPIO function does no work.
For receiving, it does. When using ATR_0X, toggling only happens when the RX is active.
The LED's on the radio do work as well, so it seems only the GPIO ports do not react to it.
Tested on USRP X310.
Issue Description
When performing a transmit or burst transmit, the ATR GPIO function does no work.
For receiving, it does. When using ATR_0X, toggling only happens when the RX is active.
The LED's on the radio do work as well, so it seems only the GPIO ports do not react to it.
Tested on USRP X310.
Setup Details
Setup code:
` PIN_0_MASK = (1 << 0)
PIN_1_MASK = (1 << 1)
PIN_MASK = PIN_0_MASK | PIN_1_MASK
Expected Behavior
Whenever the transmit is active it should make the GPIO pin go high, just like the status LED.
Actual Behaviour
Nothing happens.
Steps to reproduce the problem
Setup the ATR for TX high in the Python api and run it.
Additional Information
This did not work with UHD 4.6 either. I've upgraded the FPGA firmware (HG version) but no difference was observed.
The text was updated successfully, but these errors were encountered: