TOP Contributors

  1. MIKROE (2663 codes)
  2. Alcides Ramos (358 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137116 times)
  2. FAT32 Library (70239 times)
  3. Network Ethernet Library (56131 times)
  4. USB Device Library (46445 times)
  5. Network WiFi Library (42094 times)
  6. FT800 Library (41409 times)
  7. GSM click (29124 times)
  8. mikroSDK (26567 times)
  9. PID Library (26509 times)
  10. microSD click (25491 times)
Libstock prefers package manager

Package Manager

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]

< Back
Project

File2ConstCharArray

Rating:

0

Author: József Méhes

Last Updated: 2016-02-25

Package Version: 1.0.0.0

Category: Storage

Downloaded: 738 times

Followed by: 1 user

License: MIT license  

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!

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "File2ConstCharArray" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "File2ConstCharArray" changes.

Do you want to report abuse regarding "File2ConstCharArray".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Blog currently doesn't exist!

RELATED CODES

mHEX

6

This program converts the file (eg gif, jpg) into the array.

[Learn More]

Datalogger dspic 33fj128mc810

0

This read uart info and save to SD.

[Learn More]

Microchip EEPROM 24LC512

4

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.

[Learn More]