Posted on February 19, 2018 at 21:38Hi Imen, I think if you leave out the 'continue; ', some pins may be affected that correspond to a 0 bit in the pinmask (after skipping the first 0 bit, the next pin will be configured even if its bit in the pinma...
Posted on February 02, 2018 at 16:00I think so. The LL_GPIO_Init() generated by the current version of STM32CubeMX is broken for any pin numbers above 7.
Posted on January 31, 2018 at 22:43Just starting with STM32, my first 'blinky' program didn't work because of this same issue.LL_GPIO_Init() is a bit of a mess. I changed it to make it work better. The key is looking at (only) bits 8..23in GPIO_Init...