2022-06-17 07:42 AM
Hello,
I would like to know how to communicate a CODEC SGTL 5000 with STM32 ? Do you know where I can find the the library (.C and .h) of this component ?
Thank you for your helps.
Regards
2022-08-17 07:17 AM
Hello, seems for CODEC SGTL 5000 you have to write access/lib yourself and make it public on git or so, for other people can use it . so is up to you, to make a lib for this codec. :)
2022-08-17 08:46 AM
I found that someone incorporates it to the stm32f407 here https://github.com/logical/sgtl5000-stm42f4
2022-09-04 11:14 AM
Hi JacquiG29,
After downloading the project, I open I encounter this error message.
Do you how know which file is missing in the conversion ?
After compiling I get this error :
Thanks for your advice.
Regards.