cancel
Showing results for 
Search instead for 
Did you mean: 

Initialisation GPIO not work in CubeIDE V1.8.0

Tthur.1
Associate II

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();

5 REPLIES 5
TDK
Guru

Wonderful. Is this another order-of-initialization bug introduced by a new version of CubeMX?

If you feel a post has answered your question, please click "Accept as Solution".
Pavel A.
Evangelist III

What is MX_APPE_Init? What peripheral or software it belongs to?

The MX_APPE_Init it's the initialization of the BLE app on the STM32WB. He created by the CubeMX.

Yes, it's a new bug generate by the new version of the CubeMX ( V6.4.0 ).

Tthur.1
Associate II

Update, if the CFG_DEBUGGER_SUPPORTED is set at "1" the gpio works.