AVR32 Generic Protocol

The AVR32GENERIC protocol is the single protocol for programming and debugging AVR UC3 32-bit microcontrollers using all relevant tools.

UC3 devices are big endian meaning that byte address 0 is the most significant byte. The AVR32GENERIC protocol is little endian, i.e. least significant byte is sent first. Words are sent in ascending order, i.e. lowest word address first.