Every new variable declared is in 0x0 adress (STM Studio)
Hi,
I am using St-Link V2 to program my STM32f103C8t6 and was working fine to me, if i program an old project I can succesfully blink a led (GPIOC Pin 13).
I recently created a New Project on stmcube and I checked the clock configuration settings and assured that the pin C13 is set to GPIO_OUTPUT.
Okay, my problem is that i can’t blink the led and even create new variables. If I acquire the variable valuables in STM studio I get some strange numbers.
I’ve tested creating new variables and programming again and I always get and 0x0 adress.