PIC32MX575F256LT-80I/PT Microchip Technology, PIC32MX575F256LT-80I/PT Datasheet

256KB Flash, 64KB RAM, 80 MHz, USB, 1xCAN, 8 DMA 100 TQFP 12x12x1mm T/R

PIC32MX575F256LT-80I/PT

Manufacturer Part Number
PIC32MX575F256LT-80I/PT
Description
256KB Flash, 64KB RAM, 80 MHz, USB, 1xCAN, 8 DMA 100 TQFP 12x12x1mm T/R
Manufacturer
Microchip Technology
Series
PIC® 32MXr

Specifications of PIC32MX575F256LT-80I/PT

Core Processor
MIPS32® M4K™
Core Size
32-Bit
Speed
80MHz
Connectivity
CAN, I²C, SPI, UART/USART, USB OTG
Peripherals
Brown-out Detect/Reset, DMA, POR, PWM, WDT
Number Of I /o
85
Program Memory Size
256KB (256K x 8)
Program Memory Type
FLASH
Ram Size
64K x 8
Voltage - Supply (vcc/vdd)
2.3 V ~ 3.6 V
Data Converters
A/D 16x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
100-TFQFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC32MX575F256LT-80I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
PIC32MX6/7 family with embedded Ethernet
controller – PHY support
This document briefly explains how to add a new PHY to the MCHP TCPIP-BSD stack.
Note: The same approach applies to the MCHP TCPIP stack.
Table of Contents
Supported PHYs
How to add a new PHY
Supported PHY’s
How to add a new PHY
Microchip provides a PHY interface library that is being used as part of the MAC driver for the
TCPIP stack.
The basic concepts behind this PHY library are:
The functions that the current TCPIP stack MAC driver uses for communicating and configuring
the external PHY are prototyped in
and implemented in the
To add support for a new PHY you have to add the implementation for the
following
“..install path\Microchip\Include\TCPIP-BSD\eth_phy.h”):
1. Communication to the PHY is done using MIIM interface. For access to the external PHY
2. All PHYs support a standard set of registers with well known functionality. (As part of the
3. Few functions that are vendor specific have to be added for particular PHY’s.
Support for other PHY's will be added in the future.
The PIC32MX6-7 families with embedded Ethernet controller have support for external
MII/RMII connected PHY’s. Currently we support:
registers over the MIIM interface the communication functions provided by the Ethernet
Controller Peripheral Library are used (“..path\Microchip\MPLAB
C32\pic32mx\include\peripheral\eth.h”).
IEEE 802.3 Clause 22).
“..install path\Microchip\Include\TCPIP-BSD\eth_phy.h”
“..install path\Microchip\TCPIP-BSD\eth_phy\eth_phy.c”.
o
o
4
National DP83848 PHY.
SMSC LAN 8700 PHY.
functions (the prototypes of the functions are in

Related parts for PIC32MX575F256LT-80I/PT

PIC32MX575F256LT-80I/PT Summary of contents

Page 1

PIC32MX6/7 family with embedded Ethernet controller – PHY support This document briefly explains how to add a new PHY to the MCHP TCPIP-BSD stack. Note: The same approach applies to the MCHP TCPIP stack. Table of Contents Supported PHYs How ...

Page 2

EthPhyMIIMAddress(void): a. does not take parameters; b. Should return the address the PHY responds to. Depends on the hardware design. Note: all PHY’s respond to address 0. c. Can be inlined/#defined 2. extern unsigned int EthPhyMIIMClock(void): ...

Related keywords