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 5783 - 5812 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5783
Ok. The file I posted before was ugly. I like this much better. #ifdef mc68hc12 void _ediv(unsigned short numhi, unsigned short numlo, unsigned short den,...
johnsop1
Offline Send Email
Jan 2, 2005
6:40 am
5784
Consider all the input files as an ordered list. It reads from left to right. As it encounters a library in the list, it only satisfies symbols (functions,...
Jefferson Smith
imajeff84663
Offline Send Email
Jan 3, 2005
3:31 pm
5785
hi, em new to 68hc12 so i want to know the basic ckts for the controller i need the schematics of the flash programming, serial interface and debug mode plz...
saadia_tarar
Offline Send Email
Jan 3, 2005
4:12 pm
5786
hi! everyone, i want to learn programming with 6811. i am good with C and have knowldge about assembly. i do have motorola pink books for 6811 but i need some...
maheek7
Offline Send Email
Jan 3, 2005
5:22 pm
5787
Hi John I have also been experimenting with the same board for the last few days. Did you make any progress on the degugger? I have made a simple windows based...
Mark Butcher
mjbcswitzerland
Offline Send Email
Jan 3, 2005
6:31 pm
5788
Mark, I have a python based serial debugger started. I can upload/download code and run from command line interface. All the other commands work from an API....
John E Clymer
johnc56031
Offline Send Email
Jan 3, 2005
7:09 pm
5789
In the linker.x linker script, I put (small excpert): bank3C : { emstdio.elf(.text) foobarbaz.elf(.text) *(bank3C.text) *(bank3C.rodata) } >bank3C this causes...
Mark Whitis
markwhitis
Offline Send Email
Jan 4, 2005
4:59 am
5790
Hi John Had a minor break-through last night and managed to compile a simple program with the GNU compiler and download it to the board (this means I have also...
Mark Butcher
mjbcswitzerland
Offline Send Email
Jan 4, 2005
2:38 pm
5791
If you are new, then it would be best to start with the S12 rather than the HC12 as its newer. There is lots of info here at www.freegeeks.net, also check out...
freegeek@...
freegeeksdotnet
Offline Send Email
Jan 4, 2005
7:44 pm
5792
Hi all, I have an NE64 HCS12 platform which has got 256KB external ram. As I understand this ram can be made available using paging. Even though I define a...
Kiran Chandrashekaran...
kiran.nair@...
Send Email
Jan 5, 2005
12:53 pm
5793
Hum, It is surprising if you were the first person to find this, if it is indeed wrong. I see why it would be better to work the other way. Do you know if this...
Jefferson Smith
imajeff84663
Offline Send Email
Jan 5, 2005
8:50 pm
5794
Hint: The term PPAGE stands for "Program Page". Some older devices had also "DPAGE", but there is none in the 9S12 family. There is simply no support for...
Jefferson Smith
imajeff84663
Offline Send Email
Jan 5, 2005
8:56 pm
5795
The only example I've seen was an add on board by elektronikladen. All the info about it can be found on their website: ...
Remko Galama
remkomg77
Offline Send Email
Jan 5, 2005
11:55 pm
5796
Hi Mark, There is lots of reading to do however the responses below may give you some help. Regards eng pi Mark Butcher <mjbcswitzerland@...> wrote: Hi...
pi eng
eng_pi
Offline Send Email
Jan 6, 2005
12:49 am
5797
... that ... I appreciate you taking the time to answer my question, however I am still a little confused. Do you mean create a seperate line of code to load...
frank_smither_101
frank_smithe...
Offline Send Email
Jan 6, 2005
2:48 am
5798
... Well, I find LOTS of bugs that other people miss. Part of the problem in this case is that only people doing embedded work are likely to do anything...
Mark Whitis
markwhitis
Offline Send Email
Jan 6, 2005
3:19 am
5799
Mark, Sorry for the delay, been trying to catch up at work during the Christmas break. GDB has plus's and minus's. Plus - backend for all the GUI based...
John E Clymer
johnc56031
Offline Send Email
Jan 6, 2005
3:10 pm
5800
Jefferson, A general note, compiling with the -S switch to gcc will generate an assembly file of the C code. Reading through the assembly code will provide an...
John E Clymer
johnc56031
Offline Send Email
Jan 6, 2005
3:53 pm
5801
Good fix from John, although I think it was supposed to address Frank since I didn't write the code for which I'm posting a fix :) I liked the "-S" option...
Jefferson Smith
imajeff84663
Offline Send Email
Jan 7, 2005
6:13 pm
5802
Hi John Many thanks for the reference files. I have managed to sort of get my test project to compile and link after checking through it. I will have to try...
Mark Butcher
mjbcswitzerland
Offline Send Email
Jan 7, 2005
8:17 pm
5803
Also a workable solution. The benefit of "m" is that you can then refer to "%1" multiple times in the same assembly. "d", "x", "y" passes the values in the...
John E Clymer
johnc56031
Offline Send Email
Jan 7, 2005
10:35 pm
5804
... My make steps: 1> m6811-elf-gcc -m68hc12 -mshort -Wall -Wmissing-prototypes \ -Os -fomit-frame-pointer -msoft-reg-count=1 \ -I../../include/ \ ...
Jefferson Smith
imajeff84663
Offline Send Email
Jan 7, 2005
10:50 pm
5805
Mark, The _start routine is in crt1.o in the gcc library directory. There is a libgcc.a that contains all the support routines for the compiler. You should be...
John E Clymer
johnc56031
Offline Send Email
Jan 7, 2005
10:59 pm
5806
Hi! I'm trying to interface my application (sort of gdbserver) with gdb via gdb remote protocol. The 'g' command (read registers) requires me to send register...
jure_tomazic
Offline Send Email
Jan 8, 2005
6:44 pm
5807
I would like to thank Jefferson and John for their very helpful suggestions. This was the original method I was using for using the fuzzy logic engine of the...
frank_smither_101
frank_smithe...
Offline Send Email
Jan 10, 2005
2:15 am
5808
Frank, 1. When doing line labels in in-line assembler, the line-label must start in the first column of the line. Thus, the \t and any extra space must be...
John E Clymer
johnc56031
Offline Send Email
Jan 10, 2005
2:35 pm
5809
I found an extremely serious bug in the 68HC12 code generator that prevents a very simple function with 32 bit math from being compiled. Mixing 16 and 32 bit...
Mark Whitis
markwhitis
Offline Send Email
Jan 11, 2005
1:00 am
5810
I think I may have found a bug in the compiler. I've found a way around the problem... but it may be indicative of a larger problem. Changing mant.ch[0] =...
grantecotech
Offline Send Email
Jan 11, 2005
5:09 am
5811
Hi, this looks exactly like the problem I had last year. Anyway it got the same error while compiling. Would be nice to see this fixed but for now I still...
Remko Galama
remkomg77
Offline Send Email
Jan 11, 2005
11:07 am
5812
I've noticed sometimes using more softregs fixes this. For example, -msoft-reg-count=4...
Jefferson Smith
imajeff84663
Offline Send Email
Jan 11, 2005
5:00 pm
Messages 5783 - 5812 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