I want to use .wav files for sound generation. In order write those hex files on eeprom using eeprom programmer I want to convert those .wav files(Containing only RAW data and header is removed)into .hex files. Is there any utility available to do so?
If you have downloaded the legacy pack from keil.com/mdk5 (click the link in the gray box on the top right of the screen, and download the arm7/9 example
Once you have the pack, take a look at this example which converts wavs into something that can be loaded onto a board
C:\Keil_v5\ARM\Boards\Keil\MCB2130\VoicePlayer\
The WAVs are in the audiodata folder