March 29, 2024, 04:52:19 PM

AT32UC3C1512C

Started by boeing, January 08, 2021, 12:39:36 AM

Previous topic - Next topic

boeing

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.

LubOlimex

#1
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.
Technical support and documentation manager at Olimex

boeing

Thanks for clear situation, LubOlimex!

LubOlimex

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.
Technical support and documentation manager at Olimex

boeing

Found out Atmel-ice, i think this is it . Thanks.