2021-11-30 12:28 AM
I detected a problem : If the MX GPIO_Init(); is called before the MX_APPE_Init(); the HAL_GPIO_Togglepin not work.
To solve it, I call MX_GPIO_Init(); after the MX_APPE_Init();
2021-11-30 01:59 PM
Wonderful. Is this another order-of-initialization bug introduced by a new version of CubeMX?
2021-11-30 04:07 PM
What is MX_APPE_Init? What peripheral or software it belongs to?
2021-11-30 11:50 PM
The MX_APPE_Init it's the initialization of the BLE app on the STM32WB. He created by the CubeMX.
2021-11-30 11:59 PM
Yes, it's a new bug generate by the new version of the CubeMX ( V6.4.0 ).
2021-12-01 02:40 AM
Update, if the CFG_DEBUGGER_SUPPORTED is set at "1" the gpio works.