MCP2003-E/MD Microchip Technology, MCP2003-E/MD Datasheet - Page 4

no-image

MCP2003-E/MD

Manufacturer Part Number
MCP2003-E/MD
Description
TXRX LIN BUS BIDIRECT 8DFN
Manufacturer
Microchip Technology
Type
Transceiverr
Datasheets

Specifications of MCP2003-E/MD

Package / Case
8-DFN
Number Of Drivers/receivers
1/1
Protocol
LIN
Voltage - Supply
6 V ~ 27 V
Mounting Type
Surface Mount
Maximum Operating Temperature
+ 125 C
Minimum Operating Temperature
- 40 C
Mounting Style
SMD/SMT
Operating Supply Voltage
6 V to 27 V
Supply Current
90 uA
Output Voltage
400mV
Output Current
200mA
Supply Voltage Range
6V To 27V
Baud Rate
20Kbaud
Digital Ic Case Style
DFN
No. Of Pins
8
Peak Reflow Compatible (260 C)
Yes
Rohs Compliant
Yes
Leaded Process Compatible
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
TB3067
FIGURE 4:
DS93067A-page 4
/* design specific */
#define TXPINLATCbits.LATC6
#define CSPINLATCbits.LATC0
/* please refer to data sheet regarding maximum values */
#define WaitTimeTx2CS()
#define WaitTimeCSactive()
/**********************************************************************/
/**********************************************************************/
void ForcedSleepMCP200x(void)
{
/* set LATregister of corresponding IOpin for TX -> 0 */
/* depending if TXEN in TXSTA register allows the use of the
/* corresponding IOpin for TX as a normal IO when TXEN = 0 then set
/* TXPIN = 0 otherwise reset the whole UART module. Please refer to
/* controller specific data sheet and review the UART section
#if defined (TXEN_FREE_IO)
#else
#endif
}
/**********************************************************************/
/**********************************************************************/
TXPIN = 0;
TXEN = 0;
RCSTA = 0;
WaitTimeTx2CS();
CSPIN = 1;
WaitTimeCSactive();
CSPIN = 0;
PIC
®
Microcontroller Code Example for Forced Power-Down Mode.
Nop(); Nop();Nop(); Nop();
unsigned char dly; dly = 55; while(--dly);
/* TX also usable as IO
/* refer to data sheet
/* CS = 1 -> transceiver activated but TX = 0
/* refer to data sheet
/* CS = 0 -> transceiver in SLEEP mode
*/
*/
*/
*/
*/
*/
© 2011 Microchip Technology Inc.
*/
*/

Related parts for MCP2003-E/MD