Hi,
i am new with Keil and STM32F407VG. I tried to run a simple code (blinking 4 leds). And it worked with no problem. Afterwards, i tried to learn some simple debugging basics.
And I can't reach breakpoint when i press 'Run'.
Here is my try: https://imgur.com/a/gjC8rQq
hernancrespo89 said:i am new with Keil and STM32F407VG
Have you tried http://www2.keil.com/mdk5/learn ?
Do you have any experience with other tools and/or other microcontrollers?
Do you have any experience with C programming in general?
Note that optimisation can mean that not every line in your source actually corresponds to any code in your target - especially for very simple source code.
Colour coding indicates (among other things) where code exists:
http://www.keil.com/support/man/docs/uv4/uv4_ui_editormarks.htm
http://www.keil.com/support/man/docs/uv4/uv4_db_dbg_disasmwin.htm
hernancrespo89 said:Here is my try
Please post the image here in the forum.