2025-12-03 9:02 PM
This is a pretty basic question but I would like a bit of clarity if possible.
If a GPIO pin is configured for the fsbl code can it also be used in the Appli code?
If so how would you go about defining it in the Appli code? There doesn't seem to be an option to use a GPIO pin in both fsbl and Appli in STM32CubeMX or do you have to configure it manually in the Appli code?
2025-12-03 11:12 PM
HAL_GPIO_WritePin in the Application, just like SystemClock_Config() which is executed by the FSBL, the RCC configuration remains intact in the Application.To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.