Skip to main content
Visitor II
February 23, 2020
Question

STVD debugger hangs on a global variable increment

  • February 23, 2020
  • 1 reply
  • 498 views

Hi. I'm trying to debug some code using the STVD IDE with the STLINK2 (SWIM). For some reason, it just stops at the line

 TSL_Globals.Tick_ms++;

in the file tsl_time.c within TSL_tim_ProcessIT() and will go no further following a call to TSL_user_Init(). Any idea why that would be happening? Thanks.

0690X00000DC9ryQAD.png

    This topic has been closed for replies.

    1 reply

    Visitor II
    February 28, 2020

    And no one ever responded. Sigh. Anyway, for what it's worth, I resolved that problem by reinstalling the Touch Library and the examples that came with it. Though only the fates know what was causing it. Thanks.