ADSP-BF535 Blackfin Processor Hardware Reference
6-31
Memory
/* - used to determine sub-banks */
/* i0 - pointer to ITEST_COMMAND */
/* i1 - pointer to ITEST_DATA0 */
/* i2 - pointer to ITEST_DATA1 */
/* i3 - pointer to relocated (instruction) data */
/* p4 - loop counter to perform the writes to DATA and TAGs */
/* m0 - save command for sub-bank 0 */
/* m1 - save command for sub-bank 1 */
/* m2 - save command for sub-bank 2 */
/* m3 - save command for sub-bank 3 */
/* */
R7.L = 0;
R7.H = 0;
L0 = R7;
L1 = R7;
L2 = R7;
L3 = R7;
M0 = R7;
M1 = R7;
M2 = R7;
M3 = R7;
I0.L = (ITEST_COMMAND & 0xFFFF);
I0.H = (ITEST_COMMAND >> 16);
I1.L = (ITEST_DATA0 & 0xFFFF);
I1.H = (ITEST_DATA0 >> 16);
/* Writing zero to the ITEST_DATA0 */
/* Whenever we write to Cache TAG/ARRAY, the value in the
ITEST_DATA0 gets written to the caches. The ITEST_DATA0/1 should
be written to before the write to ITEST_COMMAND register */
Summary of Contents for ADSP-BF535 Blackfin
Page 80: ...Development Tools 1 26 ADSP BF535 Blackfin Processor Hardware Reference...
Page 312: ...Working With Memory 6 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 332: ...System Interfaces 7 20 ADSP BF535 Blackfin Processor Hardware Reference...
Page 360: ...Dynamic Power Management Controller 8 28 ADSP BF535 Blackfin Processor Hardware Reference...
Page 446: ...Beginning and Ending an SPI Transfer 10 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 522: ...Timing Examples 11 76 ADSP BF535 Blackfin Processor Hardware Reference...
Page 562: ...IrDA Support 12 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 608: ...PCI I O Issues 13 46 ADSP BF535 Blackfin Processor Hardware Reference...
Page 672: ...References 14 64 ADSP BF535 Blackfin Processor Hardware Reference...
Page 810: ...SDRAM Controller SDC 18 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 811: ...ADSP BF535 Blackfin Processor Hardware Reference 18 87 External Bus Interface Unit...
Page 812: ...SDRAM Controller SDC 18 88 ADSP BF535 Blackfin Processor Hardware Reference...
Page 860: ...DMA Bus Debug Registers 20 30 ADSP BF535 Blackfin Processor Hardware Reference...