UG-1828
MONITOR MODE ENABLE
(HIGHER PRIORITY)
TX_ENABLE
(HIGHER PRIORITY)
RX_ENABLE
(HIGHER PRIORITY)
TRX
SPI WRITE OR MONITOR
MODE PIN ON TO ENABLE
MONITOR MODE
BBIC/DSP
Figure 138. Monitor Mode: Baseband Processor in Sleep and ADRV9001 in Alternate Sleep and Carrier Detection
API command adi_adrv9001_arm_SystemPowerSavingAndMonitorMode_Configure() is used to configure the monitor mode, baseband
processor should leave enough time to send this command and receive acknowledgebefore enable Monitor Enable pin. Data structure
adi_adrv9001_SystemPowerSavingAndMonitorModeCfg defines the Monitor Mode configuration and is shown as following:
typedef struct adi_adrv9001_SystemPowerSavingAndMonitorModeCfg
adi_adrv9001_SystemPowerDownMode_e powerDownMode;
uint32_t initialBatterySaverDelay_us;
uint32_t detectionTime_us;
uint32_t sleepTime_us;
uint8_t detectionFirst;
adi_adrv9001_MonitorDetectionMode_e detectionMode;
bool detectionDataBufferEnable;
bool externalPllEnable;
} adi_adrv9001_SystemPowerSavingAndMonitorModeCfg_t;
Monitor modes support there type of system power down mode. The initial, sleep and detection durations are user configurable, and
users can decide detection first or sleep first when ADRV9001 is moved into monitor mode.
The enumerator adi_adrv9001_MonitorDetectionMode_e defines five detection modes which can be used in different radio standards.
Some modes are standard dependent, such as the modes with suffix "SYNC" are only available for the DMR standard, and the modes
with suffix "FFT" are only available for the standards that use FSK modulation scheme. But the "MODE_RSSI" can be used for any radio
standards.
Current monitor mode only supports "ADI_ADRV9001_MONITOR_DETECTION_MODE_RSSI" detection modo, other detection
mode will be added in software support in future.
typedef enum adi_adrv9001_MonitorDetectionMode
{
ADI_ADRV9001_MONITOR_DETECTION_MODE_RSSI,
ADI_ADRV9001_MONITOR_DETECTION_MODE_SYNC,
ADI_ADRV9001_MONITOR_DETECTION_MODE_FFT,
ADI_ADRV9001_MONITOR_DETECTION_MODE_RSSI_SYNC,
ADI_ADRV9001_MONITOR_DETECTION_MODE_RSSI_FFT,
} adi_adrv9001_MonitorDetectionMode_e;
ADRV9001 can always buffer the latest incoming data in Monitor Mode detection cycle, once a valid incoming signal is detected and the
baseband processor has been waked up by ADRV9001, ADRV9001 can send out the buffered Rx data to baseband processor. This
procedure can make sure the baseband processor won't miss the valid incoming signal when it's in the sleep state.
Monitor Mode utilizes same power down modes with System Power Saving, but additional detection function than System Power
Saving, and they can use the same DGPIO as the power saving trigger interface. Users can use either System Power Saving or Monitor
TIME
UP
DETECT UNIT "BATTERY SAVE
SLEEP UNTIL
MODE DELAY TIMER"
"SLEEP TIMER"
IME-UP
UP
SLEEPING
Rev. PrA | Page 160 of 253
Preliminary Technical Data
TIME
TIME
UP
UP
DETECT UNTIL
SLEEP UNTIL
DETECT UNTIL
"DETECT TIMER"
"SLEEP TIMER"
"DETECT TIMER"
UP
UP
/*!< RSSI detection only */
/*!< DMR Sync detection only */
/*!< detection only */
/*!< RSSI and Sync detection */
/*!< RSSI and FFT detection */
TIME
CARRIER
UP
DETECTED
ENTER
BUFFER
RX_ENABLE STATE
RX DATA
TRANSMITS RX DATA
UP
MONITOR MODE
WAKE UP
PIN OFF
PIN ON
RX_ENABLE
ON
RECEIVES
WAKE UP
RX DATA
Need help?
Do you have a question about the ADRV9001 and is the answer not in the manual?