This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SD/MMC 8-bits with Cortex-M4 (LPC4337)

Hello,

I'm working on a new design based on the Cortex-M4 LPC4337 (NXP)
On my board, there is a e-MMC Memory (MTFC4GMDEA-1M WT) with 8-bit data interface.
My µVision version is 4.74 and I'm using the driver SDIO_LPC43xx.c.
I'm selecting the Memory Card Drive 0 with the SD-Native Bus Mode.
But the finit() function is always failing.

Any suggestions? is the 8-bit interface the problem ?

regards,
Jean-Marc

Parents
  • I ckecked everything I could. Without my HW colleague, it's difficult.
    The HW seems to be correct.

    Here is the results of the finit() command:
    - Cmd:8 Argument:0x1aa -> timeout
    - Cmd:55 Argument:0x0 -> timeout (repeated many times)
    - Cmd:1 Argument:0xFF8000 -> command done. Answer = 0xFF8080 (repeated many times)

    Exit with return value of finit() = 1

    Any idea?

Reply
  • I ckecked everything I could. Without my HW colleague, it's difficult.
    The HW seems to be correct.

    Here is the results of the finit() command:
    - Cmd:8 Argument:0x1aa -> timeout
    - Cmd:55 Argument:0x0 -> timeout (repeated many times)
    - Cmd:1 Argument:0xFF8000 -> command done. Answer = 0xFF8080 (repeated many times)

    Exit with return value of finit() = 1

    Any idea?

Children