Parallel Port Programming Examples
8-24
ADSP-2126x SHARC Processor Hardware Reference
.section/dm seg_dmda;
.var source[8] = 0x11111111,
0x22222222,
0x33333333,
0x44444444,
0x55555555,
0x66666666,
0x77777777,
0x88888888;
.global _main;
.section/pm seg_pmco;
_main:
ustat3 = dm(PPCTL);
/*disable parallel port*/
bit clr ustat3 PPEN|PPDEN;
dm(PPCTL) = ustat3;
/* initiate parallel port DMA registers*/
r0 = source;
dm(IIPP) = r0;
r0 = 1;
dm(IMPP) = r0;
r0 = LENGTH(source);
dm(ICPP) = r0;
r0 = 1;
dm(EMPP) = r0;
r0 = 0x1000000;
dm(EIPP) = r0;
/* For 16-bit external memory, the External count is
double the internal count */
r0 = LENGTH(source) * 2;
dm(ECPP) = r0;
ustat3 = PP16|
/* for a 16-bit external memory */
PPTRAN|
/* transmit (write) */
PPBHC|
/* implement a bus hold cycle*/
PPDUR20;
/* make pp data cycles last for a duration
of 20 cclk cycles */
dm(PPCTL) = ustat3;
Содержание 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 ...