2023-06-11 3:55 PM - edited 2023-11-20 3: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
2025-02-25 11:53 AM
Thank you for bringing this topic!
I came across the same issue when trying to install X-CUBE-CELLULAR (for B-L462E-CELL1 Discovery board).
So, if I understand correctly, these software expansions are not compatible with the native cube IDE expansion system? Next to the download button for X-CUBE-CELLULAR is "Cellular software expansion for STM32Cube", so I thought the integration wouldn't be a problem, but now I guess I have to manually include the correct files into my project.
Regards
Tobias