Lpc1788 & SDRAM

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

Lpc1788 & SDRAM

2,992 次查看
TahmidToky
Contributor II

Hello everyone I have one lpc1788 evolution board. There is already an SDRAM connected on the board. I want to learn how can I write data to SDRAM and read when needed. I am a beginner so any doc or link which I can visit to begin with would be appreciated. Thanks in advance. 

0 项奖励
回复
9 回复数

2,973 次查看
TahmidToky
Contributor II

Thanks for your reply. There is no SDK available for LPC1788 Evolution Board. Can you suggest me any other way that i can use to learn?

0 项奖励
回复

2,972 次查看
frank_m
Senior Contributor III

An EMC example in a SDK for the LPC1788 perhaps ?

Or a SDK for a similar board ?

As an embedded SW developer, you cannot always rely on ready-made examples. In the worst case, on the basis of the datasheets.

2,968 次查看
TahmidToky
Contributor II

There is no EMC examples as well. all I could find, is zipped in the attached file. You can have a look. Thanks again for you help.

0 项奖励
回复

2,956 次查看
frank_m
Senior Contributor III

You can create a SDK for your MCU online on the NXP website, and download it. With plenty of options to include middleware components like communication protocols, or graphics. Have you tried that ?

Select you MCU on the NXP product page, and go to the Design Resources / Embedded Software page:

frank_meyer_0-1602074861432.png

I don't really know the LPC1788.

2,954 次查看
frank_m
Senior Contributor III

Trying to check that myself, I couldn't find my way through. Not sure if the LPC17xx is supported by the SDK generation tool (https://mcuxpresso.nxp.com/en/welcome).

Perhaps the NXP staff can chime in.

2,940 次查看
TahmidToky
Contributor II

yes i know. No problem at all. let me see. Hope i can figure it out some how. Thanks for you time & research. 

0 项奖励
回复

2,948 次查看
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @frank_m,

This MCU is not supported in the SDK, this has a library called LPCOpen where you can find examples for most of the peripherals (link), there's an example code called periph_memtest that use an external DRAM that you could take a look.

Best Regards,

Alexis Andalon

2,941 次查看
TahmidToky
Contributor II

great. Thanks a lot. Let me see. Thanks again.

0 项奖励
回复

2,979 次查看
frank_m
Senior Contributor III

SDK examples for your eval board ?

Worked for me, with a LPC54xxx board.