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.

Linux/AFE4404: Calibration

Part Number: AFE4404

Tool/software: Linux

HI!
Can you show me an example how can i use the Calibration_AFE4404 library, without AFE4404 EVM Gui program?

  • Hi Trapp,

    There is not much done in the GUI for the calibration. GUI only sends the command to enable the calibration and rest of the thing is taken care by the firmware itself. So if you can send the command to enable the calibration without GUI through some serial terminal application ,you should be able to do the calibration.
    Also, the command to enable the calibration can be found in the source code of the AFE4404EVM's firmware. You have to follow some protocol to send commands to the EVM as mentioned in message communication protocol ( see following link for details for this documents).
    e2e.ti.com/.../494542

    Regards,
    Prabin.
  • Hi!
    Thanks for the reply!