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

Atmel Studio 7 - Programming the Arduino Uno via the bootloader without programmer.

Поділитися
Вставка
  • Опубліковано 17 сер 2024
  • In this tutorial I will explain how to program the Arduino Uno with Atmel Studio 7 without using a programmer / debugger. I also take the time to write a simple blink program that you can upload.
    All you need for this tutorial is Atmel Studio 7, an Arduino Uno and the Arduino IDE.

КОМЕНТАРІ • 270

  • @piotrgaecki551
    @piotrgaecki551 3 роки тому +5

    For those that cannot get it working: I had no output in Microchip Studio (that's what Atmel Studio is called now), so I went to avrdude directory and clicked on it. Apparently I had no admin rights to execute it. So I copied the whole bin folder with avrdude to desktop, adjusted the path to point to this folder and now it works like a charm!
    Great tutorial, I enjoyed it.

  • @jhlsol
    @jhlsol 5 років тому +6

    Exactly what I was looking for. Wanted to use my arduino nano, but didn't want to use arduino IDE. Most other tutorial only use the atmega chip in a breadboard; also not what I was looking for. Thank you.

  • @theLoo7791
    @theLoo7791 7 років тому +18

    Nice Tutorial - works fine with my cheap Arduino Nano clone. Now programming like a pro for only 2 bucks. Brilliant!

  • @MrSponberg
    @MrSponberg 6 років тому +5

    For new beginners that are just copying and paste the parameter values into External tools, remember to add a space between the parameter and the parameter values Eg. -b value etc.

  • @DailyWalk365
    @DailyWalk365 5 років тому +1

    Well, I am almost 51 and you have done me a great service. I have been looking for a couple days on how to set up my Arduino projects in either AmtelStudio or PlatformIO, both of which does not give error free ways of getting it to work with a basic Uno board. This video was indeed the answer with AmtelStudio the winner for me (thanks to you). I am now a subscriber as well. Thank you sir. I wish you great success.

  • @suyashrai3199
    @suyashrai3199 5 років тому +15

    Great video. Thanks! :) .. for those whose current arguments show error, here's the updated one:
    -C"C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -patmega328p -carduino -PCOM3 -b115200 -D -Uflash:w:"$(TargetDir)$(TargetName).hex":i
    Change the com port accordingly.

  • @marathonman3095
    @marathonman3095 Рік тому

    You have accomplished what Atmel refuses to do, Give a precise tutorial on how to get Studio 7 to work with Arduino environment. I deleted Studio 7 a long time ago because of their complete blunder with Arduino but because of your precise tutorial I just might have to give another crack at it.
    Thank you and YES!, you deserve a thumbs up for filling a gape which Atmel refused to do in the first place.

  • @phprofYT
    @phprofYT 4 роки тому

    Your video saved my situation. Several websites and forums didn't don the trick but this detailed yet concise video is all I needed.

  • @kannansr
    @kannansr 7 років тому +2

    Thank you very much for a very simple overview of using Atmel Studio 7 with Uno 3. '
    It greatly helps to both have the Arduino IDE and Atmel Studio 7 when you want to teach simple stuff to kids/beginners and switch to Atmel Studio when you want to develop / troubleshoot new code / time critical code for later library use which needs advanced debugging features.

  • @MrPnew1
    @MrPnew1 8 років тому +1

    Joop thank you for showing us how one might start to use the Atmel Studio to upload programs into the Uno. You explain things very clearly

  • @urbanrider8038
    @urbanrider8038 Рік тому

    Excellent! The tutorial still works end 2022, with the newest version of Atmel Studio

  • @andymouse
    @andymouse 4 роки тому

    I think this is something ATMEL should be SHOUTING about as it promotes there IDE but thankfully you have, and very well done ...cheers!

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

    Very well done, it worked as per your video with no problems (if anyone is reading this its called Microchip Studios now). thank you

  • @PeterMedvesek
    @PeterMedvesek 7 років тому +2

    Nice tutorial. I also tested STK500 programmer (this is loaded on arduino if you choose: ArduinoISP sketch) with atmel studio in the same maner. This way you do not need bootloader.

  • @sadatrafi8762
    @sadatrafi8762 3 роки тому

    Thanks to you and Google AI. Last night I've wasted a lot of time as atmel studio wasn't recognizing my programmer.

  • @dhruvkhullar6153
    @dhruvkhullar6153 7 років тому +5

    you're genius bro… Totally god sent.. keep it up

  • @theslvrbullt
    @theslvrbullt 8 років тому

    Man, you make this look easy... For some reason, despite learning how to program a Freescale MCU using Codewarrior in college, the thought of using Atmel Studio on an Arduino worried me. Might have to dip my toes in the water if it is this easy to do.

  • @klcbsoft
    @klcbsoft 6 років тому +1

    Excellent stuff, thanks for sharing that! @Command-Parameters: Haven't read all the comments, so in case it wasn't mentioned yet:
    In your command parameters _$(ProjectDir)Debug_ adds the release-target-directory as a constant. You can also use the _$(TargetDir)_ macro which adds the full project path *including* the selected Target-path. The flash-portion of the tool-parameters would then read ...
    -Uflash:w:"$(TargetDir)$(TargetName).hex":i

  • @vladimirastrelin1719
    @vladimirastrelin1719 7 місяців тому

    Thank you, Sir! Your tutorial saved a lot of time. It's very informative and useful.

  • @michaelj3971
    @michaelj3971 8 років тому

    Great video. There is more to Arduino than just the Arduino IDE. Thank you for uploading this.

  • @chandragupta2828
    @chandragupta2828 Рік тому

    Great Explanation, I will suggest to make a playlist explaing startup code, ISR etc

  • @misterx4326
    @misterx4326 5 років тому

    Hi.
    I recently wanted to do the same trick on my own, but decided to first look for a ready solution and immediately found your video. The solution works, thank you.
    Permit me a small correction -- you suggest the Debug subdir in the command line parameters, but this won't work for Release builds (and this is probably why some readers weren't able to do the trick).
    Instead I suggest the following path:
    -Uflash:w:"$(TargetDir)$(TargetName).hex":i
    It works for both Debug and Release builds -- tested.
    Thanks again.

  • @BernhardHofmann
    @BernhardHofmann 8 років тому +6

    Just one request: use the lowest screen resolution you can for code so that people watching this on phones can read the text. There's a huge area of white background in most of this video. Thank you for the very clear and informative tutorials though.

  • @Paulhenri80
    @Paulhenri80 7 років тому

    Thank you for this bunch of tutorials about atmel studio.

  • @doublebrown3613
    @doublebrown3613 6 років тому +1

    A great walk-through guide. Cheers for sharing your knowledge!

  • @jorgegerardoaragonvillarre2973
    @jorgegerardoaragonvillarre2973 8 років тому

    Great Video, you are a very good teacher, I am using your videos to make make a similar drone like yours, and this tutorials in Arduino are awesome, I bought a book on the topic. Programming AVR, some of the stuff said there is similar to what you say in your own videos. Thanks a lot ! Greetings from Monterrey, Mexico !

    • @Joop_Brokking
      @Joop_Brokking  8 років тому

      That is good to hear. Enjoy building / programming.

  • @bensmith6518
    @bensmith6518 6 років тому +1

    Thank you so much! This video is very helpful, as Atmel Studio is my go-to IDE.

  • @pfsmith007
    @pfsmith007 7 років тому

    Joop, you are crazy smart. I really enjoy watching your videos, however it's kind of discouraging because I don't know if I will ever be as skilled as you.
    Much respect and thanks for sharing,
    Peter

    • @Joop_Brokking
      @Joop_Brokking  7 років тому +2

      Don't let yourself be discouraged. A couple of years ago I started completely blank with the Arduino boards. But I was really eager to try and learn new stuff. And after years of failure I can now help and motivate others :-)

    • @pfsmith007
      @pfsmith007 7 років тому

      I really enjoy watching your videos and I'm grateful for the motivation you provide. I went to your website and wanted to donate because I'm building the balancing robot now. I found your statement about donating the amount that I want to donate to a worthy charity. I think that is very cool and quite generous. Thanks for all of your efforts, you are a cool guy!

  • @autotuneengineering
    @autotuneengineering 6 років тому

    Thank you very much for taking the time to document this procedure. Very good video.

  • @jonasdefrancisco6217
    @jonasdefrancisco6217 6 років тому

    Sir you are a gem! Please...keep doing what you do!

  • @pesho9971
    @pesho9971 6 років тому +2

    Looking at the GUI(even the name gives it out :D) it's a "rebranded" Visual Studio with Atmel's toolchain. Since I'm very familiar with VS i might switch

  • @leonardk.1684
    @leonardk.1684 2 роки тому

    Very nice
    The first one that explained it pretty well.
    Thanks.

  • @wgus
    @wgus 6 років тому +4

    Excellent tutorial, very clear and objective! One question: Does this method allow us to use breakpoints as well? Thank you!

  • @amarug
    @amarug 7 років тому +6

    i see that the arduino IDE is somewhat spartan, but so are most of our everyday arduino projects. so i think the efficiency gain from using the atmel studio with all its learning curve and missing high level libraries only comes for some seriously badass projects. personally i prefer to use atom editor with the platformIO plugin to get a somewhat nicer and more sophisticated environment, while still keeping the high level programming features up and running. however for people who are intrinsically interested in embedded systems, i totally see the magic pull of wanting to explore lower and lower levels to really get the best understand of what is going on :) i just need some control loops and shuffling some sensor data from here to there, so i guess i will keep my system for now.

    • @mratlas3364
      @mratlas3364 7 років тому +3

      Using Atmel and register manipulation is more about ACTUAL embedded firmware programming as opposed to plebe level building of toys....

  • @digitART30
    @digitART30 6 років тому

    What can I say , just wonderful and perfectly explained, thank you very much

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

    Hi i had the following question, Can the Arduino Due be programmed in the same way in Microchip/Atmel Studio by following the same instructions like in this video ? Or another process has to be chosen in this case ? Greetings

  • @CXensation
    @CXensation 7 років тому +1

    Very informative video !
    I installed the Atmel Studio 7 on my PC, to follow your tutorial here, as I want to try out a more efficient code IDE.
    My version of Arduino IDE is the latest ver : 1.8.2 (@ date of writing), and it works absolutely fine and I got the same result as in your tutorial.
    Please note, that when you show the start of the Atmel Studio project, you dont mention to select the second option "GCC C Executable Project".
    This option is however shadowed indicating you selceted it.
    By "logic" I first selected the Arduino sketch option, and ran into deep trouble ...

  • @BGLENN-dp4tx
    @BGLENN-dp4tx 4 роки тому

    I read an Adafruit website article explaining use a Seggar J-Link Edu Mini programmer and Atmel Studio 7. For some reason, the latest AS7 didn't work with Win10 to program SAMD51G19 bootloaders anymore. Was this due to some recent Win10 update? Your opinion would be welcomed. Thank you.

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

    Everything works as intended. Thanks

  • @RogerKeulen
    @RogerKeulen 7 років тому

    Waw... Very clear and wel spoken.
    I hope it works, it's still downloaden and installing. I like the fact that it's just Microsoft Visual Studio. Using that for years.... lol

  • @asmi06
    @asmi06 7 років тому +2

    This is interesting, but I still think that buying Atmel-ICE is totally worth it as you can use any Atmel MCU with it, including their ARM-based MCUs when you need more horsepower than 328p can provide.

  • @caroman6761
    @caroman6761 8 років тому

    Your arguments to switch to the AMTEL Studio are very convincingly. Please let me ask you and other youtubers about experience in AMTEL Studio in a Virtual Machine (Oralcle VM VirtualBox). I believe to have a pretty quick notebook, but to compile and transfer Programs from the Notebook to the Arduino takes a very long time just Blink program may takes 5 Mins), anything seams to goes wrong. Thats the reason to check, if maybe to use a virtual machine, just with windows and the Studio software will work faster and better. Any Idea?

  • @samdharma350
    @samdharma350 7 років тому

    Thank you. Your instructions are very good. I most certainly learned a lot. Best

  • @danieloctavio2111
    @danieloctavio2111 6 років тому +1

    My Arduino resets when i boot the program on it with Atmel Studio, but the program doesn't works insted my arduino keeps the last program (programed by Arduito IDE) after the reset. Any help? (Sorry for my english)

    • @123davetheking
      @123davetheking 5 років тому

      Same. Were you able to find the solution to that issue?

  • @fatherboard1252
    @fatherboard1252 6 років тому

    Thank you for the awesome tutorial. Really informative and very easy to understand. Keep going, thanks a lot.

  • @nikusha9999
    @nikusha9999 3 роки тому

    what is the blink or how enered in ? i did not know please help me

  • @aparnaprabhune6951
    @aparnaprabhune6951 7 років тому +1

    Where did u learn the atmel studio 7 syntaxes ? I've been trying to do it for a long time. pls reply soon.

  • @chuckykillerLEB
    @chuckykillerLEB 4 роки тому

    Im having trouble in the last step. When I select the Tool (the comand lines are ok) nothing happened, and some arguments look different

  • @sidharthap
    @sidharthap 8 років тому

    Thanks for showing how to do this. It really helps. 1 small request. when making videos where you show code/programming, please zoom in to the code so these videos can also be seen on a mobile device. thanks again mate.

  • @TheBATeam
    @TheBATeam 6 років тому

    Nice accent and way of explaining things... Waiting for more tut. related to Arduino and 328p Microcontrollers. :)

  • @kevinchahine7553
    @kevinchahine7553 7 років тому +2

    now I have a bootloader for the arduino uno and arduino mega yeah!!!

  • @elmerv1934
    @elmerv1934 7 років тому +1

    MUCHAS GRACIAS!!!!!!!!!!!!!!!1 DESDE PERU-AREQUIPA!!!!!!!!1

  • @ezequielgembi
    @ezequielgembi 8 років тому

    Hello, I add in "Eternal tools ..." commands to "Arduino As ISP" for use as a programmer in AtemegaStudio ArduinoUno?

  • @anaritadinizdacruz7768
    @anaritadinizdacruz7768 3 роки тому

    Thanks! Your tutorial helped me a lot (and my english is not so good)!

  • @WhatsACreel
    @WhatsACreel 7 років тому +3

    This is extremely useful!

  • @goffylukusjgs2498
    @goffylukusjgs2498 4 роки тому

    I have a problem . So when i do build solution and go to tools to run arduino everything goes well even with the code but when I upload it to the Arduino uno it only blinks for a while and after nothing happens .Any suggest?

  • @whins
    @whins 4 роки тому

    Great thanks!
    It helps me to upload sketch to Attiny13 over Arduino as ISP

  • @13Bulbasaurpc
    @13Bulbasaurpc 5 років тому

    Thank you very much sir didn't found a better tutorial :)

  • @jeanpierredaviau7478
    @jeanpierredaviau7478 4 роки тому

    Do we need the atmel ice be able to see the memory, the dissassembly etc. ?

  • @diegogiledo
    @diegogiledo 7 років тому

    hello, I was wondering if it is possible to code the lights in the front of the knight rider in Atmel studio 7.0, thanks in advance!!

  • @nordinahismail
    @nordinahismail Рік тому

    How do you program the Arduino if using assembly language?

  • @TheMusterionOfRock
    @TheMusterionOfRock 4 роки тому

    Does this method still mean that the millis() function, and therefore interrupts are enabled, even if it's programmed in embedded C in Atmel Studio?

  • @MrStevensarns
    @MrStevensarns 7 років тому

    Thank you - very clean, concise and clear

  • @nullpointerworks4036
    @nullpointerworks4036 4 роки тому

    Dude, excellent video! Well done.

  • @sjitcordite
    @sjitcordite 6 років тому

    Where can I find all available functions (in Atmel Studio) for a particular board (in this case arduino uno or due)

  • @alula_fpv
    @alula_fpv 7 років тому

    Thanks Joop!! You make my life so much easier.

  • @robertparenton7470
    @robertparenton7470 4 роки тому

    Thank You! This video is of great help to the lab!

  • @drulli1
    @drulli1 7 років тому

    goedendag Joop,,
    very nice video. Because I have an arduino mega I tried to do this exercise based on the ATmega2560 device, which is used for the Arduino Mega - and, It works!
    Excellent!

  • @arifbustani
    @arifbustani 5 років тому

    Very useful. Thanks.
    I have a question. I need to develop an application where an analog channel is acquired continuously and data streamed to a PC via USB. I believe I need a minimum of a dual core microcontroller that can have DMA channel to shift the acquired data to on board memory on continuous basis. Another core running in parallel will deterministically access the data from DMA stream it to USB channel. Is it possible to do that with any off the shelf MC boards available for makers. Thanks in advance.

  • @rahalhettiarachchi8967
    @rahalhettiarachchi8967 4 роки тому

    Thank you very much!... can we debug the micro controller using this method as well?

  • @jackthake7209
    @jackthake7209 7 років тому

    Do I have to have to have an ICSP or can I just plug my arduino uno into my computer via usb?

  • @SA-oj3bo
    @SA-oj3bo 6 років тому

    Hi Joop! I am confused, do you use/need the ATMEL ICE for what you do in this video? I saw at your tools menu the ARDUINO ISP, but you used ARDUINO bootloader intools to program it right? Do you explain somewhere how to program Arduino Uno by ISP with Atmel Ice? And do you explain somewhere how to debug Arduino Uno with Atmel Ice? I am searching for this info. Thanks in advance!

  • @GamingTechSnips
    @GamingTechSnips 4 роки тому

    I wanted to ask if it is possible to code arduino in assembly? ( Masm/mips)

  • @spojler666
    @spojler666 6 років тому

    I have one problem and I like to ask you for advice. I have working ino file which is working on Arduino UNO without any problems. I also made my own PCB with ATMega328p and if I open, compile and upload same sketch from Atmel studio with AVR MK2 programmer over ISP then it not work well. But if I read ATMega on Arduino UNO with Atmel studio with AVR MK2 ISP and the upload this hex file to my board then it work ok. Do you have any hint about this problem ? I read many posts on web but still didn't find a solution for my problem.

  • @osamaafridi5
    @osamaafridi5 4 роки тому

    Worked 100%, you made my day, thanks alot😊

  • @driversteve9345
    @driversteve9345 5 років тому

    Why does the order of functions placed in the code matter in ATmel Studio 7 when it doesn't matter in Arduino IDE? Are they not using the same compiler?

  • @basitimran3368
    @basitimran3368 6 років тому

    Extremely usefull and beautifully explained :-)

  • @Adeltraut
    @Adeltraut 3 роки тому

    Great Tutorial. I wanted to do the same for the Arduino Nano Every with the ATmega 4809 using programmer jtag2updi. I am unsuccessfull though. I Always get the output Message avrdude.exe jtagmkII_getsync(): sign-on command: -1
    Any idea whats the matter here?

  • @kevinchahine7553
    @kevinchahine7553 7 років тому

    This tutorial is really great

  • @HarshitSharma-tz5sb
    @HarshitSharma-tz5sb 7 років тому +3

    I want to know how to use arduino library in atmel studio 7

    • @emidiobia
      @emidiobia 3 роки тому

      Add the libraries to the include path

  • @ThemeParkTeslaCamping360
    @ThemeParkTeslaCamping360 5 років тому

    @joop Brokking: thank you so much i was able to do that for my Arduino Uno via Keil uvision 5. I would really appreciate if you can help me same with my STM32F411RE nucleo board and Freedom frdm-kl25z board. Please advise., Also how did you get an information regarding PORTB on arduino that 0B00100000 is high and 0B11011111 is low? also what does DDRB 0B00100000 does?

  • @chrisy.703
    @chrisy.703 5 років тому +1

    Hi there, nice video and very useful. I have a question for the atmel ice debugger. Does it need to connect to arduino all the time for programming uploading? or just use usb to connect the arduino? If the debugger is connected to the arduino, is it necessary to connect arduino to pc by usb or not? really confused. Thank you

    • @Rokreder
      @Rokreder 5 років тому +2

      This video shows how to program an Arduino without the Atmel ICE, using only the USB connector.
      When using the ICE, you will need to have it connected during programming/debugging. In that case the USB connection is not needed and can be disconnected, however note that the Atmel ICE can not power the board, so when using it you will need an external power source.
      One way to do that is connecting it by USB to a PC, as shown in the video. This is only for power, no data is sent over USB when programming with Atmel ICE.
      You could also power it from a power supply or batteries if you so desire.
      Hope that addresses what you were wondering about.

    • @noway4715
      @noway4715 5 років тому

      @@Rokreder really nice! Thank you!

  • @andymouse
    @andymouse 5 років тому

    great stuff! I just followed your instructions and all went fine cheers!!!...are all studio's functions now available please?...also they don't seem to keen on telling you this do they? maybe they would like you to buy ICE.

  • @pirateman1966
    @pirateman1966 6 років тому

    It helped me set it up and get it working. mucho Thanks

  • @dawid4190
    @dawid4190 6 років тому

    Great explanation! Now, let me try it.

    • @dawid4190
      @dawid4190 6 років тому

      Works perfectly. Thank you!

  • @IsaacC20
    @IsaacC20 7 років тому

    Writing a program in this environment is similar to writing any other C program. Why is it that you don't need things like `void setup()` and `void loop` as in an Arduino Sketch?

  • @rodlopez57
    @rodlopez57 3 роки тому

    Error trying to upload compile code .... System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
    Using Port : COM10
    Using Programmer : arduino
    Overriding Baud Rate : 57600
    avrdude.exe: ser_open(): can't open device "\\.\COM10": The system cannot find the file specified.
    Any idea?? my second line on the Argument is like this : -C"C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -patmega32u4 -carduino -PCOM10 -b57600 -D -Uflash:w:"$(TargetDir)$(TargetName).hex":i....
    Thanks....

  • @user-rb3hr4wq2c
    @user-rb3hr4wq2c 4 роки тому

    Avrstudio7=Atmelstudio7 is same thing?

  • @slap_my_hand
    @slap_my_hand 7 років тому

    You should use bit shifting for setting and clearing bits in registers.

    • @Joop_Brokking
      @Joop_Brokking  7 років тому

      That's the beauty of programming these things, there are several ways to achieve the same goal. Where one method is not necessary better than the other.

  • @davidan1822
    @davidan1822 4 роки тому

    Nice and clean.

  • @samuelholm3622
    @samuelholm3622 7 років тому

    Thanks so much for this! :) Absolute life saver.

  • @eugenelee4330
    @eugenelee4330 6 років тому

    Hi, sorry but I am getting some argument error though I followed the steps carefully. How do I go about fixing that? =)

  • @andygyakobo7122
    @andygyakobo7122 8 років тому

    Hi... so are you going to make another ymfc series using the atmel studios...?

  • @fouzaialaa7962
    @fouzaialaa7962 7 років тому +1

    can you make a series on programming with atmel studio ??

  • @josephchua6616
    @josephchua6616 6 років тому

    Do you need the programmer/debugger to use atmel IDE?

  • @rholt2
    @rholt2 8 років тому

    Great vid - came here to watch it right after i viewed your "reason for change" vid.
    question, though, when you connect an Uno or a Mega, do they always open on the same comm port for you? i seem to remember it giving different Comm ports at different times (maybe because that Comm port was already being used? it is just a matter of editing that line to redefine the port #?
    PLEASE keep up the great work - you're drawing me in... (you bastard!!!!!)
    also - at some time it would be great to show what the ICE does when you hook that up.
    Russ from Coral Springs, Fl usa

    • @Joop_Brokking
      @Joop_Brokking  8 років тому

      Under normal circumstances the port will stay connected to that specific Arduino.

  • @seanwirth325
    @seanwirth325 8 років тому +1

    hey Joop, thanks for sharing. i have a question, using atmel studio to program the uno bootloader the way you did , lets you bypass having a programmer/debugger , so could i then use either , the uno as a debugger to program other atmel chips, or use the the same method in atmel studio to program other atmel chips on a breadboard?also , are there any other ways to get around buying a programmer to program atmel chips?

    • @Joop_Brokking
      @Joop_Brokking  8 років тому

      Yes, you could use the Arduino as an ISP programmer to program other microcontrollers. I used it myself for programming the ATmega644. Please note that the Arduino as ISP is not a debugger. It's only a programmer.

    • @blankdsk
      @blankdsk 8 років тому

      +Joop Brokking are there any alternative ways for debugging?

    • @Joop_Brokking
      @Joop_Brokking  8 років тому

      Not in a way like the Atmel ICE.

  • @schichlemrompel2412
    @schichlemrompel2412 5 років тому

    i try right now to follow the step but it is not working, on the ouput i am getting: "avrdude.exe: can't open input file Debug\GPIO_AVR.hex': No such file or directory" and can read from file 'Debug\GPIO_AVR.hex' failed

    • @misterx4326
      @misterx4326 5 років тому

      Hi, Steve.
      Maybe you used the Release build? Try changing it to the Debug build. You can also try this different path in the Arguments line:
      -Uflash:w:"$(TargetDir)$(TargetName).hex":i
      Hope it helps.

  • @kishpawar
    @kishpawar 7 років тому

    How to I port a project which I've already made in arduino.
    I've used many readily availlable libraries to build this project. will those includes work here as well since we are using the same compiller?

    • @Joop_Brokking
      @Joop_Brokking  7 років тому

      You can import Arduino sketches. But you need to check the Atmel website on how to do that.

  • @adochshanov
    @adochshanov 3 роки тому

    Pretty clear! Thank you very much!