Discussion Title | Created date |
---|---|
Problem with Pico]OS function 'posTimerSet' on ATmega32 Hi, Currently playing around a bit with the Pico]OS RTOS on a ATmega32. To try out the use of timers I've started a task which is triggered by a simple semaphore which in turn is... |
Saturday, 6 June 2009 - 13:49 |
Weird asm code error... Hi there, I'm running AVR-GCC under Mac OSX and I get a couple of weird errors I can't explain. Anybody know what it is? The line of code is (initial numbers are linrnr's): 80... |
Monday, 8 January 2007 - 01:02 |
AVRTools undex Mac OS X Hello, I just put together a nice package for avr users to use under Mac OS X. The zip includes avr-gcc with librarys etc, avrdude, a shell script for the creation of makefiles... |
Thursday, 16 November 2006 - 13:52 |
Undefinced reference to 'pow' Hello, I'm trying to include the math function 'pow' in my code but I get the following error message. -Undefined reference to 'pow' I''ve tried to add the -lm parameter to the... |
Monday, 18 April 2005 - 13:05 |
Buttons don't work Hello, I've connected 4 buttons to my avr mega 16 and they should be active low. The code I use is: for(;;) // Infinite loop { AvrXDelay(&MyTimer3, 5); if... |
Thursday, 24 February 2005 - 21:56 |
Problems with RS232 using Mega16 Hello, I''ve been trying to get a simple thing like a serial display to work properly but whatever I do I just can't. I use a mega16, connected to a max232 and on to the computer... |
Friday, 28 January 2005 - 13:21 |
inverted RS232 on AVRmega16 Hi, Do anyone know how I can invert the rs232 on my AVRMega16? /Gert |
Monday, 15 November 2004 - 14:10 |