Link to home
Start Free TrialLog in
Avatar of ransula
ransula

asked on

68HC11, DRAM, SPI, X25020

everyone,
i have 2 questions that i'm currently investigating.

1:
i'm trying to investigate how to use a DP8428 DRAM with a 128k x 8 DRAM chips.
i also want to know how much overhead is is lost due to necessary refreshing
http://eshop.engineering.uiowa.edu/NI/pdfs/00/86/DS008649.pdf
http://www.datasheetcatalog.com/datasheets_pdf/D/P/8/4/DP8428.shtml

2:
how do i interface X25020 to the 68HC11 SPI embedded function. i also need to write a device driver in C that provides a way to read any particular addressed byte. that is, calling the device driver w/ an argument address will retrun the char stored at that address in the X25020.
 http://www.alldatasheet.co.kr/datasheet-pdf/view/XICOR/X25020.html
http://www.alldatasheet.co.kr/view.jsp

i know a little bit of C but haven't programmed in a while so any input, advice, direction, sample etc will be greatly appreciated.

thx
-r
ASKER CERTIFIED SOLUTION
Avatar of mokule
mokule
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ransula
ransula

ASKER

mokule,
it's a problem that i've been given.
i wouldn't torture myself that way if i had the choice :)

-r
Avatar of ransula

ASKER

mokule,
u wouldn't know of any program that will convert a .asm prog to .c
do u?

i know the reverse is possible ...
-r
Unforyunately I don't know of such a program.
Moreover I can't see any sense in it, unless You have been given such task :)
Avatar of ransula

ASKER

no, i know of the reverse ... so i thought i ask
-r