Part Number: DK-TM4C129X
Hello
I am using the DK-TM4C129X board. I wanted to generate a 'buzzer' sound from the on-board speaker, i.e. a single frequency sound for 5 seconds. I checked the 'synth' example for the same. I used the following functions:
SoundInit(g_ui32SysClock); SoundVolumeSet(255); SoundStart(g_pi16AudioBuffer, AUDIO_SIZE, 64000, SoundCallback);
AUDIO_SIZE is 2048
But on executing the program, there is no output from the speaker.
I just want to generate a plain 'beep' sound.
Any help would be greatly appreciated.
Thanks & regards
Yash Bhan