User Activity

Hello community! My mcu is STM32H743IIT6 tqsp176 from blue waveshare board. I create a new project from Cube with HAL. Then I make the simplest flashing cycle of the LED:volatile unsigned long x = 0;   while (1) { while (x++ < 2000000) {} x =...