Olimex Support Forum

Microcontrollers => AVR => Topic started by: boeing on January 08, 2021, 12:39:36 AM

Title: AT32UC3C1512C
Post by: boeing on January 08, 2021, 12:39:36 AM
Good evening for everybody. Faced with such problem.
I have bought recently AVR-ISP-MK2 Olimex. On internet shop page is written
support:
Automotive AVR Devices: AT32UC3C0512C, AT32UC3C1512C.....
When i start Atmel Studio - there are no such target devices.
When start New project and choose AT32UC3C1512C - its very clear that AVR-ISP-MK2 Olimex does not support this device.
What should i do ? I need to clone this AT32UC3C1512C. Thanks.
Title: Re: AT32UC3C1512C
Post by: LubOlimex on January 08, 2021, 09:00:28 AM
AVR-ISP-MK2 does not work with 32-bit AVR UC3 microcontrollers. AVR-ISP-MK2 has in-serial programming interface (ISP) and it behaves like Atmel's AVRISP mkII, while 32-bit AVRs require a JTAG interface and tool.
 
A good list of stand-alone debuggers suitable for 32-bit AVR UC3 can be found at the documentation at the "Development Tools" page:

http://ww1.microchip.com/downloads/en/devicedoc/doc7919.pdf

I have no idea why these were listed as supported on the web-page but I removed them.
Title: Re: AT32UC3C1512C
Post by: boeing on January 08, 2021, 10:09:41 AM
Thanks for clear situation, LubOlimex!
Title: Re: AT32UC3C1512C
Post by: LubOlimex on January 08, 2021, 10:15:17 AM
Notice that the list in the document is a bit out dated. I'd suggest checking with more recent documentation released by Microchip or directly contacting Microchip for recommendation for suitable tool.
Title: Re: AT32UC3C1512C
Post by: boeing on January 08, 2021, 10:21:25 AM
Found out Atmel-ice, i think this is it . Thanks.