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

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.27 Module Initialization
This section describes the steps that must be taken to
properly initialize the OTG USB module.
11.27.1
In order to use the USB peripheral, software must set
the USBPWR bit (U1PWRC<0>) to ‘1’. This may be
done in start-up boot sequence.
USBPWR is used to initiate the following actions:
• Start the USB clock
• Allow the USB interrupt to be activated
• Select USB as the owner of the necessary IO pins
• Enable the USB transceiver
• Enable the USB comparators
The USB module and internal registers are reset when
USBPWR is cleared. Consequently, the appropriate ini-
tialization process must be performed whenever the
USB module is enabled, as described in the following
subsections. Otherwise, any configuration packet sent
to the USB module will be stalled, by hardware, until the
reset is complete.
11.27.2
All descriptors for a given endpoint and direction must
be initialized prior to enabling the endpoint (for that
direction). After a Reset, all endpoints are disabled and
start with the EVEN buffer for transmit and receive
directions.
Transmit descriptors must be written with the UOWN bit
cleared to ‘0’ (owned by software). All other transmit
descriptor setup may be performed anytime prior to
setting the UOWN bit to ‘1’.
Receive descriptors must be fully initialized to receive
data. This means that memory must be reserved for
received packet data. The pointer to that memory
(physical address), and the size reserved in bytes,
must be written to the descriptor. The receive descrip-
tor UOWN bit should be initialized to ‘1’ (owned by
hardware). The DTS and STALL bits should also be
configured appropriately.
If a transaction is received and the descriptor’s UOWN
bit is ‘0’ (owned by software), the USB module returns
a NAK handshake to the host. Usually, this causes the
host to retry the transaction.
© 2008 Microchip Technology Inc.
ENABLING THE USB HARDWARE
INITIALIZING THE BDT
Advance Information
11.27.3
USB mode of operation is controlled by the following
enable bits: OTGEN (U1OTGCON<2>), HOSTEN
(U1CON<3>), and USBEN/SOFEN (U1CON<0>).
• OTGEN:
• HOSTEN:
• USBEN/SOFEN:
11.28 Device Operation
All communication on the USB is initiated by the host.
Therefore, in Device mode, when USB is enabled
USBEN = 1 (U1CON<0>), Endpoint 0 must be ready to
receive control transfers. Initialization of the remaining
endpoints, descriptors, and buffers can be delayed until
the host selects a configuration for the device. Refer to
Chapter 9 of the “Universal Serial Bus Specification,
Revision 2.0” for more information on this subject.
The following steps are performed to respond to a USB
transaction:
1.
2.
3.
4.
5.
Note:
OTGEN selects whether the PIC32MX is to act
as an OTG part (OTGEN = 1) or not. OTG
devices support SRP and HNP in hardware with
Firmware management and have direct control
over the data-line pull-up and pull-down resis-
tors.
HOSTEN controls whether the part is acting in
the role of USB Host (HOSTEN = 1) or USB
Device (HOSTEN = 0). Note that this role may
change dynamically in an OTG application.
USBEN controls the connection to USB when
the USB module is not configured as a host.
If the USB module is configured as a host,
SOFEN controls whether the host is active on
the USB link and sends SOF tokens every 1 ms.
Software pre-initializes the appropriate BDs,
and sets the UOWN bits to ‘1’ to be ready for a
transaction.
Hardware receives a TOKEN PID (IN, OUT,
SETUP) from the USB host, and checks the
appropriate BD.
If the transaction will be transmitted (IN), the
module reads packet data from data memory.
Hardware receives a DATA PID (DATA0/1), and
sends or receives the packet data.
If a transaction is received (SETUP, OUT), the
module writes packet data to data memory.
PIC32MX FAMILY
USB ENABLE/MODE BITS
The other USB module control registers
should be properly initialized before
enabling USB via these bits.
DS61143B-page 291

Related parts for PIC32MX360F512L-80I/PT