MA330013 Microchip Technology, MA330013 Datasheet - Page 141

MODULE PLUG-IN DSPIC33 100TQFP

MA330013

Manufacturer Part Number
MA330013
Description
MODULE PLUG-IN DSPIC33 100TQFP
Manufacturer
Microchip Technology
Datasheets

Specifications of MA330013

Accessory Type
Plug-In Module (PIM) - dsPIC33FJ256MC710
Tool / Board Applications
General Purpose MCU, MPU, DSP, DSC
Mcu Supported Families
DsPIC33
Silicon Manufacturer
Microchip
Core Architecture
DsPIC
Core Sub-architecture
DsPIC33
Silicon Core Number
DsPIC33F
Silicon Family Name
DsPIC33FJxxMCxxx
Rohs Compliant
Yes
For Use With
DM330023 - BOARD DEV DSPICDEM MCHV
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
Explorer 16 (DM240001 or DM240002)
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Not applicable / Not applicable
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 MA330013