Could Larry (or anyone else for that matter) please take a look at the two files at http://www.westnet.com/~chris/MameKB/ ? test.c is a striped version of my...
If you are only getting one or two characters when you reset, then you most likely have the wrong interrupt table specified. With GCC the correct interrupt...
... Didn't help. That IS what I did (built for 8535 and I'm testing on a 8515), but I did a make clean, rebuilt everthing, and serial IO still doesn't work. ...
After fetching attachments from AVRX messages most of them are empty. Only the file serialio.h could be downloaded successfully. Of course it is possible that...
There are very few attachments in this news group that I know of. What specifically are you looking for? The latest distribution www.barello.net/avrx has few...
I'm a bit confused on the use of globals across processes under AvrX. The overview.html document on the web site seems to indicate this is not something to do...
You can't control where GCC puts globals (it tends to sort them based upon some mysterious criteria), but a global is a global so you can use them to pass...
... Yes. Ok. I think the meaning of "fully pre-emtable" and "co-operative" is finally starting to sink in. :-) I'm used to them being opposites, I think I...
Hello! Please excuse a couple of simple questions, but I am a bit puzzled and can not find any straight forward directions on the net. I am very new to...
You need to convert the .elf to .hex. Look at the makefile example. It will have a target to convert .elf to .hex. If you say: "make MessageTimers.hex"...
--On Friday, March 08, 2002 6:17 PM -0800 Larry Barello ... Thanks for the quick reply. Unfortunately, I don't see the target in the makefile. It looks like...
... For what it's worth, I had to comment out these two lines: #%obj: %elf # $(BIN) -O avrobj $< $@ Then just typed: make gcc and it made everything....
Gerard e-mailed me back directly, but here are some other Linux/AVR resources: ... uisp -- http://www.amelek.gda.pl/avr/uisp/ I'm using the STK500 devel board,...
Sorry about that: I used .ROM extension in that particular makefile - it is the same as .HEX. I.e. the .rom output is hex. Confusing? The lines Christopher...
Hello everyone. My name is Adam Read, and I've joined this group to learn more about avrx (strangely enough). I've got some experience programming the 8535,...
If only one interrupt were being fielded at a time then everything could go onto the task stack. However, I wrote AvrX to be generally re-entrant, so...
The "file not found" error occurs if you move any file after assembling or compiling it. The complete file path name is used by Astudio and has to be present...
"objects" (things that get queued) have the forward pointer as the first element. The second element is the semaphore. Timers and messages are examples of...
I recently added forums to my web site. I would like folks signed up on my support lists to take a minute and look at them and give me feedback as to how...
... I would really not like going to a web-only interface. I like communicating via email and would find it annoying to have to be online whenever I try to...
How difficult do you think it would be to port the AVRX code to the new atMega128? I tried it quickly and realised that most of the serialio.S code will have...
I actually have some mega128 parts and the JTAG ICE, but I have simply not taken the time to get AvrX running on it. I am assuming that it isn't going to be...
... Nice. I'm still waiting for Digikey to stock them unfortunately! ... The 128 being the same as the 103 in terms of memory size shouldn't cause any...
... From: "Stephane Gauthier" <stephane.gauthier@...> ... simply ... I got mine as engineering samples from the local rep. ... automatic or? ... As far...
... Exactly what I want to do: have multiple tasks be able to output on the port. ... I should be fine then. Thanks for your time, ... -- ================= ...
Larry, Better Nate than lever.... I was kinda miffed when the avr group left for avr freaks, but I got over it. I use a web browser to check my general email...
I still have the forums up, although I am thinking of tearing them down. How about mailing lists at my server as an alternative to Yahoo? There are two...