NXP Semiconductors
AN11744
PN5180 Evaluation board quick start guide
AN11744 All information provided in this document is subject to legal disclaimers. © NXP B.V. 2018. All rights reserved.
Application note Rev. 1.3 — 2 February 2018
COMPANY PUBLIC 371213 40 / 45
0x44, 0x03
</ReadData>
<Parameter register="RF_CONTROL_RX" field="RX_GAIN"
minValue="0x01" maxValue="0x03" />
<Parameter register="RF_CONTROL_RX" field="RX_HPCF"
minValue="0x00" maxValue="0x03" />
</Test>
6.2 Type B example with AWG control
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE Test SYSTEM "NNC_RxMatrix_Pn5180.dtd">
<!-- This is an example of a TypeB test script for PN5180 with
AWG control-->
<!-- numberMaxOfPasses: 10 trial per combination is tested
skipAfterFailures: continue with next combination, if too many
(>4) failures
delayMS: enter delay in ms, if needed (default = 0)
fieldReset: enable RF-Reset, if needed (default = disabled)
protocolType: we use type B at 106 -->
<Test
numberMaxOfPasses="20"
skipAfterFailures="18"
delayMS="0"
fieldReset="NO"
protocolType="RM_B_106"
>
<SendData shortFrame="NO" rxCRC="YES" txCRC="YES"
timeOutInUs="50000">
<!-- REQB: -->
0x05, 0x00, 0x00
</SendData>
<!-- As a reponse we expect ATQB = 12 bytes + CRC: -->
<ReadData invertedMaskBytes="0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00">
<!-- no masking required, since we defined exactly these bytes
in the AWG -->
0x50, 0xAE, 0xF9, 0xAC, 0xD3, 0x05, 0x89, 0x01, 0x01, 0x33,
0x81, 0xE1
</ReadData>
<!-- AWG Voltage levels in mV -->
<VoltageLevel minValueInmV="700" maxValueInmV="900"
stepSizeInmV="20"/>
<Parameter name="Rx Gain" minValue="0x02" maxValue="0x03"
registerAddress="0x22" bitPosition="0" bitLength="2" />
<Parameter name="Rx HPCF" minValue="0x02" maxValue="0x03"
registerAddress="0x22" bitPosition="2" bitLength="2" />
<Parameter name="MinLevel" minValue="0x03" maxValue="0x04"
registerAddress="0x1c" bitPosition="12" bitLength="4" />
<Parameter name="MinLevelP" minValue="0x05" maxValue="0x07"
registerAddress="0x1c" bitPosition="8" bitLength="4" />
</Test>
7 Annex B