This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
如题,希望使用TMS570LC4357的EMIF按页读取模式(NOR Flash Page Mode),时序如下图所示:
使用片选CS4,对应起始地址为0x68000000,HCG配置如下图所示:
请问,按照上述配置,生成代码后,在应用程序中执行
DOUT[0]=*((short *)0x680000xx);
DOUT[1]=*((short *)0x680000xx);
DOUT[2]=*((short *)0x680000xx);
DOUT[3]=*((short *)0x680000xx);
读四个连续地址的数据,测试CS信号,并不满足NOR Flash Page Mode时序图中的时序。
请教:
1)、配置是否有误?
2)、连续地址A0~A3通过什么方式送至数据总线,数据读取部分程序如何编写?
3)、有没有NOR Flash Page Mode的例程?