We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 ?
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.