DSPIC33FJ128MC706-I/PT Microchip Technology Inc., DSPIC33FJ128MC706-I/PT Datasheet - Page 141

no-image

DSPIC33FJ128MC706-I/PT

Manufacturer Part Number
DSPIC33FJ128MC706-I/PT
Description
16 BIT MCU/DSP 64LD 40MIPS 128KB FLASH
Manufacturer
Microchip Technology Inc.
Type
DSPr
Datasheet

Specifications of DSPIC33FJ128MC706-I/PT

A/d Inputs
16-Channels, 12-Bit
Comparators
8
Cpu Speed
40 MIPS
Eeprom Memory
0 Bytes
Input Output
53
Interface
CAN/I2C/SPI/UART
Ios
53
Memory Type
Flash
Number Of Bits
16
Package Type
64-pin TQFP
Programmable Memory
128K Bytes
Ram Size
16K Bytes
Timers
9-16-bit, 4-32-bit
Voltage, Range
3-3.6
Lead Free Status / Rohs Status
RoHS Compliant part Electrostatic Device

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
DSPIC33FJ128MC706-I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
Part Number:
DSPIC33FJ128MC706-I/PT
Manufacturer:
ST
0
Company:
Part Number:
DSPIC33FJ128MC706-I/PT
Quantity:
36
7.4
The following is a DMA initialization example:
EXAMPLE 7-1:
© 2006 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
DS70165D-page 139

Related parts for DSPIC33FJ128MC706-I/PT