Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic 'device programming' functionality in VS2019 (Read 1247 times)
FrankC
Ex Member
*


'device programming' functionality in VS2019
Jan 31st, 2020 at 7:12pm
Print Post  
How do i burn the fuses, eeprom,.. for a arduino uno in VS2019 ?
In AS2017 there was 'device programming', where is this functionality in VS2019
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: 'device programming' functionality in VS2019
Reply #1 - Feb 1st, 2020 at 4:23pm
Print Post  
The device programming of fuses and other settings that can corrupt microntrollers it is best done using the atmel studio tools. 

If you need a prebuild, postbuild, preupload event where you want to define your own commands that is possible but it doesn't sound like that is what you need?
  
Back to top
IP Logged
 
FrankC
Ex Member
*


Re: 'device programming' functionality in VS2019
Reply #2 - Feb 3rd, 2020 at 8:36am
Print Post  
Thks,

I'm looking at what I use best for Arduino related projects: Visual Studio or Atmel Studio?
I have the impression that you are promoting Visual Studio earlier. What are the advantages and disadvantages of visual studio versus Atmel Studio?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: 'device programming' functionality in VS2019
Reply #3 - Feb 3rd, 2020 at 5:53pm
Print Post  
Hi, the word Arduino doesn't narrow it down enough because that covers so many different microntrollers.

Atmel studio was created by Atmel and it's license actually only allows for Atmel micro-controllers. That does include quite a few genuine Arduino mico-controllers but less so as the years pass. Atmel studio has a few stengths such as advanced device programming and the atmel hardware debugger can work slightly better than the hardware debugger in Visual Studio.

The atmel gallery is quite cumbersome for us to manage and the ide complicates life for arduino users by adding spurious (in arduino terms) files to projects. Therefore from a support and updates perspective Visual Micro it usually more update to date in VS than AS7. 

The Visual Studio hardware debugger caters for many more micro-controllers, is more mature (AS7 is actually Vs2015) and offers a lot of other development options.

It really is up to you though, if you have Atmel hardware and are an advanced user then Atmel Studio is a good choice.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint