Discussion Title | Created date |
---|---|
UC3C ADC and DAC power consumption I'm using a UC3C1128C in 5V configuration with an external 3.0V reference. The datasheet says 7ua/Mhz for the ADC and 3ua/Mhz for the DAC. Although it says that includes power... |
Saturday, 23 March 2013 - 01:07 |
Passing data from bootloader to main program I have a UC3A based system: Bootloader 0x80000000 - 0x80003FFF Main program header 0x80004000 - 0x800041FF Main program 0x80004200 - 0x8000xxxx The header contains information... |
Monday, 9 August 2010 - 01:10 |
Get rid of welcome screen on 2.5.0? I just upgraded from an earlier version (2.1 or something) and I wonder if there is a way to have the IDE startup with the normal AVR32 C programming perspective instead of the... |
Friday, 14 May 2010 - 21:29 |
AVR32 Linux project using AVR32 Studio on Windows Did they ever fix the windows version of AVR32 Studio so it could generate Linux executables? I looked at the 2.5 release notes and didn't see anything. Surely there is no... |
Friday, 19 March 2010 - 20:17 |
USART Transmit using PDCA I had a problem that has been bugging me the last few days. I would start a USART transmit using dma with the AVR32_PDCA_IER_TRC_MASK set so I get an interrupt when it's complete... |
Wednesday, 24 February 2010 - 22:23 |
UC3B, malloc, and stack space I needed some more heap in a project so I got rid of all the printf statements and reduced the stack size from 4096 bytes downto 768 (the program without printf uses around 600... |
Monday, 1 February 2010 - 07:14 |
EVK1100 Boards updated? The schematic on Atmel's website for the EVK1100 still shows a "ES" part. Have these boards been updated to use the production part, and hopefully fixed the circuit error on one... |
Tuesday, 19 January 2010 - 02:51 |
My first AVR32 project Uses a UC3B0256 as an add-on board for our existing seismic data acquisition system. Measures temperature, humidity, barometric pressure, and has a SDI-12 interface for... |
Wednesday, 29 April 2009 - 10:17 |
"Manage Configurations" Problem Using AVR32 Studio 2.1 Under the C/C++ Build project properties tab I had setup, in addition to the Debug configuration two others, Release1 and Release2. Release1 and 2 are the... |
Monday, 16 March 2009 - 10:51 |
INT3 Broken Using latest AVR32 Studio, GNU, UC3B framework. I've got different devices on different interrupt levels. The devices on levels 0-2 all get executed at the correct level but the... |
Thursday, 8 January 2009 - 09:17 |
AVR32 Studio 2.1 Beta Newlib Addons problem Trying to convert a stand-alone application on the UC3B1256 from 2.0.2 to 2.0.99 (2.1 beta) and found that the linker couldn't find the interrupt related routines like... |
Thursday, 18 December 2008 - 01:51 |
Problem debugging with JTAGICE MKII I'm trying to use JTAG on a custom board using a 32UC3B1256 module from core.st. I'm using AVR Studio 2.0.2 with all the latest patches. It automatically upgraded the firmware in... |
Friday, 7 November 2008 - 08:43 |