Search the web
Sign In
New User? Sign Up
avrx · Support group for the AvrX RTOS
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1463 - 1492 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1463
Hi all, H have tried to use the avrx with the Mega2560 or 2561 but the µC retarts while calling the Function "AvrXSetKernelStack(0)". One reason may be that...
m.fieseler
Offline Send Email
Dec 12, 2006
3:08 pm
1464
hello everyone, i hav just started working on embedded os , mainly on atmel ATmega series.I tried my hand at many oses..but Avrx suited my requirements the...
siddharth singhal
siddharth.si...
Offline Send Email
Dec 20, 2006
5:06 pm
1465
The file "Timers.c" that can be found in the Examples directory shows how to run two tasks each flashing an LED. The samples should compile and run on a mega32...
Larry Barello
lbarello
Offline Send Email
Dec 20, 2006
6:53 pm
1466
Hello friends!! I'm searching for a RF module to comunicate my Atmega128 microcontroller with one PC. I want to send sensor's data to the PC via wireless. In...
david ramos
deividramos82
Offline Send Email
Dec 21, 2006
3:02 pm
1467
Yes, I have. The MaxStream (Digi) XBee and XBeePro (60mW rather than 1mW transmitter) are excellent. Super simple. If you don’t need meshing you can omit the...
steve childress
stevech11
Offline Send Email
Dec 21, 2006
11:56 pm
1468
I use the xbee module in a project. They are very simple to use. If you just want point to point communications, purchase two modules and apply power. Done....
Larry Barello
lbarello
Offline Send Email
Dec 22, 2006
2:39 am
1469
In addition to PC Board mount modules, they sell in-a-box products – like a little box with an XBeePro inside and a USB connector. I’ve used that. It’s ...
steve childress
stevech11
Offline Send Email
Dec 22, 2006
4:36 am
1470
Thank you Steve and Larry, I think I will try them. Happy new year to all !!! Bye steve childress <stevech@...> escribió: In addition to PC Board mount...
david ramos
deividramos82
Offline Send Email
Jan 2, 2007
9:00 am
1471
Hello, Sorry to create this type of post, but I can't find what I'm doing wrong. After much time away from development, I upgraded to the latest WinAVR...
rlboyer01
Offline Send Email
Jan 5, 2007
10:00 pm
1472
OK. I tried with 8515 as target for both AVRX and Timer example and AVR Studio gets as far as "AVR Simulator: AT90S8515 Configured OK" then I get "Microsoft...
rlboyer01
Offline Send Email
Jan 9, 2007
3:58 pm
1473
Sounds like a problem in the Studio elf processor/plug-in. Ask the avr-gcc list. ... From: avrx@yahoogroups.com [mailto:avrx@yahoogroups.com] On Behalf Of ...
larry barello
lbarello
Offline Send Email
Jan 9, 2007
4:11 pm
1474
... I had a issues today installing the latest and greatest Avrstudio and WinAvr on my new laptop. Basically the code would compile as usual, but AVRStudio ...
Roger Boyer
rlboyer01
Offline Send Email
Jan 9, 2007
4:41 pm
1475
Hi, Everybody I'm migrating from codevision to winavr+avrx, I just read learn and try on mega 8 with 3 task and running. 1 task for LCD 1 task for I/O push...
jgt98_dev
Offline Send Email
Jan 14, 2007
7:36 pm
1476
1)I had a bug where I accidentally had two tasks accessing the same timer structure at the same time. The crash seemed very random and frustrating. After many...
jputman004
Offline Send Email
Jan 18, 2007
2:00 am
1477
hello there everyone... i need help on a certain point. Suppose i have have a data logging system. i store the data acquired by the microcontroller in a flash...
call_here2000
Offline Send Email
Jan 18, 2007
4:27 am
1478
Hi, ... This is my code for reading the ADC: // Set ADMUX but don't mess with REFS0 & REFS1 ADMUX = ( ADMUX & (( 1 << REFS1 ) | ( 1 << REFS0 ))) | mux; //...
Dave Hylands
dhylands_99
Offline Send Email
Jan 18, 2007
5:55 am
1479
... This busy-wait is going to bring all tasks to a stop. I don't have code handy, but usually I'll wait on a semaphore, and have the ADC inturpt set that...
Christopher X. Candreva
ccandreva
Offline Send Email
Jan 18, 2007
3:13 pm
1480
Yes, the whole point of using AvrX is to avoid blocking waiting for hardware. Here's a quick sample I used in an old project: Although I ended up just polling...
Stephane Gauthier
stephane641
Offline Send Email
Jan 18, 2007
3:25 pm
1481
The current AvrX takes about 250 cycles out of its life to service an interrupt, wake up a task and return. If all tasks are sleeping it is considerably...
larry barello
lbarello
Offline Send Email
Jan 18, 2007
4:04 pm
1482
Good point. That's what I do for another project which reads 12 analog voltages from an external SPI ADC and averages them. I let the ISR take care of storing...
Stephane Gauthier
stephane641
Offline Send Email
Jan 18, 2007
4:47 pm
1483
Hi friends! I'm programming the Atmega128 with JTAG and some of the ADC pins of the Port F don't work. I’m trying to read a voltage through this pins but I...
david ramos
deividramos82
Offline Send Email
Jan 22, 2007
8:25 am
1484
Sure, you need to disable the JTAG interface in your code rather than the fuse bits. You can debug as well if you reset, then break on the first instruction...
larry barello
lbarello
Offline Send Email
Jan 22, 2007
2:34 pm
1485
Hi folks, I've been searching on-line for some typical examples (above those that are part of the AVRX distribution) and don't seem to find many. The ...
rlboyer01
Offline Send Email
Jan 23, 2007
8:47 pm
1486
Thank you wery much again Larry! I have solve the problem as you said. Bye! larry barello <yahoo@...> escribió: Sure, you need to disable the JTAG...
david ramos
deividramos82
Offline Send Email
Jan 24, 2007
10:39 am
1487
Hello friends!! I'm using the MAVRIC Board that comes with MAX481 uart/RS485 converter. I want to communicate the Atmega128 (at 16 MHz) microcontroller with...
david ramos
deividramos82
Offline Send Email
Jan 30, 2007
2:21 pm
1488
... What I bet is that TXC1 is already set when you enter the while loop. You could try adding UCSR1A |= (1<<TXC1); // clear TX complete flag. while...
Pink Boy
dasfoo
Offline Send Email
Jan 31, 2007
3:35 pm
1489
The mega128 data sheet on page 179 describes how the TXC bit is set/reset. You need to reset the TXC flag after noting it was set. If you used an interrupt...
larry barello
lbarello
Offline Send Email
Jan 31, 2007
4:21 pm
1490
larry barello sez, ... They way I tend to handle this sort of thing is not using putc() but instead with a function send_rs485(char *data, uint8_t len); which...
Pink Boy
dasfoo
Offline Send Email
Feb 1, 2007
2:08 am
1491
Hello, I'm using IAR cworbench v2.27b in order to develop an OS to a titaniumcard using Flash Atmel AT90SC6464C. how can explain me how can i create an .hex...
esegir
Offline Send Email
Feb 2, 2007
7:47 pm
1492
I hope to use semaphore as an integer counter. But how initialize it to an integer n(n>1) with AvrXSetSemaphore(&mutex)? It seems that only mutual exclusion...
ftking039
Offline Send Email
Feb 2, 2007
7:48 pm
Messages 1463 - 1492 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help