Debugger always stops inside "SysTick_Config()

Comments

2 comments

  • Avatar
    Michael Johnson

    It's been inlined into the main function.

    The debugger creates a call stack entry - but it doesn't support step out or step over.

    1
    Comment actions Permalink
  • Avatar
    Johannes Hofmann

    Thanks Michael, that's a very good insight for me I didn't know yet.

    So is it INLINE because the function is located in a header file or why is the statement used?

    0
    Comment actions Permalink

Please sign in to leave a comment.