Post Go back to editing

ADRV9002 CALIBRATION ERROR

Category: Software
Product Number: ADRV9002
Software Version: 2021_R1

Hi,

I am using adrv9002 with NOOS version 2021_R1, I am getting CALIBRATION ERROR

[ERROR]: Error number 3 (0x00000003), Recovery action -101.In file ../src/noos/drivers/rf-transceiver/navassa/devices/adrv9001/public/src/adi_adrv9001_arm.c, in function adi_adrv9001_arm_CmdStatus_Wait, in line 646, variable name device.Error message ArmCmdStatusWait() failed due to thrown ARM error. Is device in correct state for calling command?.

Why this is occur and what is the description for this  Error number 3 (0x00000003)

Thread Notes

Parents
  • Hi ,

    Can you, please, share with us the configuration of your setup? What carrier are you using?

    Regards,

    George

  • hi  ,

    I am using ADRV9002 EVALUATION board with ZCU102 eval board, using VIVADO version 2021.1.

    while programming it using VITIS (source code NOOS_2021_r1 downloaded from analog devices github), I am getting following error


    [ERROR]: Error number 3 (0x00000003), Recovery action -101.In file ../src/noos/drivers/rf-transceiver/navassa/devices/adrv9001/public/src/adi_adrv9001_arm.c, in function adi_adrv9001_arm_CmdStatus_Wait, in line 646, variable name device.Error message ArmCmdStatusWait() failed due to thrown ARM error. Is device in correct state for calling command?.
    [ERROR]: Error number 13314 (0x00003402), Recovery action -2.In file ../src/noos/drivers/rf-transceiver/navassa/devices/adrv9001/private/src/adrv9001_arm.c, in function adrv9001_ArmCmdErrorHandler, in line 2822, variable name mailboxErrCode.Error message Error occurred during an Init Calibration. Check that no signal is being applied to the Rx ports. Check that correct external LOs are applied, and synchronized, where appropriate.
    [ERROR]: Error number 13314 (0x00003402), Recovery action -2.In file ../src/noos/drivers/rf-transceiver/navassa/devices/adrv9001/public/src/adi_adrv9001_cals.c, in function adi_adrv9001_cals_InitCals_Run, in line 107, variable name NULL.Error message Error occurred during an Init Calibration. Check that no signal is being applied to the Rx ports. Check that correct external LOs are applied, and synchronized, where appropriate.
    adrv9002_setup, 997: failed with "Error occurred during an Init Calibration. Check that no signal is being applied to the Rx ports. Check that correct external LOs are applied, and synchronized, where appropriate" (13314)

    how to solve this

  • Hi ,

    It is recommended that you use the latest main branch. Have you tried to run the application from the main branch?

    Furthermore, for getting more information about the error, you can activate debug messages (place NO_OS_LOG_DEBUG here https://github.com/analogdevicesinc/no-OS/blob/0f275e683906480b9478e4a01f2d8d983f328ff9/include/no_os_print_log.h#L55). What is the output in this case?

    Regards,

    George

  • Hi  ,

    I have activated NO_OS_LOG_DEBUG , got following message


    Hello
    DEBUG: RX1 enabled
    DEBUG: TX1 enabled
    DEBUG: RX2 enabled
    DEBUG: TX2 enabled
    DEBUG: pos: 15, Chan1:1BE5F7, Chan2:1BE5F7[ERROR]: Error number 3 (0x00000003), Recovery action -101.In file ../src/noos/drivers/rf-transceiver/navassa/devices/adrv9001/public/src/adi_adrv9001_arm.c, in function adi_adrv9001_arm_CmdStatus_Wait, in line 646, variable name device.Error message ArmCmdStatusWait() failed due to thrown ARM error. Is device in correct state for calling command?.
    [ERROR]: Error number 13314 (0x00003402), Recovery action -2.In file ../src/noos/drivers/rf-transceiver/navassa/devices/adrv9001/private/src/adrv9001_arm.c, in function adrv9001_ArmCmdErrorHandler, in line 2822, variable name mailboxErrCode.Error message Error occurred during an Init Calibration. Check that no signal is being applied to the Rx ports. Check that correct external LOs are applied, and synchronized, where appropriate.
    [ERROR]: Error number 13314 (0x00003402), Recovery action -2.In file ../src/noos/drivers/rf-transceiver/navassa/devices/adrv9001/public/src/adi_adrv9001_cals.c, in function adi_adrv9001_cals_InitCals_Run, in line 107, variable name NULL.Error message Error occurred during an Init Calibration. Check that no signal is being applied to the Rx ports. Check that correct external LOs are applied, and synchronized, where appropriate.
    adrv9002_setup, 997: failed with "Error occurred during an Init Calibration. Check that no signal is being applied to the Rx ports. Check that correct external LOs are applied, and synchronized, where appropriate" (13314)

  • Hi ,

    Another quick check would be to try the latest main branch. Some problems have been solved in the meantime. Please let us know what is the result.

    Regards,

    George

Reply Children