Це відео не доступне.
Перепрошуємо.

Getting started with AVR and Atmel Studio 7

Поділитися
Вставка
  • Опубліковано 31 жов 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....
    avrdudess blog.zakkemble...

КОМЕНТАРІ • 12

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

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

  • @vulcanbespock
    @vulcanbespock 2 місяці тому

    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 роки тому +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.

  • @AlejandroGutierrez-Bit
    @AlejandroGutierrez-Bit 4 місяці тому

    How to program an AT91SAM9G45 with microchip studio?

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

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

  • @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.

  • @vulcanbespock
    @vulcanbespock 2 місяці тому

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

    • @uwezimmermann5427
      @uwezimmermann5427  2 місяці тому

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