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.
Hello,
I am starting to get into uC programming with the Keil MCBSTR9. First step was to rewrite their example Blinky using the ST Software Lib. Compiling, linking worked and so did uploading.
But nothing is happening on the board. So I tried to debug. For some reasons the debugger gets stuck in the Startup file... Any hints?
Help appreciated.
Cheers Nik
Did you also copy Retarget.c from the Blinky example to your project?
Hi,
thanks for the help.
I have absolutely no clue, what was wrong, but fact is, it works now.
@Keil-Team: May be you could check the following issue: when the program runs into separate files (i.e. 91x_gpio.c) the debug arrow is not displayed any more. The program still works, but it is very difficult to debug. Does this happen everywhere or just on my setup?