You are currently viewing the downloads for:
EcSD 2.0.0
Released 2012-11-23
• New feature: 1-bit SD and 4-bit SD support (not for EcSD Lite)
• Samples: There is a new sample called ECSD_HardwareTest which should be your starting point. It allows you to test the signals and verify that your hardware is working properly.
• Samples: New samples for LPC1768
• API change: The following defines have changed names:
SDCARDREF_INIT_IO => ECSD_INIT_IO
SDCARDREF_SET_CLK => ECSD_SET_CLK
SDCARDREF_SET_MOSI => ECSD_SET_MOSI
SDCARDREF_GET_MISO => ECSD_GET_MISO
SDCARDREF_SET_CS => ECSD_SET_CS
SDCARDREF_GET_CP => ECSD_GET_CP
SDCARDREF_GET_WP => ECSD_GET_WP
• API change: SDCARDREF_DELAY_1_25MS, SDCARD_DELAY_1_25MS and SDCARD_DELAY_100MS are removed and replaced by: ECSD_DELAY_1_25_MICROSECONDS, ECSD_DELAY_1_MILLISECOND and ECSD_DELAY_100_MILLISECONDS.
• API change: ECSD_DELAY_1_25_MICROSECONDS, ECSD_DELAY_1_MILLISECOND and ECSD_DELAY_100_MILLISECONDS are now mandatory to define to avoid issues when the samples were used in fast systems.
• Bugfix: There was a confusion between milliseconds and microseconds in the old version which caused card initialization to take longer than necessary.
Online Documentation

Download ECSD 2.0.0.zip (601.42 KB)Download ECSD Lite 2.0.0.zip (601.42 KB)(Login/registration required)