| Author |
Message |
|
|
Posted: Jan 16, 2011 - 05:29 AM |
|

Joined: Jan 16, 2011
Posts: 6
|
|
I'm trying to get AVR32 Studio to program a 32UC3C0512C via a JTAGICE mkII. I'm using the AT32UC3C-EK (Eval Kit).
I'm getting the following error when I try programming via AVR32 Studio:
Quote:
Action failed due to mismatch between target and detected MCU.Detected part UC3C0512C differs from specified part UC3C0512CRevC
Any ideas? The part without "Revision C" isn't listed as an option in the JTAGICE mkII target's device list.
Thanks! |
|
|
| |
|
|
|
|
|
Posted: Jan 16, 2011 - 05:39 AM |
|

Joined: Jan 16, 2011
Posts: 6
|
|
| I'm going to give the AVR32 2.7 beta a shot |
|
|
| |
|
|
|
|
|
Posted: Jan 16, 2011 - 07:38 AM |
|

Joined: Jan 16, 2011
Posts: 6
|
|
As far as I can tell, the beta fixed the issue. However, none of the examples for the AT32UC3C are available in the beta, so I can't actually test it fully (just tested reading, not writing).
How can I get these example projects on the 2.7 release? |
|
|
| |
|
|
|
|
|
Posted: Jan 16, 2011 - 12:43 PM |
|


Joined: Jan 14, 2007
Posts: 1836
Location: Nantes, France
|
|
Go on the UC3C-EK atmel web page, download the board support package and use the standalone makefile in AVR32 Studio like described here: http://www.atmel.com/dyn/general/tech_d ... ily_id=607 [How to Compile the standalone AVR UC3 Software Framework in AVR32 Studio V2 ]
-sma |
|
|
| |
|
|
|
|
|
Posted: Jan 16, 2011 - 05:22 PM |
|

Joined: Jan 16, 2011
Posts: 6
|
|
| Thanks! I downloaded ASF 2.2.2 and was able to program an example from there after building using the instructions that you referenced. |
|
|
| |
|
|
|
|
|
Posted: Jan 17, 2011 - 08:59 AM |
|


Joined: Jan 14, 2007
Posts: 1836
Location: Nantes, France
|
|
Good  |
|
|
| |
|
|
|
|
|
Posted: Apr 03, 2011 - 11:37 PM |
|

Joined: Mar 16, 2011
Posts: 12
|
|
It took 2 hours to find this at
http://support.atmel.no/bin/customer.ex ... amp;id=994
edit the uc3c0512c.xml and change <part_name>UC3C0512C</part_name> XML field in <part_name>UC3C0512CREVC</part_name>. In that way AVR32Studio will recognize this part (UC3C0512C) has a known part (UC3C0512CREVC). |
|
|
| |
|
|
|
|
|