
Input Data Port Programming Example
11-30
ADSP-2126x SHARC Processor Hardware Reference
ustat2 = dm(IDP_PP_CTL);
bit set ustat2 IDP_PDAP_EN;
/* PDAP if set, IDP channel 0
if cleared */
ustat2 = dm(IDP_CTL);
/* Start the IDP */
bit set ustat2 IDP_EN;
dm(IDP_CTL) = ustat2;
/* in packing mode 2, the data is stored in the buffer like this:
1|OOOOPPPP|
2|MMMMNNNN|
3|KKKKLLLL|
4|IIIIJJJJ|
5|GGGGHHHH|
6|EEEEFFFF|
7|CCCCDDDD|
8|BBBBAAAA|
where AAAA is Sample 1 and BBBB is Sample 2, etc. */
IDP_ISR:
/* This interrupt indicates that the current DMA
has completed */
/* test for IDP_DMA0_INT (Read of DAI_IRPTL clears latched
interrupt) */
r0=dm(DAI_IRPTL_H);
btst r0 by 10;
if not SZ call dma_again;
/* SZ flag cleared if tested
bit = 1 */
rti;
dma_again:
ustat2 = dm(IDP_CTL);
bit clr ustat2 IDP_DMA_EN;
/* disable DMA */
dm(IDP_CTL) = ustat2;
Содержание ADSP-21261 SHARC
Страница 30: ...Contents xxx ADSP 2126x SHARC Processor Hardware Reference ...
Страница 40: ...Register Diagram Conventions xl ADSP 2126x SHARC Processor Hardware Reference ...
Страница 58: ...Differences From Previous SHARCs 1 18 ADSP 2126x SHARC Processor Hardware Reference ...
Страница 112: ...Secondary Processing Element PEy 2 54 ADSP 2126x SHARC Processor Hardware Reference ...
Страница 178: ...Summary 3 66 ADSP 2126x SHARC Processor Hardware Reference ...
Страница 204: ...DAG Instruction Summary 4 26 ADSP 2126x SHARC Processor Hardware Reference ...
Страница 322: ...Setting Up DMA 7 32 ADSP 2126x SHARC Processor Hardware Reference ...
Страница 436: ...SPORT Programming Examples 9 86 ADSP 2126x SHARC Processor Hardware Reference ...
Страница 521: ...ADSP 2126x SHARC Processor Hardware Reference 11 31 Input Data Port rts IDP_ISR end ...
Страница 522: ...Input Data Port Programming Example 11 32 ADSP 2126x SHARC Processor Hardware Reference ...
Страница 590: ...Timer Programming Examples 14 20 ADSP 2126x SHARC Processor Hardware Reference ...
Страница 796: ...I O Processor Registers A 174 ADSP 2126x SHARC Processor Hardware Reference ...
Страница 800: ...B 4 ADSP 2126x SHARC Processor Core Manual ...
Страница 846: ...Index I 36 ADSP 2126x SHARC Processor Hardware Reference ...