PIC & Assembly Language Programming Series - Episode 2 Part 2

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 34

  • @mrphatthoe8535
    @mrphatthoe8535 2 роки тому +2

    Superb. I really struggled to understand my lecturer at uni. You tackled my doubts well, it truly is a shame this is the last episode. But I thank you for taking me at least this far!

  • @MsPagani1
    @MsPagani1 8 років тому +7

    u need to do more video bro.. we love this things

  • @vijaybaleja6220
    @vijaybaleja6220 2 роки тому +1

    Amazing . Great Video . Thank you so much for Deep understanding

  • @feras1598
    @feras1598 2 роки тому

    Make more of these pleaseee

  • @marhsall-bw5kv
    @marhsall-bw5kv 9 років тому +4

    do you have anymore tutorials? please upload more examples :D

  • @ronaldbd2030
    @ronaldbd2030 9 років тому +1

    Bangon kali, this episode is really good. Would you be able to help me to create a program to light the LEDs

  • @mahmoudalphysics7494
    @mahmoudalphysics7494 4 роки тому +1

    Your explanation is very helpful pls continue

  • @AnantChauhanfriend4u
    @AnantChauhanfriend4u 5 років тому +1

    Any more videos on pic programming if yes plz provide link

  • @Gabriel13Gabri
    @Gabriel13Gabri 3 роки тому

    Could you provide the code? Thank by the explanation, it was enlightening!

  • @hazar06
    @hazar06 3 роки тому

    This lesson series are very good ı am waiting for new episodes. :D thank you

  • @mega2034
    @mega2034 5 років тому +1

    At 17 min and 36 seconds I’d hear you say moharedko. What does it mean?
    Just kidding. This is a very nice video.
    Thank you for taking the time to make it.

  • @sergioaguinaga9619
    @sergioaguinaga9619 7 років тому

    Why does count1 go back to 255 when it’s value was already 0 when the loop goes back up. in C it seems like:
    while(count2 != 0)
    {
    while(count1 != 0)
    {
    count1-;
    }
    count2-;
    count1 = 255; // extra line
    }
    So notice the extra line of resetting count1 back to 255 when it was already decremented to 0. Why is this?

    • @KubuntuYou
      @KubuntuYou 6 років тому +1

      That looks unnecessary to me. It might just be there for the sake of clarity. As long as count1 is declared as unsigned it should roll over to 255.

    • @bangonkali
      @bangonkali  4 роки тому

      I explained it at 40:39 please check. If your are using higher bit cpu's then this might not be a quick hack you can take advantage of.
      But for high perf development which actually is being done in Chrome v8 etc, there are many off quirks like this that they take advantage of for fast performance. This is really very basic though.
      Thanks for watching 👍

  • @jouhnvin8794
    @jouhnvin8794 9 років тому

    Hey man ,the tutorial is just wonderful, I have a question, that I can't find answer. STATUS reg has the address 03h, then how do you know that addresses for its bits RP0 and RP1 are 05h and 06h? If to look up the register file map, you will see that 05h and 06h addresses are for PORTA and PORTB (this for PIC16f72)!!! Many thanks for your answer in advance, help to sort it please, I am in real crave for this =)

    • @myname3463
      @myname3463 9 років тому

      Many thanks for the video. It gaves me the start I was looking for.
      I agree with my colleague's remark. 05h and 06h are directors, but not bits

    • @sergioaguinaga9619
      @sergioaguinaga9619 7 років тому

      Bits 5 and 6 of STATUS register are for RP0 and RP1. 5h and 5 decimal are the same value so he does refer to the bit value of that register correctly.

  • @bakeronews1
    @bakeronews1 9 місяців тому

    Best tutorial ❤

  • @youtubeisawesome9222
    @youtubeisawesome9222 7 років тому +1

    Hii sir... I am from India..I have to make a project on simple pendulum.....so I am facing problems in programming... In pic microcontroller I have to make a counter with timer( 10 second or 20 second) using prescalar(1/2 ratio) that's it....please help me

    • @youtubeisawesome9222
      @youtubeisawesome9222 7 років тому +1

      Please help me a soon as possible

    • @bangonkali
      @bangonkali  7 років тому

      UA-cam is awesome this depends highly on specific ic you’re using.

    • @youtubeisawesome9222
      @youtubeisawesome9222 7 років тому

      I need your help...,I have only three days to complete my project.. I have no idea

  • @faizanqureshi9837
    @faizanqureshi9837 9 років тому

    Upload next part

  • @PrasannaRoutray97
    @PrasannaRoutray97 9 років тому

    hello. can you please tell me how to implement AND/OR truth table type conditions in PIC microcontroller using assembly language?

    • @bangonkali
      @bangonkali  9 років тому

      +Prasanna Routray You can always check the Datasheet. I don't have one on my side right now.

  • @munroetalks5764
    @munroetalks5764 8 років тому +2

    Gr8t work. love it. Thanks a lot #Kali

  • @7GIGEO7
    @7GIGEO7 8 років тому +1

    Amazing tutorial, thanks.

    • @bangonkali
      @bangonkali  8 років тому +1

      thanks for the feedback! :)

  • @priteshkchoughule5748
    @priteshkchoughule5748 5 років тому +1

    Thank you so much

  • @vioopris9385
    @vioopris9385 9 років тому

    do you have a tutorial with PWM for pic16f887a please make one you are the best in explaining very good teacher thanks for the videos

  • @somratt6078
    @somratt6078 7 років тому

    Thank you sir, to more easy understand.