2007-06-23 08:04 PM
2011-05-17 12:44 AM
In my project, I need read a external fifo, when I set the mcu at 96Mhz, with the emi non buffer mode cs0(address 0x3c000000-), the access speed is only 3.2MHz, who could help me for more?
Thanks.2011-05-17 12:44 AM
Because the maxium External Memory Bus clock is 66Mhz, I set the pll at 66Mhz, and fBCLK=fHCLK=fCPUCLK=fMSTR=66Mhz, Peripheral Clock for APB fPCLK=33Mhz, but the external access speed is still 3.0Mhz, why? who could help me?
2011-05-17 12:44 AM
Now the fast speed of 8bit non mux mode emi I get is 9.6MHz.
:)2011-05-17 12:44 AM
For 8bit nonmux mode, with 66MHz PLL, I get 4MHz EMI CS0 access speed. and 8MHz EMI CS0 access speed with 96MHz PLL.
the test code: __asm { TSTLP: MOV R0,#0x3C000000 LDRB R0,[R0] B TSTLP }