Hello,
I have this project using the AT32UC3A0512 for a sound codec, and need to write the firmware. After a few years using similar chips from 'the other vendor' (yeah dsPIC), I thought the switch to AVR32 would be quick. Wrong: The ASF documentation is great for generic AVRs, though for AVR32 looks like a roundabout, with sample code plagued with macros hard to decode for AVR32 newcomers, so I'm not quite sure what I'm looking for.
So had to write the chip-independent code first, while reading the datasheet on the side and trying to digest the ASF examples. BTW, I'm just finishing the same code on another board with a dsPIC33 for benchmark tests.
Just wondering about anyone willing to post some sample code here. Nothing too complex, just the basics to set the flash wait states, system clock, GPIO, UART, SPI and USB.
Thanks in advance!