Debugging STM32 in STM32CubeIDE- Breakpoint and Live Expression

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 10

  • @shahadalrawi6744
    @shahadalrawi6744 Год назад +2

    Thank you so much!
    Nice and clear explination

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Welcome and thank you so much
      Best wishes!

  • @sudheerkumar5966
    @sudheerkumar5966 Год назад +2

    Very good sir
    Thank you

  • @EfieldHfield_377
    @EfieldHfield_377 Год назад +1

    I want to set a break point when a global value changes. Is there a way to do that?

  • @arya8431
    @arya8431 Год назад +1

    easy to leran, thanks sir

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +1

      Most welcome! happy to know you found this STM32 Debug lesson useful

  • @EMBEDDEDAUTOMATION-d6k
    @EMBEDDEDAUTOMATION-d6k 2 месяца назад

    i am trying to read the value with potentiometer ... in live expression the value is changing only when i press the reset button..

  • @heronumberone-f6k
    @heronumberone-f6k Год назад +1

    can you please explain that how can i make local variables of a function to appear in debug mode window of stm32cubeide under variables TAB

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +1

      Hi, while debug session is running you need to manually copy local variable name and add in LIVE EXPRESSION and then hit RUN command in menu bar. You then can see the variable value update live in debug session of STM32CubIDE. I hope this may help. Good luck and best wishes!