PIC32MX440F512H-80I/PT Microchip Technology, PIC32MX440F512H-80I/PT Datasheet - Page 330

IC PIC MCU FLASH 512K 64-TQFP

PIC32MX440F512H-80I/PT

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

Specifications of PIC32MX440F512H-80I/PT

Program Memory Type
FLASH
Program Memory Size
512KB (512K x 8)
Package / Case
64-TFQFP
Core Processor
MIPS32® M4K™
Core Size
32-Bit
Speed
80MHz
Connectivity
I²C, IrDA, LIN, PMP, SPI, UART/USART, USB OTG
Peripherals
Brown-out Detect/Reset, DMA, POR, PWM, WDT
Number Of I /o
53
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
PIC32MX4xx
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
51
Number Of Timers
5 x 16 bit, 1 x 32 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, DM320003, DM320002, MA320002
Minimum Operating Temperature
- 40 C
On-chip Adc
10 bit
Controller Family/series
PIC32
No. Of I/o's
51
Ram Memory Size
32KB
Cpu Speed
80MHz
No. Of Timers
5
Embedded Interface Type
EUART, I2C, PSP, SPI
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
AC244003 - TEST BD MPLAB REAL ICE LOOPBACKDM320003 - BOARD DEMO USB PIC32 OTGAC244006 - KIT MPLAB REAL ICE TRACEAC164327 - MODULE SKT FOR 64TQFP
Eeprom Size
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC32MX440F512H-80I/PT
Manufacturer:
ELPIDA
Quantity:
1 000
Part Number:
PIC32MX440F512H-80I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
PIC32MX3XX/4XX
13.3
The 16-bit Timer1 peripheral can operate as a
synchronous timer using internal or external clock
sources, or as a gated timer using internal clock source
and external clock pin, or as an asynchronous timer
using an external asynchronous clock source, such as
the low-power secondary oscillator. Each mode is
easily configured and described in the following
sections.
13.3.1
• Timer1 module is disabled and powered off when
• Updates to the T1CON register should only be
• Timer1 continues operating when the CPU goes
• Setting or clearing the ON bit (T1CON<15>) and
DS61143C-page 328
the ON bit (T1CON<15>) = 0, thus providing max-
imum power savings. All other TxCON bits
remain unchanged.
performed when the timer module is disabled, ON
bit (T1CON<15>) = 0.
into Idle mode if the “Stop In Idle mode” control bit
is disabled, SIDL (TxCON<13>) bit = 0. If
enabled, SIDL = 1, the timer module stops
operation while the CPU is in Idle mode.
any other bits in T1CON in the same instruction
may cause undefined behavior. The user is
advised to program the T1CON register with the
desired settings with one instruction, and then set
the ON bit in a subsequent instruction.
Modes of Operation
CONSIDERATIONS FOR ALL
TIMER 1 MODES
Preliminary
13.3.2
In this mode, the timer clock source is the internal
PBCLK (Peripheral Bus Clock), TCS (TxCON<1>) = 0.
Clock synchronization is not required, therefore the
Timer1 Synchronization bit, TSYNC (T1CON<2>), is
ignored. The TMR1 Count register increments on every
PBCLK clock cycle when the timer clock prescale
<TCKPS> is 1:1.
Timer1 generates a timer match event after the TMR1
Count register matches the PR1 Period register value
(mid-clock cycle on the falling edge), then resets to
0x0000 on the next PBCLK clock cycle. See
Section 13.5 “Timer Interrupts” regarding timer
events and interrupts.
For clock prescale = N (other than 1:1), the timer oper-
ates at a clock rate = PBCLK/N and the TMRx Count
register increments on every Nth PBCLK clock. For
further details regarding the timer prescaler, refer to
Section 13.4.2 “Timer Clock Prescaler”.
The following steps should be performed to properly
configure the Timer1 peripheral for Timer mode
operation.
1.
2.
3.
4.
5.
6.
7.
EXAMPLE 13-1:
T1CON = 0x0
TMR1 = 0x0;
PR1 = 0xFFFF;
T1CONSET = 0x8000;// Start Timer
Clear ON control bit (T1CON<15>) = 0 to
disable timer.
Configure TCKPS control bits (T1CON<5:4) to
select desired timer clock prescale.
Set TCS control bit (T1CON<1>) = 0 to select
the internal PBCLK clock source.
Clear TMR1 register.
Load PR1 register with desired 16-bit match
value.
If timer interrupts are to be used, refer to
Section 13.5 “Timer Interrupts” for interrupt
configuration steps.
Set ON control bit = 1 to enable Timer.
SYNCHRONOUS INTERNAL TIMER
SYNCHRONOUS
INTERNAL TIMER
INITIALIZATION
// Stop and Init Timer
// Clear timer register
// Load period register
© 2008 Microchip Technology Inc.

Related parts for PIC32MX440F512H-80I/PT