We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Author: Bitahwa Bindu
Last Updated: 2015-12-27
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Storage
Downloaded: 3430 times
Followed by: 8 users
License: MIT license
Download [195.64KB]The FAT32 library can be used for SD cards with more than 2GB of size, it lifts many constraints imposed by FAT16 file system.
Learn how to write/read text from/to an SD Card with PIC Microcontroller
Author: Roman Toropov
Last Updated: 2015-10-03
Package Version: 1.0.0.1
Example: 1.0.0.0
Category: Storage
Downloaded: 875 times
Followed by: 3 users
License: MIT license
Download [1.94KB]Author: S P
Last Updated: 2015-03-27
Package Version: 1.0.0.0
Category: Storage
Downloaded: 1678 times
Followed by: 4 users
License: MIT license
Download [155.56KB]This is an application of interfacing PIC16F877A with 24C08A EEPROM.
There is an example of writing data to the eeprom and then reading and display it on 1602 LCD display.
Author: Phil Crowder
Last Updated: 2015-01-10
Package Version: 1.0.0.0
Category: Storage
Downloaded: 998 times
Followed by: 4 users
License: MIT license
Download [7.64KB]This is a library I wrote for myself to utilize the Microchip 24LC512 EEPROM, I assume the use of I2C1 in my code, and have accounted for addressing the chips, I don't take into account spreading the data write over multiple chips though.
Author: prakob komeswarakul
Last Updated: 2013-10-06
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Storage
Downloaded: 3437 times
Followed by: 5 users
License: MIT license
Download [314.44KB]This is an example showing how to create FAT32 file system with SDIO library. Actually , i found this code from MMB+ for STM32 .
I think this example will be useful for everyone who being to use this library . :)
Author: Richard Lowe
Last Updated: 2013-08-30
Package Version: 1.1.0.1
Category: Storage
Downloaded: 2316 times
Followed by: 6 users
License: MIT license
Download [52.38KB]Author: Richard Lowe
Last Updated: 2013-08-19
Package Version: 1.0.0.0
Category: Storage
Downloaded: 1412 times
Followed by: 2 users
License: MIT license
Download [154.73KB]Author: Petr Domorazek
Last Updated: 2013-08-18
Package Version: 1.2.0.0
Category: Storage
Downloaded: 781 times
Followed by: 2 users
License: MIT license
Download [45.22KB]Author: József Méhes
Last Updated: 2013-08-14
Package Version: 1.0.0.0
Category: Storage
Downloaded: 746 times
Followed by: 1 user
License: MIT license
Download [5.32KB]This application allows you to save your files in microcontroller's flash memory creating C const char array from any file you want (wav, jpg...). First you need to set the source and the destination file (header file), and the name of the array as well. You don’t have to reset these settings if you modify them.
dotNET Framework v4.0 required!
Author: Richard Lowe
Last Updated: 2013-07-29
Package Version: 1.0.0.0
Category: Storage
Downloaded: 1874 times
Followed by: 3 users
License: MIT license
Download [9.20KB]This is the first of DMA functions that will be available for the ST line of ARM microcontrollers. The idea was born from a forum post. The idea worked so well I made it into a convenient MikroC library.
So far.... memory to memory transfers is what is functional