Updated SMT32_WPAN description for newer versions of STM32CubeMX and STM32CubeIDE
I have been working through the STM32WB workshop (https://www.st.com/content/st_com/en/support/learning/stm32-education/stm32-moocs/STM32WB_workshop_MOOC.html), which has mostly been excellent. Unfortunately, when I get to workshop 4 (How to modify BLE profile), the version of STM32_WPAN in the version of STM32CubeMX and the STM32WB libraries used in the demo are very different from the current version.
I am using the STM32WB Cube_FW V1.5.0 In STM32CubeMX version 5.6.0 and the STm32CubeIDE version 1.3.0. The workshop uses Cube_FW V1.0.0.
When I add a Custom Template for BLE, several new tabs are added which need completing., and I can find no details on how to complete these. I have had a go at adding the SHORTENED_LOCAL_NAME to the advertising elements, but the generated code has a "value_not_setted" entry, which causes the build to fail. Replacing this parameter with just a number (e.g. '0') allows the programme to build, but it does not work.
Is there an update to this workshop anywhere? It has been very useful, but unfortunately completely breaks at the point where I need it most!
