Re: AVR32 Windows compile issues
Posted by Davidgrm on
URL: http://elua-development.15.s1.nabble.com/AVR32-Windows-compile-issues-tp4499909p4500962.html
AVR32 Studio has a 'Framework' option which lets you select check boxes for the peripherals you wish to use.. eg ADC, DRAM etc. It then places the require modules in a folder within you project called Framework. This provides all the 'drivers' required for the options selected. I am think that this feature applies to all the AVR32's including the Uc3. This means that if one changes processor you could just change your framework selection and Atmel provides the code required, making porting code between the various AVR32's fairly simple (I have not tested this theory :)) One hopes that they do not change it too often as it can play havoc on rebuilds after updating AVRstudio :(
D