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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1329 - 1358 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1329
Check the assembly code for AvrXWriteEEPROM. It should wait until the previous write has completed. The code is very old and the bits might have changed a...
Larry Barello
lbarello
Offline Send Email
Jun 1, 2006
12:18 pm
1330
I Check the assembly code for AvrXWriteEEPROM and pdf file of Mega128, the assemblly code is correct,But I try and try,if no delay loop,write EEPROM will be...
David Tsai
sunbird606
Online Now Send Email
Jun 2, 2006
2:33 am
1331
Hi! I am working with AT90CAN128 and gcc. I have some problems with AvrxBufferedSerial.c. The uart settings are all ok but when I send some chars to the serial...
afuriato123
Offline Send Email
Jun 3, 2006
7:47 pm
1332
Since AvrX is yet not proted for AT90CAN128, I am interested in knowing how can I use interrupt for CAN. avrx-signal.h inturn includes avr/signal.h which has...
pulsesin
Offline Send Email
Jun 8, 2006
10:15 pm
1333
The use of avrx-signal.h is very obsolete. If you are using avr-gcc you don't need any of the avrx supplied files. Those were created four or five years ago...
Larry Barello
lbarello
Offline Send Email
Jun 8, 2006
10:49 pm
1334
Mr Barello, First of all I would like to thank you for developing AvrX and making it available to all. Yeah, I got the basics of how it works...I really...
pulsesin
Offline Send Email
Jun 13, 2006
11:27 am
1335
Hi, does anybody know an easy way to add a timeout to AvrXWaitMessageAck()? One option is of course polling with AvrXTestMessageAck() but i would like to have...
christian kranz
cnkz
Offline Send Email
Jun 18, 2006
4:49 pm
1336
First of all I'll try to explain what I am intending to achieve. I am using AT90CAN128. In AT90CAN128 CAN, there are 15 Message Objects or MObs (In short...
pulsesin
Offline Send Email
Jun 22, 2006
3:53 am
1337
Multiple tasks can wait on a semaphore. They queue up first come first served. When you signal the semaphore the first one will be released and the others...
Larry Barello
lbarello
Offline Send Email
Jun 22, 2006
5:47 am
1338
Hello friends! I want to do a very simple thing, but I don't know how. I want to make a 750 us delay with AvrXDelay(&timer1, x ) but seems like with this...
david ramos
deividramos82
Offline Send Email
Jun 22, 2006
7:58 am
1339
Change the basic timer tick to be 1.333 khz ... Larry Barello www.barello.net _____ From: avrx@yahoogroups.com [mailto:avrx@yahoogroups.com] On Behalf Of david...
Larry Barello
lbarello
Offline Send Email
Jun 22, 2006
4:13 pm
1340
What I have observed is if stack memory allocated to a task is less than required the task does not behave as required. How do I decide how much stack memory...
pulsesin
Offline Send Email
Jun 23, 2006
6:58 am
1341
... I was asking myself the same thing.... I saw this thread: http://finance.groups.yahoo.com/group/avrx/message/1246?threaded=1&var=1 Anyway, I'm trying to...
José Ildefonso Ca...
ildefonso_ca...
Offline Send Email
Jun 25, 2006
7:50 pm
1342
Hi all For you to understand my problem here is an outline of what i want to do: I have two tasks that are doing exactly the same. The only difference is, that...
Alex Raimondi
hidklecks
Offline Send Email
Jun 30, 2006
6:40 am
1343
... is ... They both run in interrupt context, so they don't have different PIDs. You could just pass an extra parameter to your handler function to allow it...
Brian Logan
getsmedown2001
Offline Send Email
Jun 30, 2006
8:54 pm
1344
Hello! AvrXDelay(&Timer, 0) procedure isn`t work. So, I know the reason: -> avrx_timequeue.S AvrXDelay: rcall AvrXStartTimer rjmp AvrXWaitTimer ->...
Petr Ivanov
cnhavd
Offline Send Email
Jul 6, 2006
4:11 am
1345
Hello friends! I have some problems with a Avr Boot Loader. I have donwload the .hex file from http://hubbard.engr.scu.edu/embedded/avr/bootloader/index.html ...
david ramos
deividramos82
Offline Send Email
Jul 14, 2006
8:01 am
1346
Hello, Our software is using global data: MessageQueue xxQueue; MessageControlBlock xxCtrlBlk; I have an interrupt routine and 2 avrx tasks, which are ...
tgrinwis_ad
Offline Send Email
Jul 14, 2006
2:59 pm
1347
Yes, AvrX services will do the "right" thing w/regard to access to shared AvrX data structures. On the task side, when sensitive data is being modified (queue...
Larry Barello
lbarello
Offline Send Email
Jul 14, 2006
3:36 pm
1348
Hi I forgot the picture, sorry. David stevech@... escribió: try using BLIPS 2.1 and it's mega128 capable bootloader. These are at avrfreaks.net,...
david ramos
deividramos82
Offline Send Email
Jul 17, 2006
11:40 am
1349
Thank you Steve!! The problem is that I'm using Windows 2000 instead Windows XP and I can't use BLIPS 2.1. It seems to be a easy good program. What I'm trying...
david ramos
deividramos82
Offline Send Email
Jul 17, 2006
11:46 am
1350
I think you will need an In-System-Programmer (ISP) device to change the lock bits and boot section size. ... From: david ramos <deividramos82@...> Date:...
stevech@...
stevech11
Offline Send Email
Jul 17, 2006
3:48 pm
1351
Can’t you just click on “Erase Chip” on the main dialog? ... Larry Barello www.barello.net _____ From: avrx@yahoogroups.com [mailto:avrx@yahoogroups.com]...
Larry Barello
lbarello
Offline Send Email
Jul 17, 2006
6:32 pm
1352
Erase Chip - as a command to a bootloader, means erase the flash except for the bootloader. To erase and reload a bootloader, you need an ISP. ... From: Larry...
stevech@...
stevech11
Offline Send Email
Jul 17, 2006
8:10 pm
1353
The original poster was using a JTAG programmer which AFAIK erases the entire chip. At least it does when I use the programmer. ... Yup, just verified it:...
Larry Barello
lbarello
Offline Send Email
Jul 17, 2006
8:33 pm
1354
Thank you all ! The problem is that I'm using the MAVRIC-IIB board and I had programmed the bootloader for the STK 500 board that uses ISP connection instead...
david ramos
deividramos82
Offline Send Email
Jul 18, 2006
12:08 pm
1355
Hi Larry (and others), sorry to bring up an 'old' thread, but I am a bit unsure as to what is/was the final conclusion in this thread. Should I make 'c' a...
marijnblokland
Offline Send Email
Jul 18, 2006
2:56 pm
1356
GCC has a variety of procedure entry code depending upon what you are doing. The exact flavor of entry code depends upon the function attribute (look in the...
Larry Barello
lbarello
Offline Send Email
Jul 18, 2006
3:45 pm
1357
Hi, I have a question on the queue structure used in AvrX. I am interested to iterate the message in the queue without dequeuing them. Is there any way to do...
tailopan2002
Offline Send Email
Jul 20, 2006
1:36 am
1358
Look at the definition of a message queue and message queue element in AvrX.h. It is a simple forward linked list with ->next = 0 at the end. Message queues...
Larry Barello
lbarello
Offline Send Email
Jul 20, 2006
3:06 am
Messages 1329 - 1358 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