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

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
4.2.3.0.3
The internal 8 MHz FRC oscillator is available as a
clock source to detect any USB activity during USB
SUSPEND mode and bring the module out of the SUS-
PEND mode. To enable FRC for USB usage, the UFR-
CEN bit (OSCCON<2>) must be set ‘1’ before putting
USB module to SUSPEND mode.
4.2.4
Two-Speed Start-up mode can be used to reduce the
device start-up latency when using all External Crystal
POSC modes, including PLL. Two-Speed Start-up uses
the FRC clock as the SYSCLK source until the Primary
Oscillator (POSC) has stabilized. After the user
selected oscillator has stabilized, the clock source will
switch to POSC. This allows the CPU to begin running
code, at a lower speed, while the oscillator is stabiliz-
ing. When the POSC has met the start-up criteria an
automatic clock switch occurs to switch to POSC. This
mode is enabled by the device Configuration bits
FCKSM<1:0> (DEVCFG1<15:14>). Two-Speed Start-
up operates after a Power-on Reset (POR) or exit from
SLEEP. Software can determine the oscillator source
currently in use by reading the COSC<2:0> bits in the
OSCCON register.
4.2.5
The Fail-Safe Clock Monitor (FSCM) is designed to
allow continued device operation if the current oscilla-
tor fails. It is intended for use with the Primary Oscillator
(POSC) and automatically switches to the FRC oscilla-
tor if a POSC failure is detected. The switch to the Fast
Internal RC Oscillator (FRC) oscillator allows continued
device operation and the ability to retry the POSC or to
execute code appropriate for a clock failure.
The FSCM mode is controlled by the FCKSM<1:0> bits
in the device Configuration register, DEVCFG1. Any of
the POSC modes can be used with FSCM.
When a clock failure is detected with FSCM enabled
and
(IEC1<14>) set, the clock source will be switched from
POSC to FRC. An Oscillator Fail interrupt will be gen-
erated, with the CF bit (OSCCON<3>) set. This inter-
rupt has a user settable priority FSCMIP<2:0>
(IPC8<12:10>)
(IPC8<9:8>). The clock source will remain FRC until a
© 2008 Microchip Technology Inc.
Note:
the
Using Internal FRC Oscillator with USB
The Watchdog Timer (WDT), if enabled,
will continue to count at the same rate
regardless of the SYSCLK frequency.
Care must be taken to service the WDT
during Two-Speed Start-up, taking into
account the change in SYSCLK.
TWO-SPEED START-UP
FSCM
FAIL-SAFE CLOCK MONITOR
OPERATION
and
Interrupt
subpriority
Enable
FSCMIS<1:0>
bit
Advance Information
FSCMIE
device Reset or a clock switch is performed. Failure to
enable the FSCM interrupt will not inhibit the actual
clock switch.
The FSCM module takes the following actions when
switching to the FRC oscillator:
1.
2.
3.
To enable FSCM the following steps should be
performed:
1.
2.
3.
If the PLL is to be used:
If a FSCM interrupt is desired when a FSCM event
occurs, the following steps should be performed during
start-up code:
Note:
The COSC bits (OSCCON<14:12>) are loaded
with ‘000’.
The CF OSCCON<3> bit is set to indicate the
clock failure
The OSWEN control bit (OSCCON<0>) is
cleared to cancel any pending clock switches.
Enable the FSCM in the device Configuration
register,
FCKSM<1:0> bits to ‘00’.
01 = Clock Switching is enabled, FSCM is
disabled
00 = Clock Switching and FSCM are enabled
Select the desired mode HS, XT, or EC using
FNOSC<2:0> in DEVCFG1.
Select POSC as the default oscillator in the
device Configuration register, DEVCFG1 by
configuring FNOSC<2:0> = 010 without PLL or
011 with PLL.
1.
2.
3.
1.
2.
3.
PIC32MX FAMILY
Select the appropriate Configuration bits for
the PLL input divider to scale the input fre-
quency to be between 4 MHz and 5 MHz
using FPLLIDIV<2:0> (DEVCFG2<2:0>).
Select the desired PLL multiplier using FPLL-
MULT<2:0> (DEVCFG2<6:4>).
Select the desired PLL output divider using
FPLLODIV<2:0> (DEVCFG2<18:16>).
Clear the FSCM interrupt bit FSCMIF
(IFS1<14>).
Set the Interrupt priority FSCMIP<2:0>
(IPC8<12:10>) and subpriority FSCMIS<1:0>
(IPC8<9:8>).
Set the FSCM Interrupt Enable bit FSCMIE
(IEC1<14>)
The Watchdog Timer, if enabled, will con-
tinue to count at the same rate regardless
of the SYSCLK frequency. Care must be
taken to service the WDT after a Fail-Safe
Clock Monitor event, taking into account
the change in SYSCLK.
DEVCFG1,
by
configuring
DS61143B-page 75
the

Related parts for PIC32MX360F512L-80I/PT