Other Parts Discussed in Thread: EK-TM4C1294XL
Hello,
Using CCS v6, Tiva TM4C EK and TivaWare...
I am having some issues with .wav files. I have done some research before, and none of the content I found helped me.
I need to read a 3 second .wav file stored on the board to do some processing on it later. The file will come from an online server via Ethernet. It will only be read once; there is no need to write anything nor read it multiple times. I just need to get the samples in it and store them in a vector.
One of the issues is here, where and how can I store a 300kB .wav file on the Tiva board? Flash maybe?
The other thing is, I found 'wavfile' in TivaWare, so I will use them to read the .wav file.
I was going to test it, but I have literally no clue how to use the parameters of the functions. Documentation does'nt help and I didn't find any example to this uC or board.
It might be confusing, but any help is welcome,
Luiz.