AC164142 Microchip Technology, AC164142 Datasheet - Page 23

Consumer-band BPSK 7.2kbps PLM PICtail Plus Daughter Board Other

AC164142

Manufacturer Part Number
AC164142
Description
Consumer-band BPSK 7.2kbps PLM PICtail Plus Daughter Board Other
Manufacturer
Microchip Technology
Series
PICtail™ Plusr
Datasheets

Specifications of AC164142

Kit Application Type
Communication
Silicon Family Name
DsPIC
Kit Contents
2x Power-Line Soft-Modem PICtail Plus Daughter Boards, 2x High Voltage Adapter Cables, Info Sheet
Features
Operates On 5V And 9V
Rohs Compliant
Yes
Processor To Be Evaluated
dsPIC33F
Processor Series
dsPIC33F
Operating Supply Voltage
5 V, 9 V
Featured Product
AC164142 PICtail™ Plus Daughter Board
Main Purpose
Interface, Power Line Transceiver
Embedded
No
Utilized Ic / Part
-
Primary Attributes
AC Power Line Transceiver, BPSK 7.2 Kbps
Secondary Attributes
Requires Explorer 16 Boards
Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
AC164142
Manufacturer:
MICROCHIP
Quantity:
12 000
Part Number:
AC164142
Manufacturer:
BOARD
Quantity:
20 000
© 2011 Microchip Technology Inc.
plm_xmit()
This function transmits a buffer and is a zero copy operation, meaning the pointer
passed is used to access payload bytes directly when needed. The operation is double
buffered, meaning the transmission of a previous buffer may already be in progress. In
all cases, the buffer passed is added to a single-entry wait queue and a TX_buffer_full
(PLM_TX_BF) flag is set. As soon as transmission becomes possible, the pointer is
copied to a working register and the TX_buffer_full flag is cleared. The application must
not write to the buffer that was passed until the modem code has finished sending. It is
possible to determine whether the buffer is still in use by examining the PLM_TX_BF
and PLM_TX_ACTIVE status flags. This function must not be called unless the
PLM_TX_BF flag is clear.
plm_recv()
This function fetches a received buffer. The two parameters passed are the address
and the size of a new buffer to fill in. The function returns an address within a previously
passed buffer, pointing to the first free location in that buffer. If the address returned is
equal to the previously passed buffer start address, no data has been received
between the calls. If the address returned points outside the buffer (at previous
buf+size), the buffer has been fully filled and could possibly overflow, if it was allowed.
A NULL pointer is returned on the very first call.
plm_get_status()
This function returns the following modem status flags:
• PLM_TX_ACTIVE – transmission is in progress
• PLM_TX_BF – transmit buffer is full
• PLM_BIT_SYNC – the receiver has found bit synchronization
• PLM_BYTE_SYNC – the receiver has found byte synchronization
• PLM_RESYNC – resynchronization has been requested
3.1.5
Any dsPIC33F DSC device with at least 2 Kbytes RAM, 16 Kbytes of Flash memory,
four Output Compare channels (PWM), one DMA channel, and one 12-bit ADC input
(at least 500 ksps), can be used with the daughter board. Using dsPIC33F DSC
devices without the DMA feature will result in a higher processing power requirement
for the modem software, potentially starving the application of execution time. Also,
using less than four Output Compare channels will result in reduced operational range
and performance.
When called, the modem API functions will claim and start to use the following
processor resources:
• One ADC module (default: ADC1)
• One ADC input (default: AN8)
• One optional DMA channel for the ADC servicing (default: DMA0)
• One timer to trigger the ADC conversion:
• One DMA interrupt vector/ADC and its triggering timer interrupt vector
• One to four Output Compare channels. Default:
• Timer2 and its interrupt vector as PWM time base
• The GPIO pin selected in the configuration for CS control (default: RF0)
- Timer3 when ADC1 is selected
- Timer5 when ADC2 is selected
- OC1 and OC2 when PWM2 modulator is selected
- OC1 through OC4 when PWM4 modulator is selected
Resource Requirements
DS70656A-page 23

Related parts for AC164142