STMicroelectronics / STM32CubeWB

Full Firmware Package for the STM32WB series: HAL+LL drivers, CMSIS, BSP, MW, plus a set of Projects (examples and demos) running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits).
https://www.st.com/en/embedded-software/stm32cubewb.html
Other
227 stars 138 forks source link

Compilation error for BSP example project in MDK-ARM under STM32WB5MM-DK #60

Closed Novodes closed 2 years ago

Novodes commented 2 years ago

Simply downloaded the entire repository and opened in the BSP example project in MDK-ARM (Keil) under STM32WB5MM-DK and when I built the project then I got a compilation error that the file pdm2pcm_glo.h cannot be found. Bottom line - it is not possible to build the BSP project in MDK-ARM under STM32WB5MM-DK

ASELSTM commented 2 years ago

Hi @Novodes,

The pdm2pcm_glo.h file is part of PDM2PCM library which is not directly available on GitHub as it is subject to a restrictive license (ST Ultimate Liberty). To fix the compilation errors, you have to download the full zipped STM32CubeWB package from ST.com and then extract the content of the library Middlewares/ST/STM32_Audio and place it under the same folder in your repository downloaded from GitHub.

With regards,