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 1253 - 1282 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1253
Thanks brian, it took a while before I actually found the time to have a look at it. It all works fine and I seem to have lots of space left. Greetz, Marijn...
marijnblokland
Offline Send Email
Feb 2, 2006
9:49 am
1254
Hi there, I just ran through my code when I noticed that at some point the software waits for a message on the queue. If the message is from a timermessage, it...
marijnblokland
Offline Send Email
Feb 15, 2006
9:45 am
1255
... There won't be a problem cancelling a timer message more than once. If the TMB is in the timer queue, it will be removed and the TMB count will be added to...
Brian Logan
getsmedown2001
Offline Send Email
Feb 15, 2006
3:03 pm
1256
well it sounds good to me. I just installed avrx an hour or so ago and havent got the example to compile yet due to serialio.S found posts dated as far back as...
frejo242
Offline Send Email
Feb 15, 2006
4:46 pm
1257
Thanks Brian, for the quick response. This answer will have me sleep better ;-) ... Van: avrx@yahoogroups.com [mailto:avrx@yahoogroups.com]Namens Brian Logan ...
Marijn Blokland
marijnblokland
Offline Send Email
Feb 16, 2006
7:24 am
1258
... and ... The 162 has 2 UARTs, so you need to be more specific which one you want to use. Have a look at the datasheet and header files how the right...
Stefan Wimmer
_wsw_
Offline Send Email
Feb 16, 2006
6:09 pm
1259
Hi. is anybody on this list using AVRX with the IAR compiler? If yes, where can I download an IAR compatible version? Any specific problems? Thanks, Yvon....
at91r40008
Offline Send Email
Feb 22, 2006
10:30 pm
1260
Unless there's a compelling reason to use IAR, I would recommend the WinAVR with GCC from avrfreaks.net; if you have the STK500 development board, the latest...
Steve Hersey
n1xnx
Offline Send Email
Feb 22, 2006
11:08 pm
1261
Steve, just after sending my request I found what I needed in two older emails on this list. I use IAR because I work with different processors including arm, ...
at91r40008
Offline Send Email
Feb 23, 2006
3:12 am
1262
Hi anybody help me? How to use iar linker? I have tried to build avrx asembler for barelo robot source code,but there are some error with linker. I use the...
suwong_lamp
Offline Send Email
Feb 25, 2006
1:53 pm
1263
I'm just getting started with avrx and looking at the monitor task. It looks like it's been left behind by recent changes to serialio, so I shouldn't really...
wimlwiml
Offline Send Email
Mar 5, 2006
6:26 am
1264
Hello, Is anyone using AvrX in an automotive or other safety-critical product? Thanks, Jonathan...
Jonathan Goldberg
jonathan_gol...
Offline Send Email
Mar 7, 2006
5:19 pm
1265
I am using AVRX as a CNC controller. I made G-code parser and linear/circular interpolation codeto support G01, G02, G03 command. I found AVRX code are not...
Muntak son
muntak
Offline Send Email
Mar 8, 2006
4:10 pm
1266
Hi everyone, I found in the database section that AvrXTestSemaphore should be changed to preserve the I-bit. I copied the code into this message. Can anyone...
marijnblokland
Offline Send Email
Mar 16, 2006
12:01 pm
1267
Hi everyone, I found in the database section that each timercontrolblock on the stack ought te be initialized. As my programming skills are rather limited I...
marijnblokland
Offline Send Email
Mar 16, 2006
12:50 pm
1268
Hi Brian and everyone else, over the past few hours I have been strugling with a problem regarding te EEPROM. I noticed that every once in while calibration...
marijnblokland
Offline Send Email
Mar 16, 2006
1:18 pm
1269
Attached is a "fixed" version of the file. Sorry, but there were a couple of things fixed since the last release. I'll add the critical section around the...
Larry Barello
lbarello
Offline Send Email
Mar 16, 2006
3:51 pm
1270
Hello , I have got a certain query on avrgcc. I am getting error. "No rule to make target test.o needed by test.elf" were test is my main file. i have already...
Naveen Koul
ernaveenkoul
Offline Send Email
Mar 20, 2006
12:32 pm
1271
Dear all, I make a TWI in my AVRX program. But it doesn't work, i found that the program never enter the twi interrupt. my code for the interrupt are: ...
Giri Y. Atmaja
giri_y_atmaja
Offline Send Email
Mar 22, 2006
4:10 am
1272
I am not using AvrX, but I do have a TWI driver that seems to work great. I started with the Atmel app note for SMBus slave (AVR316) and wrote an SMBus ...
Larry Barello
lbarello
Offline Send Email
Mar 22, 2006
4:50 am
1273
... Do you have a makefile rule (implicit or explicit) that can make test.o? If implicit, maybe try making it explicit, just to check: test.o: test.c avr-gcc...
wimlwiml
Offline Send Email
Mar 25, 2006
8:11 am
1274
Giri, Although I don't use avrx (it's new to me, and with uni commitments I haven't had much free time to learn it), I have played with TWI using the...
Adam
adam_r76
Offline Send Email
Mar 25, 2006
3:11 pm
1275
yeah, it's the address. i've fix it up, and now it's working.. thanks a lot.. Regards, Giri...
Giri Y. Atmaja
giri_y_atmaja
Offline Send Email
Mar 27, 2006
7:21 am
1276
Hi there, I successfully built and uploaded the SerialExample task bundled with AvrX library, but can't manage to get the output string with a simple cat...
mirko.bordignon
Offline Send Email
Mar 28, 2006
3:39 pm
1277
I think the command line is *removing* the .eeprom section from the .hex output. Try simplifying your code to just poking some characters out the usart port ...
Larry Barello
lbarello
Offline Send Email
Mar 28, 2006
8:15 pm
1278
got all working larry, many thanks for the .eeprom hint (didn't pay enough attention probably) as for the serial issue, I just forgot to check my pc serial...
mirko.bordignon
Offline Send Email
Mar 28, 2006
9:12 pm
1279
I don't. I develop strictly under Windows using WinAVr cross compiler and tools. I then use the JTAG pod with Atmel Studio. I believe that you can use GDB +...
Larry Barello
lbarello
Offline Send Email
Mar 28, 2006
11:28 pm
1280
Hi friends, I'm working with Atmega128 microcontroller on MAVRIC-IIB board. I have loaded AvrX Operative System in the micro and I´m trying to comunicate the...
deividramos82
Offline Send Email
Apr 7, 2006
1:24 pm
1281
There are two serial examples. One buffered and one simple. The simple one blocks when the USART is full. The buffered one can accept up to the buffer size...
Larry Barello
lbarello
Offline Send Email
Apr 7, 2006
2:49 pm
1282
Thank you very much Larry!!! I will try in that way. See you. It's amazing. I have been in Seattle studing my last year of engineering. I was an exchange...
deividramos82
Offline Send Email
Apr 11, 2006
7:25 am
Messages 1253 - 1282 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