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: Ed Anderson
Last Updated: 2013-06-20
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Storage
Downloaded: 1201 times
Followed by: 1 user
License: MIT license
Download [4.43KB]Example of 18F SPI code adapted from other's examples for the Microchip 25AA040 T-23-6 4kbit external EEPROM.
Both the SPI and EEPROM library must be unselected before compiling otherwise errors are generated.
Author: Alcides Ramos
Last Updated: 2013-06-16
Package Version: 1.0.0.0
Category: Storage
Downloaded: 1078 times
Followed by: 1 user
License: MIT license
Download [186.32KB]Author: Greg Cain
Last Updated: 2013-06-05
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Storage
Downloaded: 1214 times
Followed by: 3 users
License: MIT license
Download [19.21KB]Starting with the initialization code from the Mikroe FAT32 Library demo example, this program calls FindFirst and FindNext to list files on an SD/MMC card. Tested on the EasyPIC Fusion V7 board with a PIC32 cpu,
[learn more]Author: Pavol alias LQd
Last Updated: 2013-03-09
Package Version: 1.0.0.0
Category: Storage
Downloaded: 673 times
Followed by: 1 user
License: MIT license
Download [3.03KB]Simple ready to use implementation of FirstIn-FrstOut type buffer for general use. Size can be easily adjusted as well as type of stored data. Current depth signalization available. Perfect for interrupt-driven receiving...
Written in mB for AVR but no AVR speciffics used, just pure basic.
Author: Val Gretchev
Last Updated: 2013-01-24
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Storage
Downloaded: 1664 times
Followed by: 1 user
License: MIT license
Download [869.13KB]This example uses the microE FAT32 library to implement remote file operations over the serial port.
[learn more]Author: Rares Dorin Porutiu
Last Updated: 2012-10-21
Package Version: 1.0.0.3
Category: Storage
Downloaded: 1381 times
Followed by: 2 users
License: MIT license
Download [392.32KB]Replacements for the libraries MMCFAT16 and MMC included in Mikropascal fo PIC 5.61
This is a BETA TEST version, please report your results - see blog
Advantages :
RMMC : SPI direct, faster approach (currently compiled for SPI1)
RMMC_FAT : FAT16 and FAT32 support, Speed, intelligent read/write cache
Author: Martin Berger
Last Updated: 2012-09-05
Package Version: 1.0.0.0
Category: Storage
Downloaded: 1115 times
Followed by: 1 user
License: MIT license
Download [296.33KB]Setting Serial Flash memory for use, as external resource. In this project, image is read from serial flash memory and by using TFT_Ext_Image drawn to screen.
Custom function is written to read data from serial flash memory.
Note that serial flash is using SPI.
Author: Giuseppe Finizia
Last Updated: 2012-08-19
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Storage
Downloaded: 1432 times
Followed by: 1 user
License: MIT license
Download [184.11KB]This project reads from a microSD card an external resources file generated by Visual TFT and writes data to an Atmel AT45DBxx SPI Serial Flash memory device.
Supported devices are AT45DB16 (2 MBytes) and AT45DB32 (4 MBytes) which have a page size of 512 bytes which is just equal to microSD sector size.
Author: Jim Kueneman
Last Updated: 2012-03-24
Package Version: 1.0.0.1
Category: Storage
Downloaded: 1205 times
Followed by: 1 user
License: MIT license
Download [2.40KB]Author: Akın Ilıcalı
Last Updated: 2012-01-22
Package Version: 1.0.0.0
Category: Storage
Downloaded: 2344 times
Followed by: 1 user
License: MIT license
Download [680B]Instructions:
* Enable eeprom library from IDE
*Don't forget to include built_in.h;
Normally, you can read/write onyl a single byte to/from an address using the built-in MikroC Eprom functions. With this, you can write or read float, long and integers too.
Check out the functions in the header file.