Author Topic: Reading the silicon revision of AVR32 devices  (Read 10506 times)

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3234
    • View Profile
    • uTasker
Reading the silicon revision of AVR32 devices
« on: September 08, 2012, 07:04:28 PM »
Hi All

If anyone needs to be sure of the silicon revision in the AVR32 the following command gives details when connected to a board via JTAG debugger:

avr32program cpuinfo

The output from the program looks something like this:

Connected to JTAGICE mkII version 7.25, 7.25 at USB.

Device information:
  Device Name                                   UC3A0512
  Device Revision                               I
  JTAG ID                                       0x81edc03f
  SRAM size                                     64 kB
  Flash size                                    512 kB


Regards

Mark