Basic Debugging using Microchp's MPLAB X IDE

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

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

  • @wilsonafuevu9036
    @wilsonafuevu9036 2 ปีที่แล้ว

    After 8 years, still found this video very useful, thanks David

  • @electronichome1153
    @electronichome1153 4 ปีที่แล้ว +2

    Still a great tutorial, even 7 yrs later, thanks!

  • @jamescullins2709
    @jamescullins2709 7 ปีที่แล้ว

    David, you are a natural at teaching. I am new to MPLAB and this helped me understand how to debug with it. Thank you. PLEASE do more videos

  • @masian25
    @masian25 2 ปีที่แล้ว

    Thank you very much! 1week without knowing what was going on in my PIC, now I Have the answer! with a bad Timer 0 configuration!, yeaaaaah!

  • @89gowiththeflow
    @89gowiththeflow 11 ปีที่แล้ว

    Perfect video! Clearly, simply and slowly explained!

  • @freeflaminginfinite917
    @freeflaminginfinite917 10 ปีที่แล้ว

    Thanks a lot. I was looking for a little more detail in the "watches" window section though. For example viewing specific peripheral I/O's, specifically serial data transferred and received over 2 separate USART ports.

  • @High_Altitude_Observer
    @High_Altitude_Observer 8 ปีที่แล้ว +2

    Excellent video and very clear. Thanks :)

  • @LucasGuanes
    @LucasGuanes 11 ปีที่แล้ว +1

    Perfectly explained, Thank You.

  • @djemaiabdellah1240
    @djemaiabdellah1240 2 ปีที่แล้ว

    I thank you for the explanation, but I want a detailed explanation of how to turn the LED on and off

  • @janboen1287
    @janboen1287 7 ปีที่แล้ว

    Hi David, would you also be willing to make a video that shows how to use the USART while debugging? I've trying to figure out how to "receive" data via the USART while in debugging mode but have not been successful. Must overlook something...

  • @gradyplayer
    @gradyplayer 10 ปีที่แล้ว

    thank you, I was playing around, and couldn't figure out why my break points didn't work... apparently they just don't work if you don't set it to break on main...

  • @reasontakethewheel
    @reasontakethewheel 6 ปีที่แล้ว

    Thank you for this video. It was a big help!

  • @toddparker2612
    @toddparker2612 8 ปีที่แล้ว

    Very Helpful and easy to follow. Thanks!

  • @intisolito
    @intisolito 7 ปีที่แล้ว

    hi where can found the css compiler mplab mac osx version ? thanks

  • @Jhoanpugal
    @Jhoanpugal 4 ปีที่แล้ว

    Can you please give some more explanation about debugger

  • @IamBlueSpirit
    @IamBlueSpirit 2 ปีที่แล้ว

    Thank you so much, you really helped me :')

  • @sagheeransari6470
    @sagheeransari6470 7 ปีที่แล้ว

    pls tell us about pic16f72 ic example led blink code

  • @AZOHA
    @AZOHA 8 ปีที่แล้ว

    Thank you, so clear and so helpful

    • @villagethunder7122
      @villagethunder7122 4 ปีที่แล้ว

      How to program from good working pic ic to blank ic

  • @davidemicalizzi9210
    @davidemicalizzi9210 7 ปีที่แล้ว +1

    thank you, very helpful.

  • @MetalImpulses
    @MetalImpulses 9 ปีที่แล้ว

    Thanks, this video help me a lot.

  • @manonogueira2786
    @manonogueira2786 ปีที่แล้ว

    Excellent!!!!

  • @Brilliance728
    @Brilliance728 10 ปีที่แล้ว

    Thanks for the video man. This was dope, it really was. Quick question: can you only watch the value of global variables with the debugger? If I wanted to watch the value of a variable that is an argument in a function or of one that only exists in a for loop (i.e. "for (int i = 0; i < [array length]; i++") would that be possible?

  • @chriscain2563
    @chriscain2563 6 ปีที่แล้ว

    Excellent thank you

  • @andreasgaunitz
    @andreasgaunitz 3 ปีที่แล้ว

    Thanks!

  • @nishilsb
    @nishilsb 9 ปีที่แล้ว

    Thank you...................

  • @arturocervantes6366
    @arturocervantes6366 6 ปีที่แล้ว

    super like

  • @davidstokes9080
    @davidstokes9080 10 ปีที่แล้ว +1

    Sorry for the delay in getting back to you. Using the Variables window you can observe variables with a limited scope ( ie. inside a loop or a function. Window->Debugging->Variable. When the window opens up you may need to toggle the icon with the { } ( curly brackets) to see all the local variables.