what are the actual memory ranges for the dynamic chips selects?

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

what are the actual memory ranges for the dynamic chips selects?

673 次查看
eileen_radzwion
Contributor II

In the LPC546xx user manual, in table 634, address ranges for the different chip select pins are listed.  But, the address ranges for at least the dynamic cs's are first not big enough for the range listed.  second, they do not match what is shared in LPC54608.h:

/** EMC CS base address */
#define EMC_CS0_BASE (0x80000000u)
#define EMC_CS1_BASE (0x90000000u)
#define EMC_CS2_BASE (0x98000000u)
#define EMC_CS3_BASE (0x9C000000u)
#define EMC_DYCS0_BASE (0xA0000000u)
#define EMC_DYCS1_BASE (0xB0000000u)
#define EMC_DYCS2_BASE (0xC0000000u)
#define EMC_DYCS3_BASE (0xD0000000u)
#define EMC_CS_ADDRESS {EMC_CS0_BASE, EMC_CS1_BASE, EMC_CS2_BASE, EMC_CS3_BASE}
#define EMC_DYCS_ADDRESS {EMC_DYCS0_BASE, EMC_DYCS1_BASE, EMC_DYCS2_BASE, EMC_DYCS3_BASE}

and the UM:

pastedImage_1.png

标签 (1)
0 项奖励
回复
4 回复数

533 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi Eileen Radzwion

Thank you for your interest in NXP Semiconductor products and
for the opportunity to serve you.
As you mention out, there's some errors and contradictions in the memory mapping, I'll contact the AE for checking and reply you later.

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复

533 次查看
eileen_radzwion
Contributor II

Hi Jeremy, is there any update on this?

thanks!

0 项奖励
回复

533 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi Eileen Radzwion

The AE team has confirmed these errors, however, I'm still waiting for their conclusion about correct EMC memory mapping.
Please be patient, thanks.

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复

533 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi Hi Eileen Radzwion,

According to the AE's reply, the head file: LPC54608.h is correct, so the correct memory mapping is illustrated below.

Hope this is clear.

pastedImage_1.png

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复