STM32 Tutorial #17 - More debugging - introducing SWO

แชร์
ฝัง

ความคิดเห็น • 4

  • @bobby9568
    @bobby9568 หลายเดือนก่อน +2

    very cool videos

    • @stm32world
      @stm32world  หลายเดือนก่อน +2

      Glad you like them. Good to get some response ;)

  • @niclash
    @niclash หลายเดือนก่อน +1

    The reason you didn't see any variables @14:58 is because you managed to pause outside the scope (inside HAL_GetTick()) of those variables that you expected to see. A singlestep or two would have been enough to get back to main() and the variables would have shown.

    • @stm32world
      @stm32world  หลายเดือนก่อน

      Yeah that makes sense.