UG-1828 Preliminary Technical Data
Rev. PrC | Page 46 of 338
Note after the channel is primed, in order to start the normal transmit or reception activities, it must be further transitioned from primed
state to RF enabled state. This can be accomplished by a set of API calls. There are two modes for channel enabling, which are PIN mode
and SPI mode.
PIN Mode
1. Call adi_adrv9001_Radio_ChannelEnableMode_Set( ) to set the PIN mode
2. Toggle the pins (for example, Rx1_ENABLE and Tx1_ENABLE pins for Channel 1) to transition the channel to the RF enabled state.
SPI Mode
1. Call adi_adrv9001_Radio_ChannelEnableMode_Set( ) to set the SPI mode
2. Call adi_adrv9001_Radio_Channel_EnableRf( ) to transition the channel to the RF enabled state.
SHUTDOWN SEQUENCE
After completing all the operations, call API adi_adrv9001_Shutdown() through TES to safely shut down the ADRV9001 device. It
performs a hardware reset to reset the ADRV9001 device into a safe state for shutdown or re-initialization.