PIC32MX320F064HT-80I/PT Microchip Technology, PIC32MX320F064HT-80I/PT Datasheet - Page 32

64 KB Flash, 16 KB RAM, 40 MHz, 10-Bit ADC 64 TQFP 10x10x1mm T/R

PIC32MX320F064HT-80I/PT

Manufacturer Part Number
PIC32MX320F064HT-80I/PT
Description
64 KB Flash, 16 KB RAM, 40 MHz, 10-Bit ADC 64 TQFP 10x10x1mm T/R
Manufacturer
Microchip Technology
Series
PIC® 32MXr

Specifications of PIC32MX320F064HT-80I/PT

Core Processor
MIPS32® M4K™
Core Size
32-Bit
Speed
80MHz
Connectivity
I²C, IrDA, LIN, PMP, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
53
Program Memory Size
64KB (64K x 8)
Program Memory Type
FLASH
Ram Size
16K 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
Processor Series
PIC32MX3xx
Core
MIPS
Data Bus Width
32 bit
Data Ram Size
16 KB
Interface Type
EUART, I2C, SPI
Maximum Clock Frequency
80 MHz
Number Of Programmable I/os
53
Number Of Timers
5
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, 16 Channel
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
AC164327 - MODULE SKT FOR 64TQFP
Eeprom Size
-
Lead Free Status / Rohs Status
 Details

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC32MX320F064HT-80I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
EXAMPLE 3-1:
DS61144D-page 28
#include <plib.h>
functions and macros
void Delay(unsigned int count)
{
}
int main(void)
{
}
/* LED setup - Turn off leds before configuring the IO pin as output */
mPORTDClearBits(BIT_0 | BIT_1 | BIT_2);
/* Set RD0, RD1 and RD2 as outputs */
mPORTDSetPinsDigitalOut(BIT_0 | BIT_1 | BIT_2 );
/* endless loop */
while(1)
{
};
return 0;
Delay(200000);
mPORTDToggleBits(BIT_0);
Delay(200000);
mPORTDToggleBits(BIT_1);
Delay(200000);
mPORTDToggleBits(BIT_2);
while(--count);
PROJECT SOURCE CODE
// Adds support for PIC32 Peripheral library
// toggle LED0 (same as LATDINV = 0x0001)
// toggle LED1 (same as LATDINV = 0x0002)
// toggle LED2 (same as LATDINV = 0x0004)
// same as LATDCLR = 0x0007
// same as TRISDCLR = 0x0007
© 2009 Microchip Technology Inc.

Related parts for PIC32MX320F064HT-80I/PT