PIC32MX320F128LT-80I/BG Microchip Technology, PIC32MX320F128LT-80I/BG Datasheet - Page 32

128 KB Flash, 32 KB RAM, 80 MHz, 10-Bit ADC 121 XBGA 10x10x1.20mm T/R

PIC32MX320F128LT-80I/BG

Manufacturer Part Number
PIC32MX320F128LT-80I/BG
Description
128 KB Flash, 32 KB RAM, 80 MHz, 10-Bit ADC 121 XBGA 10x10x1.20mm T/R
Manufacturer
Microchip Technology
Series
PIC® 32MXr

Specifications of PIC32MX320F128LT-80I/BG

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
Program Memory Size
128KB (128K 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
121-TFBGA
Processor Series
PIC32MX3xx
Core
MIPS
3rd Party Development Tools
52713-733, 52714-737
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, DM320001, DM320002, MA320001
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Number Of I /o
-
Eeprom Size
-
Lead Free Status / Rohs Status
 Details

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC32MX320F128LT-80I/BG
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 PIC32MX320F128LT-80I/BG