Page 2 of 2

Re: MP3 decoding with stm32

Posted: Mon Sep 28, 2020 6:23 am
by saeed144
stevestrong wrote: Sun Sep 27, 2020 7:50 am Well, I don't know, but the error generated in line 75 is due to missing platform definition.
I think Frederic could tell us what kind of define should be instead:

Code: Select all

#elif defined(__STM32F1__)
in order to use the official core.
No it doesn't work

Re: MP3 decoding with stm32

Posted: Mon Sep 28, 2020 3:06 pm
by stevestrong
What exactly does not work? What did you try?
We need more details, "doesn't work" isn't a useful problem description.