Hello, I'm doing a uav project for college, and i need to know if avrx will work for my project. I am using two Uarts, one for communications, one for gps....
... You will need to do some research on your own to really answer it. This list is for technical questions, NOT the open ended question you proposed....
... Do you think Edison asked someone to reassure him that he was on the right track before he started work on the incandescent light? You'll never know for...
Hello Everyone, Has anyone interfaced Color Gragic LCD to AVR or other Microcontroller? I want to do this in my new project. Can anypone help me??? Regards ......
Hello Everyone,Has anyone interfaced Color Grafic LCD to AVR or any other Microcontroller? I want to do this in my new project. Can anyone help me??? Regards ...
Hi, Perhaps someone else has a more positive opinion, if so, feel free to chime in. Here's my not-so-positive and not-so-professional opinion: Unless you have...
Dear all , I don't fixed the examples source code , but always compiler error, please tell me how should i do ? thanks a lot. Luke. avr-gcc -c Timers.c -I....
Luke: the latest WinAVR compiler has removed all references to "inp" and "outp" You can replace this with direct PORT references. E.g. SomeVar = inp(PINB); ...
For your second question, if you are using the WinAVR distribution, there is an application called MFile which will build you a make file. It is inclusive, you...
Any body compile success with AVRX2.6e + WinAVR-20050214 , I can't complie it for any way [b]I get this error:[/b] ... aavr -b -re -v1 -I. -I -D__AT90S8535__...
Try "make gcc" The commands, below, are for the IAR compiler. ... From: baolong_miss_you [mailto:cuongdd@...] Sent: Monday, March 28, 2005 10:50 PM ...
I just posted a modified version of AvrX 2.6d that works with IAR Embedded Workbench 3.20C and newly released 4.10B. All examples and source code are...
thanks for your help, I have succssed with "make gcc" for kernel but get some error with Examples and TestCases MCUCR = 1<<SE; ----> invalid lvalue in...
I have succssed with "make gcc" for kernel but get some error with Examples and TestCases, I'm using WinAVR20050214 + AVRX2.6e MCUCR = 1<<SE; ----> invalid...
You are attempting to assign a value to a constant/defined value; i.e. not a variable, not a memory location...etc. Try: outp(MCUCR, (1 << SE)); Cheers, ...
... Actually, outp is no longer valid in gcc-libc. It now uses direct assignment, as he used. You might want to check the manual for the latest version. ... If...
Thanks for your help, I think that it's not in avr-libc because it' compile success with no error when I used another example from www.avrfreaks.net with the...
I have fixed [Digest Number 400 error] by changing #define _SFR_ASM_COMPAT 1 to #define _SFR_ASM_COMPAT 0 in timers.c file :D but it generate the error such as...
WinAVR does not support the old "nordic" object file format, which is the error you are getting. You need to remove that target from the makefile and replace...
... I think you just want to upgrade WinAVR then to the latest version, which has all the new compailer, binutils, library, etc. I'm running on Linux so I...
Thank in advanced, but I don't know clearly about the makefile ... so Could you make an example for me or send me a new makefile with corrected this error ...
I just started using avrx, i.e. building timers.c and, trying to use the c-style assignment of i/o registers of course stumbled over _SFR_ASM_COMPAT being 1. ...
I'm sure someone has a solution for this common problem: My environment Windows XP WinAVR 20050214 AVRX makefile - I changed the pathname to be that of where I...
Hi. first thanks Larry Barell for AVRX. i used AVRX for a year and it satisfied all thing i needed. now i have some suggestion,please inform me about it. ...
... If this is specificly a uart function, I don't think it's as complicated as you are makeing it out to be. I've done this with simple blocking on a ...
hi!! i am a beginner and really have a very little knowledge of how rtos is designed. if there are any members in the group with the same state that i am in,...
Hi Shrikant, I am Pravin Meher from Pune. I also tried to learn avrx but I was not able to do so on my own. I found it difficult in getting started. I am...
hi pravin i am srikanth from b'lore. i have completed my B.E.(results awaited) in e&ce. i could understand very little about avrx. one good thing is that avr...
Dear Christopher. that's just simple example to explain case. how about access more complicated such TCP/IP FileSystem internal routines and .... it's easyer...