Discussion Title | Created date |
---|---|
avr32-as.exe still "broken" in Atmel Studio 7 Seems they have yet to fix the bug in avr32-as.exe Clean AVR32 GCC executable project. -nostdlib and cleaned out everything before creating a single source file: main.s .... |
Wednesday, 7 October 2015 - 15:36 |
UC3B Availability Where have all the UC3B0 parts gone? I'm having a real hard time finding any 64 pin variant of these lovely parts. Even most of the 48 pin parts seems to be out of stock except... |
Friday, 20 August 2010 - 09:45 |
Debug level and performance This topic might be broader then this forum category, but here goes... Does compiling a project with debuglevel >0 cause much of a performance hog compared to a clean Release... |
Tuesday, 16 June 2009 - 21:04 |
Pure assembly? Is it possible to use AVR32 Studio ++ to write and simulate pure assembly language like it is in AVR Studio 4? I have absolutely no experience programming in C, but plenty... |
Wednesday, 10 September 2008 - 16:15 |
AT90USB + assembly code? I've been looking around for some practical code for the AT90USB range of controllers, but all I can find are written in C. I've been reading through the very informative "USB in... |
Sunday, 16 December 2007 - 00:03 |
AVR <-> IDE-HDD Hello guys... I just spent several days of my spare time to figure out the basics of connecting a HDD to my AVR chips. My problem was that I knew little or nothing about the IDE/... |
Wednesday, 12 April 2006 - 02:43 |
Stepper motor headache I thought I had my brightest idea ever in this field... I made a fairly simple windows program to calculate the ideal PWM pulses for driving the transistors directly, whitout the... |
Tuesday, 28 February 2006 - 18:28 |
Hot STK500! The power supply part of my STK500 is usually getting frighteningly hot. Am I the only one who see this, or is this common whit the STK500?? Does the XTAL frequency play any big... |
Saturday, 25 February 2006 - 20:49 |
Mega48 ???? I just got my order of mega48's (14x) I just started writing some assembly code, but it seems like the "OUT" function only works for a very narrow range of adresses. Can't use it... |
Thursday, 23 February 2006 - 18:41 |
Fast PWM in Mega8 I can't seem to make my Mega8 work in fast PWM mode /w Timer1 Just to be sure, I set all bits in the compare registers to 1 before anything else. Then I set the apropriate bits... |
Wednesday, 22 February 2006 - 03:32 |
IDE/HDD "Getting started guide" I just started whit a new project where I want to connect a HDD to my Mega16l wich is currently sitting firmly in my STK500. I have hacked a 40 pin IDE cable to connect the HDD to... |
Tuesday, 7 February 2006 - 18:06 |
IDE/ATA HDD Interface: IRQ or IORDY Don't want to use 25 bits for the IDE interface. So... Should I use that last bit to read the IOReady line, or should I use it for the interrupt line? If I use it for the IOReady... |
Monday, 6 February 2006 - 22:50 |