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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1344 - 1373 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1359
Hi, I am able to use malloc call in AvrX. In previous post, I notice that we can set kernelStackSize. Where can I take a look at to adjust the heap size for...
tailopan2002
Offline Send Email
Jul 22, 2006
1:15 am
1360
Hi, I have used successfully heap under AvrX in the following manner: the AVR is atmega128, with 60K external RAM (64K chip placed, and decoding limited to...
Marin Balkandjiev
balkana.rm
Offline Send Email
Jul 24, 2006
5:15 pm
1361
How can i Implement TCP/IP stack for AVR Microcontroller in C language....
NIGHT HAWK
muhammadazee...
Offline Send Email
Jul 25, 2006
4:51 pm
1362
... I suggest that you start by using google search with the terms avr tcp/ip It came up with several implementations that are available. -- Dave Hylands ...
Dave Hylands
dhylands_99
Offline Send Email
Jul 25, 2006
6:41 pm
1363
I want to send the messages ... Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2˘/min or less. I want to send the...
Muhammad Azeem Azam
muhammadazee...
Offline Send Email
Jul 27, 2006
3:37 pm
1364
I just run 2 tasks test1 and test2. Test1 sends a message to testQueue and test2 checks it. test1 will wait for acknowledgement when test2 takes the message...
tailopan2002
Offline Send Email
Jul 28, 2006
12:43 am
1365
Hy all! I have a little problem with the avrx and if I use more than one timer. In my application for testing the avrx I let in one task a LED blinking and in...
wukitech1981
Offline Send Email
Jul 29, 2006
7:02 pm
1366
What compiler are you using? Which version of AvrX? Have you successfully run any of the samples that use two timers? ... Larry Barello www.barello.net...
Larry Barello
lbarello
Offline Send Email
Jul 29, 2006
7:16 pm
1367
... search for Ethernut , it is activly well developed and has a good developer base forum http://ethernut.de/en...
cncbasher
Offline Send Email
Jul 30, 2006
8:35 am
1368
I'm using the winavr (gcc) compiler under windows with the version 20060125 and the avrstudio 4.12.472 Service Pack 2. I also donwloaded the latest version...
wukitech1981
Offline Send Email
Jul 31, 2006
8:08 am
1369
Hi, I guess the watchdog timer is running and not serviced? Best regards, Gottfried Am Mon, 31 Jul 2006 08:07:35 -0000 hat wukitech1981 <wukitech@...>...
G.P.
g2005p
Offline Send Email
Jul 31, 2006
2:33 pm
1370
Sorry, but I checked it in the debugger and the watchdog is disabled and for security I but the command "wdt_disable()" into the main code. Do you have an...
wukitech1981
Offline Send Email
Aug 1, 2006
7:31 am
1371
... Stack overflow??!!! Alex...
Alex Raimondi
hidklecks
Offline Send Email
Aug 2, 2006
6:31 am
1372
Salaam All i am new in AVR and AVRX. i want to configure the avrx2.6 with WinAVR-20060421 (with AVR Studio 4). how can i do this??? please Help thanks alot to...
Eng. Ahmed Salah
eng_ahmed222
Offline Send Email
Aug 2, 2006
1:57 pm
1373
Hi Larry, Do you know how I should access the message queue appropriately with critical section? I have the following code to access it It seems that it cannot...
tailopan2002
Offline Send Email
Aug 3, 2006
1:19 am
Messages 1344 - 1373 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