Hi I am new to AvrX ,AvrX seems to be interesting and powerful. I want to know which files(.c .h)is need to be added to a project in IAR compiler?and what...
You will probably have to figure this out yourself. I ported AvrX to IAR over three or four years ago and I certainly don't remember what I did at the time....
Hi I like too much to use AvrX but I am disappointed because I can not find a good document on detail description of AvrX API functions,please help me ....
I have been able to compile my project with gcc compiler under linux and win32 perfectly. I have also been able to compile it with the IAR 3.20 compiler....
hi, i am new user of Avrx and facing a problem while compiling the Exaples.... ... avr-objcopy --debugging -O coff-ext-avr \ --change-section-address...
Hello, I'm sending messages from one task2 to task1 and I'm trying to have task 1 delay while there are no messages on the queue, this is how it ... ...
Hi, Ok, I've solved the problem. I changed priorities and then used a pMessageControlBlock to check the message etc. So now I wonder what the difference...
I would guess that one is the MessageControlBlock is the actual structure and the pMessageControlBlock is merely a pointer to that type of structure. Take...
Have you compiled also the examples under IAR 3.2 ? Because this one doesn't seem to work for me. The compiler complains about AVRX_IAR_TASK initialization. ...
Hi Laurentiu, Yes I have been able to compile code, did not try one of the examples but I made my project compile with the gnu compiler and iar compiler...
Hello Robin, I tried that and, of course, it works. But, as I read, __C_task or __task keyword instructs the compiler not to save/restore registers at function...
I've had the timers example code running on an STK500 using an ATmega128 based at address 0, but when I set it for boot block it doesn't run. I can run code...
hi i wanted to use avrx on ATmega32. faced many problems even though many people have tried to solve it. finally i have made a document which can help new...
Hello Laurentiu Yes you are correct that removing the __C_task would lead to bigger stack usage. I went back and looked at my code and tried various things and...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the avrx group. File :...
avrx@yahoogroups.com
Feb 21, 2005 8:02 am
1025
OK, time for me to show some serious ignorance here. When I use the latest WinAVR GCC (20050214) to build the AVRX 2.6e examples, I get errors that inp() and...
HI, ... I do this: (example) PORTA= value_PORTA; status_PORTA= PORTA; or value_PORTA= PINA; Actually all these macros have been removed & we have to now use...
I'm just getting started w/avrx, so no legacy codebase to support. Have bought an STK500 and D/L'ed AVR Studio 4, WinAVR 20050214, avrx 2.6e. Have done lotsa...
Ran into a guy/company who needs someone familiar with the ARM9. Apparently it's a high performance DSP coupled with an even more powerful DSP. Used a lot in...
Dear Steve, Welcome to the world of Avr and AvrX. The micro-kernel works really well and I have been able to compile it on Gcc 3.3 + 3.0 on Linux WinAVR forget...
Hello, I have a prog where one task waits for a message and as that message is received it carries out some instructions, more or less. it looks like: ...
Hi there, firstly, You sould only call AvrXAckMessage(&msg) once you have finished processing the message, it is possible for the task to be swapped and the...
Hi, ... Check what libraries are being included. Avoid printf and floating point stuff. There is a makefile option to choose which libraries are included or...
Hello Neil, i use AVRX on ATMEGA8 without any problems. In reduced version(only message handling, timer handling and scheduling) i needs about 2 k of flash....
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....