Question
Does CubeMX support LL code generation for STM32H45 NUCLEO Boards?
I tried to generate a simple LL code CubeMX for NUCLEO - H745ZI. I cleared all pinouts, made PB0 as GPIO output, assigned context M7 to GPIO, change clock to HSI from HSE and generate code.
Observation: They are still so many functions used in main.c and corresponding files not included, hence the code doesn't build.
Has anyone generated pure LL code using CubeMX ?
Thank You.
