2023-06-11 03:55 PM - edited 2023-11-20 03:28 AM
Hi all,
I tried to install X-Cube-Audio in cubeIDE but it is not in the list of software packages. I tried to use "From local..." and pointed to the zip file but I got an error (picture below). There is an X-Cube-Audio-F7 that is obsolete but nothing indicated that X-Cube-Audio is obsolete. How do I install X-Cube-Audio in cubeIDE? I'm interested in the audio player (mp3 and wav) for STM32F746 Discovery board. Thanks
2023-06-12 12:03 AM
Unfortunately, you are confusing the terms a bit here and you will probably only understand this if you delve a little into the history: CUBE packages such as X-CUBE-AUDIO were made available long before the introduction of the free GUI STM32CubeIDE and could not be installed in STM32CubeMX at that time. However, it was already quite easy to integrate the file structure of the CUBE package into one's own project, even those provided by external developers are often integrated in this way. Information on this can be found in UM2312, UM2385 and UM2388.
Newer CUBE packages from ST are then gradually made installable in CubeMX/IDE.
By the way, the X-CUBE-AUDIO package also contains sample projects for several families, which you can import and test directly from the extracted file structure.
Hope I could help a little?
Regards
/Peter