Hello, Does anybody know a free multi-tasking kernel for the GBA? It can be either preemptive or collaborative but must be light weight and fast. thanks in...
Hello, I don't know if that will suit your needs (it's not exactly a kernel) but you may find it useful: http://www.sics.se/~adam/pt/ It's basically very...
How do you intend to connect to the internet? ... __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com...
For the GBA, eCos: http://www.charmedlabs.com/ ... From: "Vital" <vitalhb@...> To: <gbadev@yahoogroups.com> Sent: Tuesday, November 22, 2005 5:57 AM ...
Thanks for all who replied. I remembered that I had the book "MicroC/OS-II", so I selected uC/OS-II, from Micrium. My application is not commercial (so far),...
I am very new to GBA programming, but would like to build an application that links a GBA to a Garmin GPS that I have. I have found a couple of sites that...
Mike, I found this website to be very helpful. http://www.robmeerman.co.uk/project. Download the report disc content, and look for the source code for the...
He probably would want to use UART mode. The only issue would be making sure the voltages match up. He could do it general purpose mode, but it requires way...
Hi, I have made an XBOO cable and am having trouble getting it to work. I have tested the cable since I constructed it and the multi-meter verifies that it is...
Hello All, I am starting to use the IAR Embedded Workbench 4.11 for ARM with the Gameboy Advance. Does anybody have a Linker Command File and Startup file that...
It seems that the cable doesn't work on some computers, some time ago I made one that didn't work on my computer but worked perfectly on a friend's, recently I...
I also made an XBOO cable. Sometimes it seems sort of random whether or not it works, because the CPU has to try to handle timing while multitasking under...
Hi, I also have a toshiba laptop! I love it. I finally got it to work. It is my fault anyway. Looking at the schematic I used it appeared that the picture was...
I just tried it a few more times. It's still as flaky as ever with version 1.21. If you're getting a "No response from GBA" message and absolutely no...
I'm working on a project using a Parallax Basic Stamp and would like to have it display the results on the GBA as basic text. I don't know if I can use the...
Hi Gick2002, Just out of curiosity, how much memory has you basic stamp got? as if your going to program the gba with something to show output in text on GBA,...
Jim Bagley
jimbagley@...
Feb 9, 2006 9:05 am
14972
... Well, an 8x8 bitmap font needs 1k per bit of depth, so he'd need 4k for the font. That eliminates the two starter kits (which have 256 bytes of EEPROM for...
Somewhat OT: I would highly recommend other microcontrollers besides parallax's basic stamp. It is over-priced, and under-powered. I've used Atmel's AVR a...
... Hello, I did not develop for GBA for a long time, but IIRC the multiboot data have to conform to nintendo's multiboot header, which contains not only...
Memory shouldn't be a problem, memory is cheap these days. For example: http://www.sparkfun.com/commerce/product_info.php?products_id=301 4mbit for 3.87 USD...
Hi, I have been a silent reader of the forum for quite sometime. Even though my question is too basic , comparing to the ones posted by others. However, I am...
... If I'm reading you right, I'm guessing that you are seeing the first character in your character table repeated across the display? If that's the case,...
... Yes, that's right. ... BG3 should countain "map" of image, let's say (A is first character = 0x00) ABCDE FGHIJ KLMNO for 40x24 pixel graphics (which need...
... If you find a tool that does allow you to rearrange the palette to your liking, tell us all. I couldn't find it, but then again, I didn't look through the...
Photoshop rearranges the colors according to it's selection bar, ie from RED to BLUE to GREEN back to RED. So set your BG color to full RED with a hint of BLUE...
Hey, I'd recommend GraphicsGale (http://www.humanbalance.net/gale/us/index.html) to anyone who just wants to do simple pixel art without paying for an...