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
Hm. Obviously, my code is wrong. I have now mixed the two codes: initialisation is done by the original, LEDs on/off by my code. That works.
Still, in debugging mode, I cannot see, which part of the code is being processed. ???