HELP??? You might need to disable the Signature check if you have an old STK300. The early mega103s has the wrong signature byte.
I've used the AVR_ISP with several STK300 no problems....
Thursday, 10 May 2001 - 02:35
Imagecraft vs CodeVision I don’t think anyone is slamming Richard or Pavel for protecting their software. I have been transferring my licence file from floppy to the PC when W98 crashed. After the reboot...
Wednesday, 9 May 2001 - 23:42
Will there be faster AVR parts? I'd go for a faster part also, I've got a radio modem project where i decode the demodulated radio data in software. I have an interrupt going every 35uS on my Mega103L and thats...
Monday, 7 May 2001 - 10:22
Sleep current To get the lowest power consumption, you need to turn things like the analogue comparitor off etc.. I/O pins changing state will draw current, so any I/O pin that is not held in...
Friday, 4 May 2001 - 18:01
Imagecraft vs CodeVision I brought the Imagecraft C compiler, and was impressed with the fact I'd never used and AVR and within 1/2 hour I had LEDs running back and fourth on my STK300. I saw the...
Friday, 4 May 2001 - 03:35
Sleep current Do you have floating inouts, or are some of your inputs pulled low while you still have the internal pullups enabled. I know many people have had problems with sleep current, and...
Scan PortD -> out PortB ? All I would di is this,
Have not tested it, but if you get stuck I'll do a test for you.
Patrick
/***************************************
* Forever scans PORTD and *
* outputs...
Tuesday, 24 April 2001 - 23:13
STK300 Newbie Are you using C.
If so I can help you with the STK as I use this for 90% of my developments
Patrick
Monday, 5 March 2001 - 23:01
C++ Compilers! I have used the Imagecraft C compiler for about a year now, and have been very pleased with it. I have used IAR and Hi-Tech C compilers before also. I think one of the best things...
Thursday, 1 March 2001 - 11:01
C++ Compilers! IAR is expensive and has some annoying problems, especially in the way they implemented constant strings in flash memory.
Imagecraft sells a compiler for about $250, but I don't...
Wednesday, 28 February 2001 - 17:30
STK300 or STK500 for newbie? Just start with something very simple, like make an LED flash or even just turn turn and LED on.
Patrick
You might need to disable the Signature check if you have an old STK300. The early mega103s has the wrong signature byte. I've used the AVR_ISP with several STK300 no problems....
I don’t think anyone is slamming Richard or Pavel for protecting their software. I have been transferring my licence file from floppy to the PC when W98 crashed. After the reboot...
I'd go for a faster part also, I've got a radio modem project where i decode the demodulated radio data in software. I have an interrupt going every 35uS on my Mega103L and thats...
To get the lowest power consumption, you need to turn things like the analogue comparitor off etc.. I/O pins changing state will draw current, so any I/O pin that is not held in...
I brought the Imagecraft C compiler, and was impressed with the fact I'd never used and AVR and within 1/2 hour I had LEDs running back and fourth on my STK300. I saw the...
Do you have floating inouts, or are some of your inputs pulled low while you still have the internal pullups enabled. I know many people have had problems with sleep current, and...
Just hang a red and green LED off the IO port pins.
All I would di is this, Have not tested it, but if you get stuck I'll do a test for you. Patrick /*************************************** * Forever scans PORTD and * * outputs...
Are you using C. If so I can help you with the STK as I use this for 90% of my developments Patrick
I have used the Imagecraft C compiler for about a year now, and have been very pleased with it. I have used IAR and Hi-Tech C compilers before also. I think one of the best things...
IAR is expensive and has some annoying problems, especially in the way they implemented constant strings in flash memory. Imagecraft sells a compiler for about $250, but I don't...
Just start with something very simple, like make an LED flash or even just turn turn and LED on. Patrick
Pages