Has anyone done a RTOS port to the GNU compiler they are willing to share? I found FreeRTOS but it appears to be codewarrior built. I would rather skip the...
NZG
ngustavson@...
Feb 1, 2006 9:30 pm
7684
... I see that I had guessed m68hcs12 would work because m68hc12 did, but I had never tried it starting with "mc" instead of "m". It's just too hard to guess...
... share? ... well at some ... resistance. ... I've about finished the FreeRTOS demo whic I will submit to be included in FreeRTOS. It looks like the hardest...
Your difficulty most certainly is, that you are trying to place all of the library code in one bank of memory. It seems that one bank is not big enough to hold...
Haase Bjoern (PT-BEU/...
bjoern.haase@...
Feb 2, 2006 10:20 am
7689
Haase Bjoern's hack would probably help you out unless you want manualy define memory banks and assign each function to a desired memory bank. Manualy...
Hey everyone, Anyone here had any luck interfacing a HCS12 with a SD micro (transflash) card? Using the SPI port? I been thinking of doing this in a project...
Did anyone use the Fox11 board from Wytec company ,and which monitor BUFFALO or the WYTEC monitor ? Also, which languge is more sutiable for begginers the...
... I haven't used the board, but it looks very nice, especially for the price they ask. I haven't used their monitor, but I have used BUFFALO extensively, and...
Mike McCarty
Mike.McCarty@...
Feb 2, 2006 5:13 pm
7694
Is anyone familiar with the process of getting the gnu-68hc11 tool chain to work with the rug warrior robot? All of my past programming experience has been...
Thanks, for your fast response I have some knowledge in assembly ,but I don't know if this language will help, because I will use this board to compare some...
... It seems to me you can find an option in the commandline that tells it to ignore this error and still generate the output elf. You can then see how much...
... You are welcome. ... I don't understand why the job would be more difficult in assembly than in C. The only advantage of C that I can see for this project,...
Mike McCarty
Mike.McCarty@...
Feb 2, 2006 7:50 pm
7698
Stephane forgot to digitally sign this vague email that just has an attached "screen-saver" virus ;-) At least I assume it was a virus, I didn't actually get...
... You didn't , AW dude this screensaver is the bomb, look at those monkeys dance. Why is my hard drive spinning? What's that smell? Call the systems...
... Hash: SHA1 ... No. I am not the sender of such message. It is very easy to pretend you are someone else. This is why all my messages are signed now. ...
Hi Stephane, If you are familiar with the pf11 code, I modified the config.mk and config.h to use the "RAM" memory mapping. Here is the output when I type...
I've been looking for tutorials or information about how gcc calls functions and uses the stack, and how to write assembly so that it can be called from C ...
I am trying to make the 6811 chain available for Apple Mac OS users in the Fink project. The Fink project is something like rpm packages, that are (supposed to...
... and have had no luck. Do you know what it is? Thanks ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
I'm trying to program the mc9s12dp256 board with the axide programmer. I've used this programmer before with the hc11 board but am not having luck using it for...
I'm not familiar with that tool, but maybe your memory map is wrong. Are you trying to D/L a program to flash or RAM? Is AxIDE trying to use a BDM port or a...
... This is how I have my memory.x file setup. MEMORY { page0 (rwx) : org = 0x0000, l = 0x00ff /* not used by gnu gcc for hc12 targets (00 for hc11) */ ...
you using dbug12 or you using a BDM pod? Its sounding like your using dbug12. make sure that your s19 file is in the correct format (extended memory S22 ( P&E...
Hi I have a complete solution for the NE64 and GNU compiler - operating system, TCP/IP stack with FTP, dynamic HTTP [called uTasker]. See www.mjbc.ch where...
... I'd suggest you to try the following approach: 1.) Learn how to compile the hc12 tools yourself on your machine. There are some good descriptions on how to...
Björn Haase
bjoern.m.haase@...
Feb 6, 2006 9:10 pm
7714
Sorry, I just forgot to add one rule in the makefile. For my programer I need some kind of conversion of the layout of the s19-Files. out/%.s19: out/%.elf ...