PIC32MX360F512L-80I/PT Microchip Technology, PIC32MX360F512L-80I/PT Datasheet - Page 297

IC PIC MCU FLASH 512K 100-TQFP

PIC32MX360F512L-80I/PT

Manufacturer Part Number
PIC32MX360F512L-80I/PT
Description
IC PIC MCU FLASH 512K 100-TQFP
Manufacturer
Microchip Technology
Series
PIC® 32MXr

Specifications of PIC32MX360F512L-80I/PT

Program Memory Type
FLASH
Program Memory Size
512KB (512K x 8)
Package / Case
100-TFQFP
Core Processor
MIPS32® M4K™
Core Size
32-Bit
Speed
80MHz
Connectivity
I²C, IrDA, LIN, PMP, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, DMA, POR, PWM, WDT
Number Of I /o
85
Ram Size
32K 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
Processor Series
PIC32MX3xx
Core
MIPS
Data Bus Width
32 bit
Data Ram Size
32 KB
Interface Type
I2C , SPI , UART
Maximum Clock Frequency
80 MHz
Number Of Programmable I/os
85
Number Of Timers
5 x 16 bit
Operating Supply Voltage
2.3 V to 3.6 V
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
3rd Party Development Tools
52713-733, 52714-737
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, DM320001, DM320002, MA320001
Minimum Operating Temperature
- 40 C
On-chip Adc
10 bit
Controller Family/series
PIC32
No. Of I/o's
85
Ram Memory Size
32KB
Cpu Speed
80MHz
No. Of Timers
6
Embedded Interface Type
EUART, I2C, PSP, SPI
No. Of Pwm Channels
5
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
876-1000 - PIC32 BREAKOUT BOARDAC244003 - TEST BD MPLAB REAL ICE LOOPBACKAC244006 - KIT MPLAB REAL ICE TRACEDM320001 - KIT EVAL PIC32 STARTERAC164333 - MODULE SKT FOR PM3 100QFP
Eeprom Size
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC32MX360F512L-80I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
Part Number:
PIC32MX360F512L-80I/PT
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
PIC32MX360F512L-80I/PT
0
Company:
Part Number:
PIC32MX360F512L-80I/PT
Quantity:
1 100
11.31 Enabling Host Mode and
To enable Host mode, perform the following steps:
1.
2.
3.
4.
5.
6.
7.
8.
9.
11.31.1
When acting as a host, a transaction consists of the fol-
lowing:
1.
2.
3.
4.
© 2008 Microchip Technology Inc.
Enable Host mode (U1CON<HOSTEN> = 1).
This enables the D+ and D- pull-down resistors,
and disables the D+ and D- pull-up resistors. To
reduce noise on the bus, disable the SOF
packet generation by writing the SOF Enable bit
to ‘0’ (U1CON<SOFEN> = 0).
Enable
(U1IE<ATTACHIE> = 1).
Wait
(U1IR<ATTACHIF>).
This is signaled by the USB device changing the
state of D+ or D- from ‘0’ to ‘1’ (SE0 to JSTATE).
After it occurs, wait for the device power to sta-
bilize (10 ms is minimum, 100 ms is recom-
mended).
Check the state of the JSTATE and SE0 bits in
the control register U1CON.
If U1CON<JSTATE> is ‘0’, the connecting
device is low speed; otherwise, the device is full
speed.
If the connecting device is low speed, set the
low-speed enable bit in the address register
(U1ADDR<LSPDEN>= 1), and the low-speed
bit
(U1EP0<LSPD> = 1). But, if the device is full
speed, clear these bits.
Reset the USB device by sending the Reset sig-
naling for at least 50 ms (U1CON<USBRST> =
1).
(U1CON<USBRST> = 0).
Enable SOF packet generation to keep the con-
nected
(U1CON<SOFEN> = 1).
Wait 10 ms for the device to recover from Reset.
Perform enumeration as described in Chapter 9
of the USB 2.0 specification.
Software configures the appropriate BD (End-
point n, DIR, PPBI), and sets the UOWN bit to ‘1’
(HW owned).
Software checks the state of TOKBUSY
(U1CON<5>) to verify that any previous
transaction has completed.
Software writes the address of the target device
in the U1ADDR register.
Software writes the endpoint number and the
desired TOKEN PID (IN, OUT, or SETUP) to the
U1TOK register.
Discovering a Connected Device
in
After
HOST TRANSACTIONS
for
device
the
the
50
the
Endpoint
ms,
from
device
device
terminate
going
0
attach
attach
Control
into
the
suspend
interrupt
interrupt
Advance Information
register
Reset
5.
6.
7.
8.
9.
10. Hardware updates the BD, and writes the
11. Hardware updates the U1STAT register, and
12. Hardware reads the next BD (EVEN or ODD) to
13. Software should read the U1STAT register, and
If Software does not set the UOWN bit to ‘1’ in the
appropriate BD prior to writing the U1TOK register, the
module will read the descriptor and do nothing.
11.32 Completing a Control Transaction
Complete all of the following steps to discover a con-
nected device:
1.
2.
3.
Hardware reads the BD to determine the appro-
priate action, and to obtain the pointer to data
memory.
Hardware issues the correct TOKEN PID (IN,
OUT, SETUP) on the USB link.
If the transaction is a transmit transaction (OUT,
SETUP), the USB module reads the packet data
out of data memory. Then the module follows
with the desired DATA PID (DATA0/DATA1) and
packet data.
If the transaction is a receive transaction (IN),
the USB module waits to receive the DATA PID
and packet data. Hardware writes the packet
data to memory.
Hardware issues or waits for a Handshake PID
(ACK, NAK, or STALL), unless the endpoint is
set up as an isochronous endpoint (EPHSHK bit
U1EPx<0> is cleared).
UOWN bit to ‘0’ (SW owned).
sets the TRNIF (U1IR<3>) interrupt.
see whether it is owned by the USB module. If it
is, hardware begins the next transaction.
then clear the TRNIF interrupt.
Set up the Endpoint Control register for bidirec-
tional control transfers, U1EP0<4:0> = 0x0D.
Place an 8-byte of the device setup packet in the
appropriate memory buffer. See Chapter 9 of
the USB 2.0 specification for information on the
device framework command set.
Initialize the current (EVEN or ODD) TX EP0 BD
to transfer the 8 byte device framework com-
mand (for example, a GET DEVICE DESCRIP-
TOR command).
a)
b)
PIC32MX FAMILY
to a Connected Device
Set the BD status (BD0STAT) to 0x8008 –
UOWN bit set, byte count of 8.
Set the BD data buffer address (BD0ADR)
to the starting address of the 8-byte
memory buffer containing the command, if it
is not already initialized.
DS61143B-page 295

Related parts for PIC32MX360F512L-80I/PT