PN7462 family Quick Start Guide - Development Kit
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2018. All rights reserved.
User manual
COMPANY PUBLIC
Rev. 1.6 — 14 May 2018
319816
11. Annex A Rx Matrix XML input file examples
11.1 Type A example without AWG control
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE Test SYSTEM "NNC_RxMatrix_Pn7462AU.dtd">
<!-- This is an example of a TypeA test script for Pn7462AU where we acess bit
fields of regsiters in a range-->
<Test
numberMaxOfPasses="10"
skipAfterFailures="4"
delayMS="0"
fieldReset="YES"
protocolType="RM_A_106"
>
<SendData shortFrame="YES" rxCRC="NO" txCRC="NO" timeOutInUs="145000">
0x26
</SendData>
<ReadData invertedMaskBytes="0x00, 0x00">
0x44, 0x03
</ReadData>
<Parameter name="Rx Gain" minValue="0x01" maxValue="0x03"
registerAddress="0x40004110" bitPosition="0" bitLength="2" />
<Parameter name="Rx HPCF" minValue="0x00" maxValue="0x03"
registerAddress="0x40004110" bitPosition="2" bitLength="2" />
<Parameter name="MinLevel" minValue="0x00" maxValue="0x03"
registerAddress="0x400040b4" bitPosition="12" bitLength="4" />
</Test>
11.2 Type B example with AWG control
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE Test SYSTEM "NNC_RxMatrix_Pn7462AU.dtd">
<!-- This is an example of a TypeB test script for Pn7462AU where we acess bit
fields of regsiters in a range-->
<Test
numberMaxOfPasses="10"
skipAfterFailures="4"
delayMS="0"
fieldReset="YES"
protocolType="RM_B_106"
>
<SendData shortFrame="NO" rxCRC="NO" txCRC="NO" timeOutInUs="200000">
0x05, 0x00, 0x00
</SendData>
<ReadData invertedMaskBytes="0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00">
0x50, 0x0F, 0x69, 0x14, 0x49, 0x1C, 0x2D, 0x94, 0x11, 0xF7, 0x71, 0x85
</ReadData>
<Parameter name="Rx Gain" minValue="0x01" maxValue="0x03"
registerAddress="0x40004110" bitPosition="0" bitLength="2" />
<Parameter name="Rx HPCF" minValue="0x00" maxValue="0x03"
registerAddress="0x40004110" bitPosition="2" bitLength="2" />
<Parameter name="MinLevel" minValue="0x00" maxValue="0x03"
registerAddress="0x400040b4" bitPosition="12" bitLength="4" />
</Test>