Getting started with AVR and Atmel Studio 7

Sdílet
Vložit
  • čas přidán 31. 10. 2020
  • In this video I describe how to create a new executeable C project under Atmel Studio on a Windows 10 computer.
    The installation is then tested by writing a short blinky-code for an ATmega32U4 and the code is uploaded using avrdudess.
    Links:
    Atmel Studio www.microchip.com/mplab/avr-s...
    avrdudess blog.zakkemble.net/avrdudess-...
  • Věda a technologie

Komentáře • 12

  • @mnavarrotube
    @mnavarrotube Před 16 dny

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

  • @vulcanbespock
    @vulcanbespock Před měsícem

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

  • @urielpelaezcdmx
    @urielpelaezcdmx Před 3 lety +1

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

    • @uwezimmermann5427
      @uwezimmermann5427  Před 3 lety +4

      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 Před 2 lety

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

    • @nashithilmi4378
      @nashithilmi4378 Před 2 lety

      Which is better for atmega328p microcontroller* (not PIC)

    • @uwezimmermann5427
      @uwezimmermann5427  Před 2 lety

      @@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  Před 2 lety

      @@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 Před 3 měsíci

    How to program an AT91SAM9G45 with microchip studio?

    • @uwezimmermann5427
      @uwezimmermann5427  Před 3 měsíci

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

  • @vulcanbespock
    @vulcanbespock Před měsícem

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

    • @uwezimmermann5427
      @uwezimmermann5427  Před měsícem

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