We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm using the free version of uvision 4 with a STM32F100C4. When I try to simulate my code the, simulator starts at 0x0000000. I have tried to set the program counter to 0x08000000, but every time I try to run it goes back to 0x00000000. If I change the MCU to an STM32F103, then it works without me changing anything.
There are no errors or warnings when I build the project. I'm using startup_stm32f10x_ld_vl.s as my startup file, and I have defined STM32F10X_LD_VL in stm32f10x.h.
Please help.
Thanks