Home

SD_Card

Description SD Card low level driver
Component SD_Card.PEupd
Dependencies FreeRTOS, Wait, Timeout

Important Information

Starting January 1st 2013, the latest and greatest versions of components and examples are hosted on GitHub.

License

License : Open Source (LGPL)
Copyright : (c) Copyright Erich Styger, 2012, all rights reserved.

This an open source software implementing an SD card low level driver useful for the the ChaN FatFS, using Processor Expert.
This is a free software and is opened for education, research and commercial developments under license policy of following terms:
* This is a free software and there is NO WARRANTY.
* No restriction on use. You can use, modify and redistribute it for personal, non-profit or commercial product UNDER YOUR RESPONSIBILITY.
* Redistributions of source code must retain the above copyright notice.

History

Date Version Description
18-Nov-2012 1.153 Support for Kinetis-L and BitIO_LDD.
30-Jul-2012 1.152 Adopted memory interface so it works as well with SDHC_LDD component.
12-Jun-2012 1.151 Fixed issue in initialization code (SPI speed was set to 'high' instead of 'low').
25-Jan-2012 1.150 Ability to use either low active or high active card detection pin.
06-Sep-2011 1.149 Renamed OnGetSD() and OnLeaveSD() to OnActivate() and OnDeactivate().
05-Sep-2011 1.148 Removed GetSD() and LeaveSD() methods (Activate() and Deactivate() is sufficient).
04-Sep-2011 1.147 Initial release.

Screenshots

Project View

Properties View

Home