keyboardwizard Community Member
- Member since Feb 4th 2016
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
keyboardwizard -
Replied to the thread [SOLVED] Misleading singlesteps in source code.
PostHello Nino, the problem occured while testing a project with Ozone which had been edited and compiled in emStudio, so I started with focus on Ozone. It is an old Keil project which I imported into emStudio, so I had the chance to compare Ozone's… -
keyboardwizard -
Replied to the thread [SOLVED] Misleading singlesteps in source code.
Post -
keyboardwizard -
Replied to the thread [SOLVED] Misleading singlesteps in source code.
PostI wrote some senseless lines to get closer to the problem (see attachment). Mind you, everything is working fine. But you're upset when single stepping shows the wrong statement. -
keyboardwizard -
Replied to the thread [SOLVED] Misleading singlesteps in source code.
PostHello Nino, thanks for your reply. Ozone-Version is 3.22. The code snippet shows just some lines of a complete (well-running) function with about 80 lines. I compile it with Keil-ARM , load the axf with Keil+JLink+SWD into the STM32F051, debug the… -
keyboardwizard -
Posted the thread [SOLVED] Misleading singlesteps in source code.
ThreadHi, a snippet of my c-code looks like this: ---------------------------------------------------------------------------------------------------------------- if (tempa == 0) { Ergebnis = 0; } } Wait_ms…