At `lpc2387-mci.c:383` in `send_cmd()` an `assert()` enforces that parameter `buff` is not `NULL`. At `lpc2387-mci.c:538` in `mci_initialize()` `send_cmd()` was called with `buff==NULL`.
At `lpc2387-mci.c:383` in `send_cmd()` an `assert()` enforces that parameter `buff` is not `NULL`. At `lpc2387-mci.c:538` in `mci_initialize()` `send_cmd()` was called with `buff==NULL`.