Install an IDE and Blink an LED (Code Composer Studio + MSP430) | Embedded System Project Series #4

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

КОМЕНТАРІ • 18

  • @vishalbajaj4231
    @vishalbajaj4231 10 місяців тому +3

    Amazing explanation, amazing graphics, I see a lot of growth potential in your channel. PLease don't stop doing this. We need people like you in the embedded Industry.

  • @vihangpathak9759
    @vihangpathak9759 2 роки тому +7

    Please continue with such informative content it’s really fun to learn embedded system from you

  • @jtreg
    @jtreg 4 місяці тому

    Lovely clear explanation. I like the detail and no chit chat! Very good. I am dragging out my MSP430 to make a control for TouchDRO on my milling machine as per Yuri's Toys ... I bought the MSP430 years ago and now dusting it down.. I will program it with my Pi 5. Cheers!

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

    I messed up the audio on this one unfortunately...

  • @baylake1888
    @baylake1888 Рік тому +2

    Thumbs up for saying "Windows is the worst Operating System on the planet". So true.

  • @olivialinden8699
    @olivialinden8699 Рік тому +1

    great video👍

  • @sibisk3282
    @sibisk3282 9 місяців тому +1

    7:28 to resolve that issue we can install the package called lib6-i386

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

    Cool project!

  • @pounkumare3081
    @pounkumare3081 Місяць тому

    Bro i have the while debugging or identity Board showing like no usb fet was found how to solve this

  • @eigenfield
    @eigenfield Рік тому +1

    Is there a more power-effecient alternative to create a pause delay other than the for-loop used in your example?

    • @artfulbytes
      @artfulbytes  Рік тому +2

      Yes, you can put the microcontroller in low power mode and wake up on interrupt. If you want to wake up after a certain amount of time you can use the timer peripheral. So basically:
      1. Configure timer peripheral
      2. Start timer
      3. Enter low power
      4. Interrupt trigger -> Interrupt service routine (ISR) is called
      5. Change power mode in ISR to make your normal program continue running after leaving ISR.

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

    What linux distro are you running?

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

      Ubuntu 20.04, more info at www.artfulbytes.com/devenv

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

    Im scared of Linux but maybe its time to learn 😢

  • @Muhammed.Abd.
    @Muhammed.Abd. Рік тому

    4:59 Ahh yess. Someone said it. My company uses windows for Embedded Development mann, I said soo many times that it is trash.