Search code examples
hexwavwaveformwavehexagonal-tiles

Convert wave files to hex files for programming flash memory chip


I need to convert some PCM wave files to HEX files so I can program my memory chip. What is the proper way of doing it?

I couldn't find a utility that simply does the conversion. I know some software like hexedit can edit the files in hex format, but how do I convert the files to programmable hex format?


Solution

  • Google is your friend...

    Try searching "bin2hex" or "bin2asm" or "bin2c"