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 1754 - 1784 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1754
Hi, I've updated my project to your version of AvrX and it works normally, as good as with Larrys code. What, exactly, was your problems you notified? ...
g2005p
Offline Send Email
May 3, 2008
7:08 am
1755
... BasicTest3, timers test, was not working. This turned out to be due to code such as this: // This function declared naked. void...
Brian Logan
getsmedown2001
Offline Send Email
May 3, 2008
1:40 pm
1756
Brian, I tried to compile your AVRx in C with BasicTest1 and I get the following errors: Build started 3.5.2008 at 19:20:06 avr-gcc.exe -mmcu=atmega128 -Wall...
at91r40008
Offline Send Email
May 4, 2008
2:26 am
1757
... Are you compiling from within AVR Studio? If so, I think this is getting the Makefile from somewhere other than the one I put in the zip file. When I...
Brian Logan
getsmedown2001
Offline Send Email
May 4, 2008
4:14 pm
1758
Brian, you are correct, I forgot that AVRStudio creates its own makefile. After selecting "use external makefile" it build correctly. Thank you for the help...
at91r40008
Offline Send Email
May 5, 2008
5:59 am
1759
Task A does AvrXSetSemaphore(&s) and the semaphore becomes SEM_DONE Later if Task A does AvrXTestSemaphore(&s) the semaphore becomes SEM_PEND (SEM_DONE is...
stevech11
Offline Send Email
May 6, 2008
4:57 am
1760
Hi all, I'm in the middle of writing a menu system for a mobile robot. I already use a handful of AvrX tasks on the robot. I would like to have a menu...
Dean Hall
dwhall256
Offline Send Email
May 24, 2008
7:06 pm
1761
Hello, my name is gaurav and I´m new in this group! I have a problem with tht compiling of the AvrX 2.6e modified to ATmega16. That is my error when I want to...
hgaurav_82
Offline Send Email
May 27, 2008
7:16 pm
1762
Hello friends! I am working with the AvrX 2.6f on Atmega128 microcontroller. I am doing a Rs485 comunication with one PC sending the information that I gather...
dramosfernandez
Offline Send Email
May 27, 2008
7:18 pm
1763
I recommend upgrading to AvrX 2.6f. It's version of avrx-io.h looks like this: // 20021123 - Changed <io.h> to <avr/io.h> for 3.3 compiler #if...
Dean Hall
dwhall256
Offline Send Email
May 27, 2008
7:37 pm
1764
Can you run your software on a simulator? Do you have a JTAG system you can connect to your ATmega? A program dying after a long time is usually a stack size...
Dean Hall
dwhall256
Offline Send Email
May 27, 2008
7:44 pm
1765
Thank you Dean!! Yes, I was using malloc for my messages because I do not know how long they are. I will use a static memory instead. So, I can not use malloc,...
dramosfernandez
Offline Send Email
May 29, 2008
8:19 am
1766
In embedded systems, using malloc() can be hazardous if you do not know exactly what it is doing. So it is usually better to use static memory. Since you were...
Dean Hall
dwhall256
Offline Send Email
May 29, 2008
7:43 pm
1767
Thank you very much Dean. I will make a documentation file if I success :)...
dramosfernandez
Offline Send Email
May 30, 2008
11:52 am
1768
Hello, I'm just new to AVRX and have a question. I read, that it is possible to configure AVRX e.g. without the timer management and the debug support. So the...
hjbathb
Offline Send Email
May 30, 2008
2:51 pm
1769
Avrx is built as a library so only those functions you use are included. The debugging support is minimal but can be removed by changing a #define and...
Larry Barello
lbarello
Offline Send Email
May 30, 2008
3:07 pm
1770
Hello Larry, the chief himself ;-) Thanks for your answer. hmmm... what should I say, if I use my brain a little bit more, then I can give the answer to...
Hans-Joachim Borchers
hjbathb
Offline Send Email
May 30, 2008
4:57 pm
1771
Hello Larry, I'm impressed, I start the examples on a atmega8515 and it works. Very nice. Only still my question up to now, what I have to do to port the AVRX...
Hans-Joachim Borchers
hjbathb
Offline Send Email
May 30, 2008
6:31 pm
1772
... You're having two problems: 1) things in the Mega324 use extended I/O which means that in/out do not work on some registers where they used to (say, on the...
Harvey White
madyn48
Offline Send Email
May 31, 2008
4:10 am
1773
... These things are clear to me. I now about that problem. The error message is due to the unknown register TCCR0A is in the address range where in/out are...
hjbathb
Offline Send Email
May 31, 2008
7:02 am
1774
Hello, I try to test the AVRX at the first time. Now I see something strange. I try to run the BasicTests (delivered with AVRX) on a ATMEGA16. All tests are...
hjbathb
Offline Send Email
Jun 2, 2008
6:35 pm
1775
Hello friends! I have a newbie problem I think. If I make a project without using the AvrX, the Avr Studio can debug properly the code on my Atmega128. But If...
dramosfernandez
Offline Send Email
Jun 9, 2008
9:16 pm
1776
Joachim, Probably by replacing TCCR0 by TCCR0A, see datasheet of the 324. in R0, _SFR_IO_ADDR(TCCR0) ; Previous prescaler As far as I can see, the...
Robert Evers
evers4202000
Offline Send Email
Jun 13, 2008
6:10 pm
1777
... Thank you Robert for help. At the moment I found all the things to change I hope :-) But I got a error when try to test the programs BasicTest*.c in...
Hans-Joachim Borchers
hjbathb
Offline Send Email
Jun 13, 2008
7:17 pm
1778
Hello together, The following code shall measure the time, but unfortunately, using the AVRxTimer, the time seems running too fast. Can somebody point me to...
punanipirat
Offline Send Email
Jun 14, 2008
6:03 pm
1779
You can't get 1000 hz with your code, below. Do the math, your reload value is a fraction... You need to pick a different tick rate, or, change how you use...
larry barello
lbarello
Offline Send Email
Jun 14, 2008
6:31 pm
1781
Thank you, changing to a non-fraction value helped, took 1250 for TICKRATE. Nice weekend! And really nice work creating AVRx! ... reload value ... how you...
punanipirat
Offline Send Email
Jun 14, 2008
9:18 pm
1782
Timers are specified in ticks, not milliseconds... ... From: avrx@yahoogroups.com [mailto:avrx@yahoogroups.com] On Behalf Of punanipirat Sent: Saturday, June...
larry barello
lbarello
Offline Send Email
Jun 14, 2008
11:14 pm
1783
I learned that meanwhilst ;) I used 10(!ms ticks) and that worked, because i get an error when lets say setting TICKRATE to 1250 and serving timers with 125...
punanipirat
Offline Send Email
Jun 15, 2008
12:47 am
1784
If the timer interrupt is set up properly, Avrx maintains perfect timing. Your problem is somewhere else. Either you are missing ticks or your crystal isn't...
larry barello
lbarello
Offline Send Email
Jun 15, 2008
4:25 am
Messages 1754 - 1784 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