Getting started with AVR and Atmel Studio 7

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

Комментарии • 12

  • @mnavarrotube
    @mnavarrotube 7 месяцев назад +1

    This is a great video. Exactly what I needed. Thanks 👍🏼

  • @vulcanbespock
    @vulcanbespock 8 месяцев назад +1

    How did you set-up Atmel Studio 7 up in dark mode? Super Video too!

  • @urielpelaezcdmx
    @urielpelaezcdmx 3 года назад +1

    Which is the difference between Atmel Studio 7 and MPLab Studio IDE?
    Both apps seems to do the same things.

    • @uwezimmermann5427
      @uwezimmermann5427  3 года назад +5

      not when I recorded these videos. Atmel Studio - as the name suggests - was made by Atmel supporting their microcontrollers ATmega, ATtiny and ATSAM, the recent version is called Microchip Studio.
      MPLab is the traditional platform from Microchip for their PIC-microcontrollers. Then Atmel was bought Microchip and some time later they integrated the support for the previously-Atmel-chips in their MPLab.
      Both platforms use free GCC for the Atmel-chips, however, while Atmel Studio always has been completely free of charge, some features in MPLab are locked in the free version.

  • @nashithilmi4378
    @nashithilmi4378 2 года назад

    What is the difference between avrdude and microchip studio? Which is better for pic microcontroller without libraries?

    • @nashithilmi4378
      @nashithilmi4378 2 года назад

      Which is better for atmega328p microcontroller* (not PIC)

    • @uwezimmermann5427
      @uwezimmermann5427  2 года назад

      @@nashithilmi4378 avrdude is only the upload utility to transfer the final code to the chip.
      As compared to microchip studio avrdude as the uploader supports more different hardware interfaces than microchip's built-in choices.

    • @uwezimmermann5427
      @uwezimmermann5427  2 года назад

      @@nashithilmi4378 When it comes to the compilation of the source code files by default both microchip studio and platformio use the free avr-gcc-compiler.

  • @AlejandroGutierrez-Bit
    @AlejandroGutierrez-Bit 9 месяцев назад

    How to program an AT91SAM9G45 with microchip studio?

    • @uwezimmermann5427
      @uwezimmermann5427  9 месяцев назад

      I have no experience with the ATSAM family nor with ARM processors in general in Microchip Studio.

  • @vulcanbespock
    @vulcanbespock 8 месяцев назад

    Dark mode is in options got it, change the theme to dark 🙂

    • @uwezimmermann5427
      @uwezimmermann5427  8 месяцев назад

      have a look at my newer videos - I have abandoned Microchip Studio and converted to PlatformIO under VSCode