User Activity

I am testing the functions of STM32U575 and found the following issue.I simply wrote this in main(): while(1){ for(i=0;i<160;i++); HAL_GPIO_TogglePin(GPIOC, GPIO_PIN_11); } where i is defined as uint32_t.HCLK is set to 160MHz by using PLLCLK with...