DSPIC33FJ64MC506-I/PT Microchip Technology, DSPIC33FJ64MC506-I/PT Datasheet - Page 141

IC DSPIC MCU/DSP 64K 64TQFP

DSPIC33FJ64MC506-I/PT

Manufacturer Part Number
DSPIC33FJ64MC506-I/PT
Description
IC DSPIC MCU/DSP 64K 64TQFP
Manufacturer
Microchip Technology
Series
dsPIC™ 33Fr

Specifications of DSPIC33FJ64MC506-I/PT

Program Memory Type
FLASH
Program Memory Size
64KB (64K x 8)
Package / Case
64-TFQFP
Core Processor
dsPIC
Core Size
16-Bit
Speed
40 MIPs
Connectivity
CAN, I²C, IrDA, LIN, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, DMA, Motor Control PWM, QEI, POR, PWM, WDT
Number Of I /o
53
Ram Size
8K x 8
Voltage - Supply (vcc/vdd)
3 V ~ 3.6 V
Data Converters
A/D 16x10b/12b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Product
DSCs
Data Bus Width
16 bit
Processor Series
DSPIC33F
Core
dsPIC
Maximum Clock Frequency
40 MHz
Number Of Programmable I/os
53
Data Ram Size
8 KB
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
3rd Party Development Tools
52713-733, 52714-737, 53276-922, EWDSPIC
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, PG164120, DM240001, DV164033
Minimum Operating Temperature
- 40 C
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
876-1001 - DSPIC33 BREAKOUT BOARDDM240001 - BOARD DEMO PIC24/DSPIC33/PIC32AC164327 - 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:
DSPIC33FJ64MC506-I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
Part Number:
DSPIC33FJ64MC506-I/PT
0
7.4
The following is a DMA initialization example:
EXAMPLE 7-1:
© 2007 Microchip Technology Inc.
// Clear all DMA controller status bits to a known state
// Set up DMA Channel 0: Word mode, Read from Peripheral & Write to DMA; Interrupt when all the
data has been moved; Indirect with post-increment; Continuous mode with Ping-Pong Disabled
// Set up offset into DMA RAM so that the buffer that collects ADC result data starts at the base
of DMA RAM
// DMA0PAD should be loaded with the address of the ADC conversion result register
// DMA transfer of 256 words of data
//Clear the DMA0 Interrupt Flag
//Enable DMA0 Interrupts
//Enable the DMA0 Channel
//Automatic DMA transfer initiation by DMA request; DMA Peripheral IRQ Number set up for ADC1
DMA Initialization Example
DMACS0 =
DMA0CON =
DMA0REQ =
DMA0STA =
DMA0PAD =
DMA0CNT = 0x0100 ;
IFS0bits.DMA0IF = 0;
IEC0bits.DMA0IE = 1;
DMA0CONbits.CHEN = 1;
DMA SAMPLE INITIALIZATION METHOD
0;
0x0000;
0x000D;
0x0000;
(volatile unsigned int) &ADC1BUF0;
Preliminary
dsPIC33F
DS70165E-page 139

Related parts for DSPIC33FJ64MC506-I/PT