vSys_Setup( 1 );
/* Setup the bandgap for working with the temperature sensor here */
vSys_BandGapLdo( 1 );
/* Setup the PA.
* fAlpha and fBeta has to be set based on antenna configuration.
* Chose a PA level and nominal cap. Both values come from
* the calculation spreadsheet. */
rPa_Setup.fAlpha
rPa_Setup.fBeta
rPa_Setup.bLevel
rPa_Setup.wNominalCap = 256;
rPa_Setup.bMaxDrv
/* Setup the PA */
vPa_Setup( &rPa_Setup );
/* Setup the ODS */
rOds_Setup.bModulationType = 1;
rOds_Setup.bClkDiv
rOds_Setup.bEdgeRate
/* Set group width to 7, which means 8 bits/encoded byte to be transmitted.
* The value must match the output width of the data encoding function
* set by the vStl_EncodeSetup() below! */
rOds_Setup.bGroupWidth
rOds_Setup.wBitRate
/* Configure the warm up intervals LC: 8, DIV: 4, PA: 4 */
rOds_Setup.bLcWarmInt = 8;
rOds_Setup.bMpllWarmInt = 4;
rOds_Setup.bPaWarmInt = 4;
/* ODS setup */
vOds_Setup( &rOds_Setup );
= 0.0;
= 0.0;
= 60;
= 0;
/* Use FSK */
= 5;
= 0;
= 7;
= 417;
Rev. 1.0
AN370
99
Need help?
Do you have a question about the Si4010 and is the answer not in the manual?
Questions and answers