Linking ST audio engine mp3 decoder
Hi.
I’m using STM32F469I-Discovery board with system workbench and trying to link ST:s audio decoder to my project (lib_mp3decoder_cortex_m4_v2.0.0)
Question is, that what linker settings should I use?
My project uses compiler settings float-abi hard and floating point hw fpv4-sp-d16. With this setup I just get VFP register argument error. I tried using the softfp for the float-abi and disabling the FP HW, however the SpiritMP3DecoderInit -function deadlocks, so I assume the setup isn’t correct yet.
Any ideas how to proceed?