ADSP-BF50x Blackfin Processor Hardware Reference
6-79
Internal Flash Memory
instructions. For example, the code below uses a number of
NOP
assembly
instructions in order to achieve the desired delay:
void flash_reset(void)
{
/* Reset the flash */
*pFLASH_CONTROL_CLEAR = FLASH_ENABLE;
asm("ssync;nop;nop;nop;nop;nop;nop;nop;");
asm("ssync;nop;nop;nop;nop;nop;nop;nop;");
asm("ssync;nop;nop;nop;nop;nop;nop;nop;");
asm("ssync;nop;nop;nop;nop;nop;nop;nop;");
/* Release flash from reset state */
*pFLASH_CONTROL_SET = FLASH_ENABLE;
asm("ssync;nop;nop;nop;nop;nop;nop;nop;");
}
Timing Configurations for Setting the Internal Flash
Memory in Asynchronous Read Mode
Once out of reset, the internal flash memory is configured in asynchro-
nous mode. Therefore, the EBIU should be configured in asynchronous
mode as well by programming the
B0MODE
field in the
EBIU_MODECTL
regis-
ter to the value
b#01
.
The internal flash device’s
WAIT
signal is not meaningful in asynchronous
mode. Therefore, the
B0RDYEN
field in the
EBIU_AMBCTL
register should be
programmed with a value of 0 in asynchronous mode.
Based on the timing requirements of the internal flash memory device,
which call for:
• ST > 10 ns
• ST + RAT > 70 ns
Summary of Contents for EZ-KIT Lite ADSP-BF506F
Page 50: ...Contents l ADSP BF50x Blackfin Processor Hardware Reference ...
Page 92: ...Development Tools 1 30 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 110: ...Interface Overview 3 12 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 236: ...Internal Flash Memory Control Registers 6 92 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 650: ...Programming Examples 15 56 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 804: ...Programming Examples 17 92 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 1194: ...Programming Examples 24 90 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 1256: ...ACM Registers A 50 ADSP BF50x Blackfin Processor Hardware Reference ...
Page 1264: ...Boundary Scan Architecture B 8 ADSP BF50x Blackfin Processor Hardware Reference ...