STM32 Tutorial #17 - More debugging - introducing SWO

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

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

  • @bobby9568
    @bobby9568 10 วันที่ผ่านมา +1

    very cool videos

    • @stm32world
      @stm32world  10 วันที่ผ่านมา +2

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

  • @niclash
    @niclash 8 วันที่ผ่านมา

    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  8 วันที่ผ่านมา

      Yeah that makes sense.