ADSP-BF537 Blackfin Processor Hardware Reference
7-39
Parallel Peripheral Interface
Listing 7-5. Clear DMA Completion Interrupt
/* DMA0_IRQ_STATUS */
P2.L = lo(DMA0_IRQ_STATUS);
P2.H = hi(DMA0_IRQ_STATUS);
R2.L = W[P2];
BITSET(R2,0);
W[P2] = R2.L;
ssync;
Data Transfer Scenarios
shows two possible ways to use the PPI to transfer in video.
These diagrams are very generalized, and bandwidth calculations must be
made only after factoring in the exact PPI mode and settings (for example,
transfer field 1 only, transfer odd and even elements).
The top part of the diagram shows a situation appropriate for, as an exam-
ple, JPEG compression. The first N rows of video are DMAed into L1
memory via the PPI. Once in L1, the compression algorithm operates on
the data and sends the compressed result out from the processor via the
SPORT. Note that no SDRAM access was necessary in this approach.
The bottom part of the diagram takes into account a more formidable
compression algorithm, such as MPEG-2 or MPEG-4. Here, the raw
video is transferred directly into SDRAM. Independently, a memory
Summary of Contents for Blackfin ADSP-BF537
Page 42: ...Contents xlii ADSP BF537 Blackfin Processor Hardware Reference ...
Page 90: ...Development Tools 1 32 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 138: ...Programming Examples 4 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 340: ...SDC Programming Examples 6 84 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 606: ...Programming Examples 9 94 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 660: ...Programming Examples 10 54 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 720: ...Electrical Specifications 11 60 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 840: ...Programming Examples 13 42 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 876: ...Programming Examples 14 36 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 938: ...Programming Examples 15 62 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 958: ...Programming Examples 17 12 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 986: ...Programming Examples 18 28 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 1162: ...G 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 1218: ...Index I 56 ADSP BF537 Blackfin Processor Hardware Reference ...