Associate III
September 22, 2020
Solved
Bug on code generation in STM32WB (CubeIDE v1.4, STM32WB v1.8)
- September 22, 2020
- 1 reply
- 671 views
Hello,
When generating code from ioc editor with "STM32_WPAN": "BLE" and "BLE Application Type": "Router profile", but "Rounter Mode": "Disabled", the app_conf.h file is generated with error in line 303: enum not completed:
/**< Add in that list all tasks that may send a ACI/HCI command */
typedef enum
{
/**< Add in that list all tasks that never send a ACI/HCI command */
typedef enum
{
BR
Paul