Discussion Forum

LPC2478 MMC driver problem

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
vol van
Posted
29-Jan-2010 14:40 GMT
Toolset
ARM
New! LPC2478 MMC driver problem

Hello,
I am working on mmc driver in LPC2478-STK (olimex's). I am trying to implement the uboot mmc source to uClinux.
Now, i can call the mmc_init() function, and i can receive the reply message. There is no problem here.

But, i cant read or write any data to mmc. I noticed that i cant inclued the readfifo.s code to my project. (The MCI_ReadFifo function doesnot work because of this.)
So, the program doesnot read/write any data.
How can i add any asm file (readfifo.s) to my project ? Can you give me an example of makefile ?

Read-Only
Author
Andy Neil
Posted
29-Jan-2010 14:57 GMT
Toolset
None
New! Can you give me an example of makefile ?

Are you sure this is the correct forum - Keil doesn't use makefiles!

Read-Only
Author
vol van
Posted
29-Jan-2010 16:42 GMT
Toolset
ARM
New! RE: Can you give me an example of makefile ?

Hello, i know that Keil doesnot use makefile. I wrote here because i guess many people working on LPC2478 in this forum. So maybe anyone can help me. If you are not, you may not reply my question.

Next Thread | Thread List | Previous Thread Start a Thread | Settings