I have STM32F427 with SYSCLK set to 18OMHz, what should be the frequency of the main while loop?
I tried to test the main while loop frequency with short code that throw the HAL_GetTick() through uart (baudrate of 115200) and present it every 18000000 (18M) main while loops, I also measured the time between each loop and I got the same value of...