Hello Champs
Customer connected SST39VF800A to EMIF, the circuit is below.
The code is below:
void main()
{
initSystem(); //系统初始化
A1CR = 0x3FFFFFFD; //flash时序寄存器配置
M0PDOUT = 0x10000001; //将AXR0配置为高电平
while(1)
{
Flash_5555h = 0xAA; //向DSP地址0x9000AAAA处(即Flash的0x5555处)写0xAA
Delay(20);
}
But he found the WE is toggled twice in one write cycle and the BA0 is not correct. Please see below snapshot.
Blue: EM_CLK 55MHz
Yello: WE
Green: CE
Thanks.
Rgds
Shine