Hi,
I have the ATmel ICE programmer, but I don't know how to get it to work with Flowcode.
Do you know what I need to do in order to configure it properly? By default, it does not appear in the Device Manager/Ports (COM/LPT) section, but it can be accessed via a dedicated option called "Microchip Tools". Since there is no option for my programmer, I suggest that the MatrixTSL development team add it configured properly so I won't have to tweak the existing settings.
Regards,
Andreas
ATMEL-ICE programmer not seen on "Programmer port" menu
-
andeug
- Posts: 66
- http://meble-kuchenne.info.pl
- Joined: Thu Jan 07, 2021 1:42 pm
- Location: Stockholm (SE)
- Has thanked: 20 times
- Been thanked: 2 times
ATMEL-ICE programmer not seen on "Programmer port" menu
FC11 Professional + ARD + ARM license + Matrix TSL E-blocks2 boards
Mikroe Click boards + Click Shield for ST Nucleo-32 + Clicker 4 for ST STM32F407VG
Mikroe Click boards + Click Shield for ST Nucleo-32 + Clicker 4 for ST STM32F407VG
-
chipfryer27
- Valued Contributor
- Posts: 1924
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 417 times
- Been thanked: 642 times
Re: ATMEL-ICE programmer not seen on "Programmer port" menu
Hi
Are you using an E-block programmer supplied by Matrix or a third-party one?
Regards
Are you using an E-block programmer supplied by Matrix or a third-party one?
Regards
-
andeug
- Posts: 66
- Joined: Thu Jan 07, 2021 1:42 pm
- Location: Stockholm (SE)
- Has thanked: 20 times
- Been thanked: 2 times
Re: ATMEL-ICE programmer not seen on "Programmer port" menu
I am using the ATMEL-ICE programmer, Microchip's official programmer.
FC11 Professional + ARD + ARM license + Matrix TSL E-blocks2 boards
Mikroe Click boards + Click Shield for ST Nucleo-32 + Clicker 4 for ST STM32F407VG
Mikroe Click boards + Click Shield for ST Nucleo-32 + Clicker 4 for ST STM32F407VG
-
chipfryer27
- Valued Contributor
- Posts: 1924
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 417 times
- Been thanked: 642 times
Re: ATMEL-ICE programmer not seen on "Programmer port" menu
Hi
Not used one but if the board isn't recognised by Windows I'd start there to find out why. A quick search suggests cable issues, not using a USB2.0 port (USB3.0 / hubs may not supply enough power) and driver issues.
Regards
Not used one but if the board isn't recognised by Windows I'd start there to find out why. A quick search suggests cable issues, not using a USB2.0 port (USB3.0 / hubs may not supply enough power) and driver issues.
Regards
-
andeug
- Posts: 66
- Joined: Thu Jan 07, 2021 1:42 pm
- Location: Stockholm (SE)
- Has thanked: 20 times
- Been thanked: 2 times
Re: ATMEL-ICE programmer not seen on "Programmer port" menu
I can see the programmer in Device Manager, and I have the latest drivers. See the first captured screenshot.
My problem is that I cannot see the programmer inside Flowcode, and I do not know how to configure it.
My problem is that I cannot see the programmer inside Flowcode, and I do not know how to configure it.
FC11 Professional + ARD + ARM license + Matrix TSL E-blocks2 boards
Mikroe Click boards + Click Shield for ST Nucleo-32 + Clicker 4 for ST STM32F407VG
Mikroe Click boards + Click Shield for ST Nucleo-32 + Clicker 4 for ST STM32F407VG
-
chipfryer27
- Valued Contributor
- Posts: 1924
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 417 times
- Been thanked: 642 times
Re: ATMEL-ICE programmer not seen on "Programmer port" menu
Hi
You have only given details of compiler in your screenshot, what is under Programmer? Is that set correctly?
Regards
You have only given details of compiler in your screenshot, what is under Programmer? Is that set correctly?
Regards
-
andeug
- Posts: 66
- Joined: Thu Jan 07, 2021 1:42 pm
- Location: Stockholm (SE)
- Has thanked: 20 times
- Been thanked: 2 times
Re: ATMEL-ICE programmer not seen on "Programmer port" menu
Now I saw it... Which compiler should I choose for my programmer? And which programmer shall I use?
By default, when I was working with Arduino Nano, the AVRdude was the compiler.
By default, when I was working with Arduino Nano, the AVRdude was the compiler.
FC11 Professional + ARD + ARM license + Matrix TSL E-blocks2 boards
Mikroe Click boards + Click Shield for ST Nucleo-32 + Clicker 4 for ST STM32F407VG
Mikroe Click boards + Click Shield for ST Nucleo-32 + Clicker 4 for ST STM32F407VG
-
chipfryer27
- Valued Contributor
- Posts: 1924
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 417 times
- Been thanked: 642 times
Re: ATMEL-ICE programmer not seen on "Programmer port" menu
Hi
I asssume you have downloaded the correct compiler for your chip from the FC website?
Although I have the compilers installed I don't have any external programmer for the targets, but these are my default settings which may or may not be of use.
Location is C:\ProgramData\MatrixTSL\FlowcodeV11\FCD\AVR\batchfiles (ProgramData is hidden by default)
Regards
I asssume you have downloaded the correct compiler for your chip from the FC website?
Although I have the compilers installed I don't have any external programmer for the targets, but these are my default settings which may or may not be of use.
Location is C:\ProgramData\MatrixTSL\FlowcodeV11\FCD\AVR\batchfiles (ProgramData is hidden by default)
Regards
-
Steve-Matrix
- Matrix Staff
- Posts: 1749
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 255 times
- Been thanked: 409 times
Re: ATMEL-ICE programmer not seen on "Programmer port" menu
I've done a quick internet search and this link holds some useful info:
https://www.eevblog.com/forum/microcont ... atmel-ice/
The utility "atprogram" appears to have the necessary command line switches to allow Flowcode to use it as a programmer. That post also indicates that avrdude can be used.
If you look at the inbuilt programmer options within Flowcode, you should be able to see how a 3rd party programmer tool can be used. We often use our own batch files, or you could try calling atprogram/avrdude directly.
https://www.eevblog.com/forum/microcont ... atmel-ice/
The utility "atprogram" appears to have the necessary command line switches to allow Flowcode to use it as a programmer. That post also indicates that avrdude can be used.
If you look at the inbuilt programmer options within Flowcode, you should be able to see how a 3rd party programmer tool can be used. We often use our own batch files, or you could try calling atprogram/avrdude directly.