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...
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...
... 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...
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...
Thanks Brian, for the quick response. This answer will have me sleep better ;-) ... Van: avrx@yahoogroups.com [mailto:avrx@yahoogroups.com]Namens Brian Logan ...
... 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...
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....
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, 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, ...
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...
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...
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...
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...
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...
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...
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...
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...
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: ...
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 ...
... 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...
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...
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...
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 ...
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...
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 +...
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...
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...
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...