F4 loops bug in O3, runs fine with O2
Hi, I'm having the weirdest bug with this code. It's just 2 for loops expecting to count from 0 to 5 and 0 to 8.When compiling with O3, i becomes very high and the execution gets stuck in the loops. Running STM32 Cube IDE 1.9.0STM32Cube FW_F4 V1.27.0...