AN2262 Motorola / Freescale Semiconductor, AN2262 Datasheet - Page 82

no-image

AN2262

Manufacturer Part Number
AN2262
Description
Wireless HC08 Modem
Manufacturer
Motorola / Freescale Semiconductor
Datasheet
AN2262/D
}
#pragma INLINE
void RF_RxTimeoutOff(void)
{
}
//////////////////////////////////////////////////////////
// initiate the transmission
void RF_TxStart(void)
{
#ifdef RF_ECC
#endif
82
RF_TimerStart();
RFTimerTmoutDisable();
LedFn1On();
IfBtnJp1BuzzerOn();
// shut down receiver (we don’t want the loopback)
// since we share the rx and tx registers
RF_RxStop();
// disable RF-related interrupts
RF_TxServiceOff();
RF_ManchesterOff();
RF_TimerStop();
RF_TimerReset();
rfTxActive = 1;
rfFlgs.all = 0;
txBits = 0;
RF_PLLEN = 1;
RF_DAT = 0;
txPre = 1;
txHead = 1;
eccNibble = 0;
// so toggle has the right data to toggle
RFTimerTXD_MSA = 1;
RFTimerTXD_ELSB = 1;
RFTimerTXD_ELSA = 1;
// start with preamble
// header processing will start data transmission also
// starting with special signal
// PLL ENABLE
// DATA low at the begining
// initial state
// stop the timer
// and reset the timer
// signal transmitter busy
// clear all tmp flags
// output compare (or PWM) (0:1)
// output compare, set on compare (1:1)
// output compare, set on compare (1:1)
Wireless HC08 Modem
MOTOROLA

Related parts for AN2262