Problem with loops on STM32F103C8T6
Hello! I’m using Keil uVision to program the stm32f103c8t6 (blue pill). I’m having problems with the loops when trying to turn on and off the LED on pin 13 port C. I just wanted to use a loop to generate a delay without needing to use timers, since I wanted to generate a simple program. But when I download it to the board, the LED stays on instead of turning on and off, regardless of the wait value I put in. I would appreciate it if you could tell me if I’m doing something wrong and indicate the solution. Thanks in advance. The code is as follows:
