Posted on July 19, 2012 at 17:20
Hi, I'm trying to play audio from flash, using your stm32f4_discovery_audio_codec andaudio_sample.c from project examples that comes with this board.
Here is my code
int main(void)
{
HardwareIni...
Posted on July 23, 2012 at 14:07I've commented #include freertos.h ans tasks.h. It's just simple infinite loop in main function. And it is still doesn't work.int main(void){ HardwareInit();/* xTaskCreate( vTaskLED1, ( signed char * ) ''LED1'', confi...