MSP430 Timer - Compare Mode

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

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

  • @rakeshchoudhary9939
    @rakeshchoudhary9939 4 ปีที่แล้ว +1

    In your Code at your BLOG what is the freq..? or time delay ..? this is easy to understand if u include these values,,.
    if added 2 and 3 examples then this will be better to understand..
    your explanation is really impressive ,In 23 minutes u cover major point of timers ..
    Ma'am please suggest everyone to read datasheet for basic of registers for timers .

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

    Thank you so much for the content, It was so helpful. KEEP THE GOOD WORK!!!

  • @bfao_Pavan
    @bfao_Pavan 3 ปีที่แล้ว +1

    Tq u madam your new subscriber 👍

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

    Hello Bina and thanks a lot for this video, it helps me a lot.
    I have one question: The code presented uses an interrupt triggered by CCIE bit from TACCTL register. How should i change the code in order to use TAIE bit from TACTL register to trigger the interrupt? I tried to modify your line to TACTL=TASSEL_2 + MC_1 + TAIE; and i also deleted/commented CCTL0=CCIE. But the leds do nothing now. Can you help me with a solution? Thank you in advance.

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

    if you make videos on Assembler code for MSP430 that going to be very helpful for us

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

    How comparator will comapre the values

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

    ❤❤❤ excellent

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

    mam plzz make more videos on other topics of msp430 plzzz..

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

      Have you checked this playlist dedicated to MSP430 on my channel?
      th-cam.com/play/PLIhKsUwB2-eyrnCqDVjq7QZLJX2xflvz9.html
      There are several videos on this channel based on MSP430!

  • @gokhank.3498
    @gokhank.3498 ปีที่แล้ว

    is there are 32kHz internal clock or 1 Mhz

  • @geethanjali.p2700
    @geethanjali.p2700 4 ปีที่แล้ว

    Mam code is not working.. Please verify.. Showing error at line CCTL0 = CCIE;

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

      Could you tell me the error that you are getting as the code is perfectly alright...

    • @geethanjali.p2700
      @geethanjali.p2700 4 ปีที่แล้ว

      @@BinaBhatt sorry mam that was fine ..Reason y code did not workout in my previous attempt was becz of software error .. Also is there any means by which I can acces the MCLK (16MHz) to peripherals ??