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!
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.
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
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?
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 👍
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 =)
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!
u need to do more video bro.. we love this things
Amazing . Great Video . Thank you so much for Deep understanding
do you have anymore tutorials? please upload more examples :D
Your explanation is very helpful pls continue
Bangon kali, this episode is really good. Would you be able to help me to create a program to light the LEDs
Could you provide the code? Thank by the explanation, it was enlightening!
Any more videos on pic programming if yes plz provide link
Make more of these pleaseee
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.
This lesson series are very good ı am waiting for new episodes. :D thank you
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
Please help me a soon as possible
TH-cam is awesome this depends highly on specific ic you’re using.
I need your help...,I have only three days to complete my project.. I have no idea
hello. can you please tell me how to implement AND/OR truth table type conditions in PIC microcontroller using assembly language?
+Prasanna Routray You can always check the Datasheet. I don't have one on my side right now.
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?
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.
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 👍
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
Upload next part
Gr8t work. love it. Thanks a lot #Kali
Amazing tutorial, thanks.
thanks for the feedback! :)
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 =)
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
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.
Best tutorial ❤
Thank you sir, to more easy understand.
Thank you so much
Highly appreciated!