IFC: GPCM - write in burst mode to async. memory

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

IFC: GPCM - write in burst mode to async. memory

跳至解决方案
2,933 次查看
ferdinandgrossm
Contributor III

Hello again.

We're evalutating options to connect a non-volatile memory (nvSRAM, MRAM, FRAM - not flash based) to the LS1046A. One option I'm looking at in more detail right now is the GPCM mode of the IFC and I ran across a question regarding burst access for writing:

Does TCH (chip-select hold time) play a role in burst accesses? And does the write enable signal toggle at all during the burst?

The memory devices we're looking at have an asynchronous SRAM interface, so the IFC_CLK is not used and write accesses are controlled by the chip select and write enable signals. If these don't toggle during burst accesses weÄd need to add some additional logic to insert an additional pulse into the WE or CS signal.

Does anyone have experience connecting asynchronous memory (not flash based)?

Thanks!

Regards

Ferdinand

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
2,730 次查看
Bulat
NXP Employee
NXP Employee

Neither WE nor CS toggles during GPCM burst. Yes, you need additional logic to get pulses on those signals. Or optionally you can disable bursts, this affects performance but does not require external logic.

Regards,

Bulat

在原帖中查看解决方案

2 回复数
2,730 次查看
ferdinandgrossm
Contributor III

Hi Bulat,

thanks for confirming!

0 项奖励
回复
2,731 次查看
Bulat
NXP Employee
NXP Employee

Neither WE nor CS toggles during GPCM burst. Yes, you need additional logic to get pulses on those signals. Or optionally you can disable bursts, this affects performance but does not require external logic.

Regards,

Bulat