Search the web
Sign In
New User? Sign Up
gnu-m68hc11 · GNU 68HC11/HC12
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7683 - 7714 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7683
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@...
Send Email
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...
Jefferson Smith
imajeff84663
Offline Send Email
Feb 1, 2006
9:32 pm
7685
... 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...
Jefferson Smith
imajeff84663
Offline Send Email
Feb 1, 2006
10:51 pm
7686
... I almost forgot that I uploaded my first success here: http://groups.yahoo.com/group/gnu-m68hc11/files/FreeRTOS/...
Jefferson Smith
imajeff84663
Offline Send Email
Feb 1, 2006
10:58 pm
7687
I'm trying to run a math program on the mc9s12dp256 with trig functions. I get the following error message. compiling... ...
hoop23td
Offline Send Email
Feb 2, 2006
2:00 am
7688
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@...
Send Email
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...
Pete
prfetterer
Offline Send Email
Feb 2, 2006
3:50 pm
7690
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...
Pete
prfetterer
Offline Send Email
Feb 2, 2006
4:02 pm
7692
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...
almohajerah
Offline Send Email
Feb 2, 2006
4:32 pm
7693
... 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@...
Send Email
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...
shanesantner
Offline Send Email
Feb 2, 2006
5:54 pm
7695
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...
me meme
almohajerah
Offline Send Email
Feb 2, 2006
6:40 pm
7696
... 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...
Jefferson Smith
imajeff84663
Offline Send Email
Feb 2, 2006
6:50 pm
7697
... 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@...
Send Email
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...
Jefferson Smith
imajeff84663
Offline Send Email
Feb 2, 2006
10:26 pm
7699
... 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...
NZG
nzgustavson
Offline Send Email
Feb 2, 2006
10:36 pm
7700
... 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. ...
Stephane Carrez
stephane_carrez
Offline Send Email
Feb 2, 2006
11:23 pm
7701
C'était une plaisanterie Stephane Hence the winking. It's late in the day and my brain is starting to do funny things. NZG...
NZG
nzgustavson
Offline Send Email
Feb 2, 2006
11:47 pm
7702
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...
leftiesrule78
Offline Send Email
Feb 4, 2006
12:37 am
7704
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 ...
Triffid Hunter
triffid_hunter
Offline Send Email
Feb 5, 2006
4:45 am
7705
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...
cvdenzen
Offline Send Email
Feb 5, 2006
10:57 pm
7706
... and have had no luck. Do you know what it is? Thanks ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
anthony denna
hoop23td
Offline Send Email
Feb 6, 2006
4:21 am
7707
... I think I found the ugly hack that you are talking about, but I could use some help trying to implement it. Thanks ...
anthony denna
hoop23td
Offline Send Email
Feb 6, 2006
4:23 am
7708
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...
hoop23td
Offline Send Email
Feb 6, 2006
4:53 am
7709
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...
Eric Engler
englere.geo
Offline Send Email
Feb 6, 2006
5:55 am
7710
... 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) */ ...
anthony denna
hoop23td
Offline Send Email
Feb 6, 2006
3:22 pm
7711
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...
Pete
prfetterer
Offline Send Email
Feb 6, 2006
7:08 pm
7712
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...
Mark Butcher
mjbcswitzerland
Offline Send Email
Feb 6, 2006
8:12 pm
7713
... 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@...
Send Email
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 ...
Björn Haase
bjoern.m.haase@...
Send Email
Feb 6, 2006
9:22 pm
Messages 7683 - 7714 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help