Hello everybody,
I'm trying to implement the Chan's code in a ARM7 microcontroller, the LPC2368.
I can initialize the card but when I try to write some data nothing happens. Apparently everything was allright becuse de bode gets the end of the writing function without any errors.
But I realized when I supposedly should enter in the ISR_MCI interrupt because of a 'flag' that indicates 'end block' it enters there because of an error 'TX Underrun'. I imagine then that's the problem..
Have someone seen already this?
Leo
Whatever you do: don't use the NXP driver. It is horrible, wasteful, and generally not working. Dump it...
Do you have any suggestion? It is really hard to implement everything..
Do you know any other driver that works ok?