Posted on April 19, 2014 at 08:17Hey guys,I'm trying to disable the USBH for the F4 board after calling the ''USBH_Init'' function. Once initialized, it interferes with a connected LCD (timing issues I believe).I have tried ''USBH_DeInit'' but with ...
Posted on April 15, 2014 at 05:04
Hey all,
I'm working on a project where I have to process an audio signal in a few different ways. However, I have never done anything of the sort. I have been reading up into how to implement basics such...
Posted on April 06, 2014 at 05:22
Hey,
I'm currently working on a project for my class with the STM32F4 board, and am having difficulty trying to configure the user push button to cause an interrupt. I have used the F3 board a few times, ...
Posted on April 20, 2014 at 09:06It's a 16-bit PCM .wav file, at 11.0 kHz. I have double checked that with Audacity. It's actually been difficult to find an audio file in the correct format which is long enough to demo; either it's not in PCM format...
Posted on April 20, 2014 at 04:16Obviously I missed that... I have been reading on the properties of a .wav file, but it's still very fuzzy to me.If it's reading bytes and not words, I am still uncertain ofhow to iterate through those buffers and co...
Posted on April 20, 2014 at 03:40
I've been using the Audio Playback and Recording example, and normal playback works fine. However I am trying to implement a couple of processing methods to the signal (bandpass, stuttering, etc).
If I se...
Posted on April 20, 2014 at 01:35Sorry to post in this old thread, however, I am having the same issues. I was wondering if anyone ever determined how to fix the issue?