[LPC1788] [LPCOpen] Bug in EMC initialisation with SDRAM in RBC configuration

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

[LPC1788] [LPCOpen] Bug in EMC initialisation with SDRAM in RBC configuration

775件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by pgr on Tue Jun 24 01:45:49 MST 2014
Hi all,

I am using LPCOpen last revision with on a LPC1788 with external SDRAM configured as RBC (Row Bank Column).

I have found that there is a bug when configuring SDRAM mode register, according to the LPC1788 user manual:


Quote:
Determine the shift value OFFSET to shift the mode register content by. This shift
value depends on the SDRAM device organization and it is calculated as:
OFFSET = number of columns + total bus width + bank select bits (RBC mode)
OFFSET = number of columns + total bus width (BRC mode)



The bank select bits are never added to the Col_len variable in initDynMem() function so the mode register is wrongly initialized.

PGR
ラベル(1)
0 件の賞賛
返信
0 返答(返信)