Loading...
 
Skip to main content

System Workbench for STM32


Programming fails?

Ok I managed to solve it by putting
__HAL_RCC_GPIOD_CLK_ENABLE();
before the while loop.

I guess this means I didn't set it up correctly in CubeMX 😕