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 Select programmer (Read 3345 times)
Javi
Newbies
*
Offline


Posts: 4
Joined: Aug 1st, 2022
Select programmer
Aug 1st, 2022 at 2:14pm
Print Post  
Hello
every time I try to select a programmer it automatically changes and puts me no programmer how can I solve this problem it happens to me with AS7



Thanks
« Last Edit: Aug 1st, 2022 at 2:16pm by Javi »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Select programmer
Reply #1 - Aug 1st, 2022 at 7:11pm
Print Post  
In Atmel studio it is recommended that you use the "Use Atmel Device Programming" programmer. Can you set that?

Please also follow the guide in yellow above so that we can your config.
« Last Edit: Aug 1st, 2022 at 7:14pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Javi
Newbies
*
Offline


Posts: 4
Joined: Aug 1st, 2022
Re: Select programmer
Reply #2 - Aug 2nd, 2022 at 5:23am
Print Post  
Thanks for your answer
It won't let me select any programmer
I have tried it on several PCs, before updating I could select any of them without problem
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Select programmer
Reply #3 - Aug 2nd, 2022 at 7:42pm
Print Post  
Hi

We have tested the latest version with Microchip Studio and can not replicate the issue.

We do see in your screen shot that you have a custom board installed. It might relate to that.

Can you please explain how you have installed the core you have installed and also provide the information requested in yellow above.

Thanks
  
Back to top
WWW  
IP Logged
 
Javi
Newbies
*
Offline


Posts: 4
Joined: Aug 1st, 2022
Re: Select programmer
Reply #4 - Aug 3rd, 2022 at 12:53pm
Print Post  
Hello
The problem is only giving me with a custom board installed
Is this custom board installed I don't know if you can help me:
https://www.avdweb.nl/arduino/samd21/installation

reference to what is requested in the area in yellow it is impossible for me to do it because I cannot compile anything as I can´t select a programmer

Thank you
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Select programmer
Reply #5 - Aug 3rd, 2022 at 1:04pm
Print Post  
we will try it and let you know

btw: selecting a programmer is not required for build. This indicates an earlier problem loading the custom core.
« Last Edit: Aug 3rd, 2022 at 1:06pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Select programmer
Reply #6 - Aug 4th, 2022 at 4:58pm
Print Post  
Hello

We have replcated the issue with this custom package. You can resolve yourself until the next release, as follows:-

The problem is the "." and space " " in the architecture name. Some of the following changes will resolve and other will simply keep things clean.

Workaround

Edit this text file C:\Users\[you name]\AppData\Local\arduino15\package_avdweb_nl_index.json

 Replace name: "avdweb.nl boards" with name: "avdweb_nl_boards"

Restart the IDE. You will need to reslect the board.

OR use Visual Micro in Visual Studio which is recommended for Teensy non-atmel boards

More info in case it is useful

You should get the idea here, we simply want to be rid of the "." and the " " in the package name. Internally we will automatically perform this rename when loading the tool chain in the future. It won't break if you have already changed it.

The problem here is that we make a unique package_board name as a unique key when creating the UI menu items. However Visual Studio needs to treat the strings as object names, the dot and the space don't work. It's not sensible to us the dot and space for arduino packages for other arduino reasons too Smiley

« Last Edit: Aug 5th, 2022 at 5:05pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Javi
Newbies
*
Offline


Posts: 4
Joined: Aug 1st, 2022
Re: Select programmer
Reply #7 - Aug 8th, 2022 at 12:19pm
Print Post  
thank you very much it worked perfectly
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint