Question about processes cpluscon wrote:Quote:did about 90% of the work alreadyAhhh, that's no fun!
I guess only a lewzer-geek would WANT to implement a microcontroller kernel. :oops:
Not really, there'...
Thursday, 26 April 2007 - 20:17
AVR eclipse plugin quide?? How about VMLAB, it is available for linux?
http://www.amctools.com/download.htm
Wednesday, 25 April 2007 - 19:49
ASCII code to string character convertion for LCD Sorry, I fail to understand what you are trying to achieve.
Say you want to output a formated line that comprises fixed text and integers then your best bet is one of the printf...
Dragon Dead on Arrival and missing a tail! A USB cable is not included.
Not sure if the smoke is part of the package though... if it is I never got it with mine.
As to fault, I'm no lawyer so cannot help.
Tuesday, 24 April 2007 - 17:11
Atmega16 - ADC Program JTAG devices allow you to utilise the debug facilities of the microcontroller. So, you can do just what you are trying to do with with AVR Studio simulator only AVR Studio uses...
Tuesday, 24 April 2007 - 12:59
STK500 atmega16 spare serial to PC I always start off any project that I do that uses uart and stk500 using the sTK500 onboard software clock at 3.686MHz. I've never had any problems with it.
If you decide to move...
Monday, 16 April 2007 - 13:50
STK600 ! Official announcement on AVR TV ! NightSky wrote:Can't imagine that there will be no support in studio. I'd look for a service pack. They did a few of them to add device support for the dragon.
We might even see...
Monday, 16 April 2007 - 08:39
Need help comparing variables Presumably you've declared x as either uint8_t (include stdint.h to get these definitions) or 'unsigned char'? Becuase, if you haven't, the compiler will probably be giving you a...
Saturday, 14 April 2007 - 08:46
avr vs other uC spock wrote:Quote:Cool. I am going to write my thesis about a device I designed, which basically dumped a file out of a SD or MMC card to a serial port.
I chose AVR for this...
Saturday, 14 April 2007 - 08:15
Connecting SRAM I/O pins to AVR See the 'bus interfacing' section of the sample chapter...
http://www.oreilly.com/catalog/dbhardware/chapter/ch06.pdf
Thursday, 12 April 2007 - 20:10
Connecting SRAM I/O pins to AVR metron9 wrote:" Why wouldn't you use an AVR that already has built-in external memory interface?"
Because i did not know one existed.
The ATmega162, mega8515, mega128 definitely...
cpluscon wrote:Quote:did about 90% of the work alreadyAhhh, that's no fun! I guess only a lewzer-geek would WANT to implement a microcontroller kernel. :oops: Not really, there'...
How about VMLAB, it is available for linux? http://www.amctools.com/download.htm
Sorry, I fail to understand what you are trying to achieve. Say you want to output a formated line that comprises fixed text and integers then your best bet is one of the printf...
The STK500 conditions the crystal. I just use the crystals on offer at the local electronics store and plug em imto the STK500.
A USB cable is not included. Not sure if the smoke is part of the package though... if it is I never got it with mine. As to fault, I'm no lawyer so cannot help.
JTAG devices allow you to utilise the debug facilities of the microcontroller. So, you can do just what you are trying to do with with AVR Studio simulator only AVR Studio uses...
I always start off any project that I do that uses uart and stk500 using the sTK500 onboard software clock at 3.686MHz. I've never had any problems with it. If you decide to move...
NightSky wrote:Can't imagine that there will be no support in studio. I'd look for a service pack. They did a few of them to add device support for the dragon. We might even see...
Presumably you've declared x as either uint8_t (include stdint.h to get these definitions) or 'unsigned char'? Becuase, if you haven't, the compiler will probably be giving you a...
spock wrote:Quote:Cool. I am going to write my thesis about a device I designed, which basically dumped a file out of a SD or MMC card to a serial port. I chose AVR for this...
See the 'bus interfacing' section of the sample chapter... http://www.oreilly.com/catalog/dbhardware/chapter/ch06.pdf
metron9 wrote:" Why wouldn't you use an AVR that already has built-in external memory interface?" Because i did not know one existed. The ATmega162, mega8515, mega128 definitely...
Pages