LPC54101 RAM and Flash Speed

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

LPC54101 RAM and Flash Speed

976 次查看
rogerlittlewood
Contributor I

A few questions:

  1. The data sheet mentions "flash accelerator" but gives no further information. How does this work?
  2. Is the RAM zero wait state?
  3. Somewhere I think I read that program executing out of RAM has 1 wait state, is this correct?
  4. I assume the part has no cache?

Regards   ---   Roger

标记 (1)
0 项奖励
回复
1 回复

783 次查看
ckphua
NXP Employee
NXP Employee

On Flash accelerator, there is a bit of information about this in User Manual -4.5.33 Flash Configuration register. The basic concept come from Flash being speed limited at around 3xMHz (depending on wafer process & design), semiconductor suppliers use different techniques to speed things up... namely : Buffers for fetching (Instruction vs Data ), Pre-fetching (for more than 1 buffer), Wait State insertion. There is a trade-off between power & speed. Note :this is NOT Cache or Tightly Coupled Memory (TCM)... this part (most LPC) has no Cache. 

As for SRAM in LPC5410x, it is always zero wait state (up to 100MHz). 

Hope this is clear.

0 项奖励
回复