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

IC MCU 32BIT 512KB FLASH 64TQFP

PIC32MX575F512H-80I/PT

Manufacturer Part Number
PIC32MX575F512H-80I/PT
Description
IC MCU 32BIT 512KB FLASH 64TQFP
Manufacturer
Microchip Technology
Series
PIC® 32MXr

Specifications of PIC32MX575F512H-80I/PT

Core Size
32-Bit
Program Memory Size
512KB (512K x 8)
Core Processor
MIPS32® M4K™
Speed
80MHz
Connectivity
CAN, I²C, SPI, UART/USART, USB OTG
Peripherals
Brown-out Detect/Reset, DMA, POR, PWM, WDT
Number Of I /o
53
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
64-TFQFP
Controller Family/series
PIC32
No. Of I/o's
53
Ram Memory Size
64KB
Cpu Speed
80MHz
No. Of Timers
5
Digital Ic Case Style
TQFP
Embedded Interface Type
CAN, I2C, SPI, UART
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC32MX575F512H-80I/PT
Manufacturer:
Microchip Technology
Quantity:
135
Part Number:
PIC32MX575F512H-80I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
Part Number:
PIC32MX575F512H-80I/PT
Manufacturer:
MICROCHI
Quantity:
20 000
Part Number:
PIC32MX575F512H-80I/PT
0
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 PIC32MX575F512H-80I/PT

PIC32MX575F512H-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