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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 4650 - 4679 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4650
SCDR=initspi[x]; this goes to the SCDR not the SPDR ... From: darius [mailto:darius@...] Sent: Wednesday, June 30, 2004 7:12 PM To: gnu-m68hc11 ...
tburrell@...
tomburrell2003
Offline Send Email
Jul 1, 2004
2:30 pm
4651
Hi, ... I've done that, I've tried lot of things, even writing my own __premain function, still no joy :-( Regards, G.T g.t6@... 205 Diesel &...
G.T
gt_is_really_gt
Offline Send Email
Jul 1, 2004
3:14 pm
4652
Has GDB (from the HC11/HC12 port of gcc/gdb) been ported to work with the BDM interface for the 9S12? I'm looking at using an Axiom CML-12C32 demo board and...
Mark Giacobbe
mgiacobbe@...
Send Email
Jul 1, 2004
6:28 pm
4653
Hi, ... I noticed that, corrected it of course :-) You also wrote about the TDRE bit, which is in SCSR, and also is SCI related ... Regards, G.T ...
G.T
gt_is_really_gt
Offline Send Email
Jul 1, 2004
8:14 pm
4654
Thanks, It was solved. It was due to the simplest stupidest error on my part. In the linker file, memory.x, I had ".text" and ".data" instead of "text" and...
Hugo Vincent
hvincentnz
Offline Send Email
Jul 1, 2004
11:10 pm
4655
... Hash: SHA1 ... I wouldn't imagine GDB cares if it's HC12 or HCS12.. Ahh actually there is one thing, at least for the Ross BDM12.. The code in GDB to drive...
Daniel O'Connor
dariusmk2
Offline Send Email
Jul 2, 2004
12:45 am
4656
Hi ! It works ! I was wrong with the 'for' statement / declaration ! Thank you guys for ideas & suggestions ! I even found a solution which should work at any...
G.T
gt_is_really_gt
Offline Send Email
Jul 2, 2004
1:53 pm
4657
hi, can anybody explain me how to simulate (or debug) the S19 (GCC) files...please ? i load the S19 file and Wookie ask me: "Brief case/Rug Warrior ...
hc11_user
Offline Send Email
Jul 2, 2004
2:42 pm
4658
I tried Wookie several years ago. It only worked with the assembler that came with it. It also didn’t like files with multiple entry points. It may be better...
tburrell@...
tomburrell2003
Offline Send Email
Jul 2, 2004
3:44 pm
4659
... don't change, no need to copy ... const char initspi[]. I think this will work? -Frank...
Frank Palazzolo
knarfian
Offline Send Email
Jul 2, 2004
4:53 pm
4660
Hi all, Why the following code does not erase the flash ? I appreciate any comment. Thank you Regards Pedro ******************************************* ;...
joaquinparanal
Offline Send Email
Jul 2, 2004
9:41 pm
4661
... I sure hope you want *p='\0' and not *p=='\0'. It seems odd that you would code it this way, as the loop should not execute at all, since *p will always...
Michael Anton
mike_antonca
Offline Send Email
Jul 2, 2004
11:19 pm
4662
Hi Frank ! ... Great ! Indeed, I tried with volatile const initspi[], didn't work. Sometimes I guess I'm stupid, I guess const & volatile can't be used ...
G.T
gt_is_really_gt
Offline Send Email
Jul 3, 2004
8:56 am
4663
Hi, ... True. Set to Brief Case for normal mode. ... Strange. I noticed a bug in Wookie, for example if you press "G" (which I suppose, according to menu, to...
G.T
gt_is_really_gt
Offline Send Email
Jul 3, 2004
8:56 am
4664
Hi, I don't understand why the Wookie 1.68 simulator doesn't work... See my test program prog.c... #include <stdio.h> #define MAX 10 int main(void); int...
hc11_user
Offline Send Email
Jul 4, 2004
8:27 am
4665
Hi, I've been trying to compile a code which I know fits on a 68HC811E2 (2kB ROM) - indeed that's an old program I've originally written in asm and I'm trying...
G.T
gt_is_really_gt
Offline Send Email
Jul 4, 2004
5:47 pm
4666
... As I would read it, the linker is trying to locate .rodata, but it put it at 0xf800, which overlaps the text section. Perhaps you need to modify the...
Michael Anton
mike_antonca
Offline Send Email
Jul 4, 2004
8:44 pm
4667
Hi, Now it works, but I did not change many things into the code itself, I just changed a variable previously declared as int to char. Weird, isn't it ? ...
G.T
gt_is_really_gt
Offline Send Email
Jul 5, 2004
3:55 pm
4668
does anyone know a good (win32 & freeware) 68hc11 simulator, able to debugging 68hc11 gnu C program ? thanks....
hc11_user
Offline Send Email
Jul 5, 2004
8:55 pm
4669
Hi there, Well, I'm going around with my code tests, now I meet a problem : my code needs two 1-byte-wide flags, and one 2-bytes result space. So here's how I...
G.T
gt_is_really_gt
Offline Send Email
Jul 6, 2004
8:08 am
4670
Hi, ... Neither do I. ... ^ You can delete this line. ... { static unsigned char i, t[MAX] = {7, 16, 3}; for(i = 0; i < MAX; i++) if(t[i] == 0) t[i] = 2 * i; ...
G.T
gt_is_really_gt
Offline Send Email
Jul 6, 2004
11:33 am
4671
Hi, ... I've got an old AVSIM11, DOS emulator for 68HC11, works pretty well with XP. I don't know if it was freeware, though. Regards, G.T g.t6@... ...
G.T
gt_is_really_gt
Offline Send Email
Jul 6, 2004
11:33 am
4672
Make the variable global. ... From: g.t6 [mailto:g.t6@...] Sent: Monday, July 05, 2004 12:49 PM To: gnu-m68hc11 Subject: Modifiying a variable into...
tburrell@...
tomburrell2003
Offline Send Email
Jul 6, 2004
2:38 pm
4673
Or, make it static within the interrupt routine. ... From: tburrell@... [mailto:tburrell@...] Sent: Tuesday, July 06,...
Michael Anton
mike_antonca
Offline Send Email
Jul 6, 2004
3:06 pm
4674
I am building applications for 68hc12 processor on an Axiom board. I am having linking errors with newlib. I am able to link with libc in GEL but I also need...
tarang_mittal
Offline Send Email
Jul 6, 2004
4:30 pm
4675
Folks, When I started this project with GCC for windows, it took me several days to get every thing right. I tried Linux and it was up and compiling my system...
tburrell@...
tomburrell2003
Offline Send Email
Jul 6, 2004
4:59 pm
4676
It really looks like you've used up your ram. libm can really use up ram when getting into floating point... never meant for such a small mcu system. Some...
Jefferson Smith
imajeff84663
Offline Send Email
Jul 6, 2004
5:15 pm
4677
Especially if you are familiar with linux. It's because GCC is based from UNIX, and Windows (DOS) is not inherently compatible. So you have to add all this...
Jefferson Smith
imajeff84663
Offline Send Email
Jul 6, 2004
5:22 pm
4678
Hi, I'm new to gcc and motorola microcontrollers I want use in my projects a hcs12 uc. How can I program it in circuit? Is there any bootloader for it? Thanks!...
Diego Manenti Martins
tijucaz
Offline Send Email
Jul 6, 2004
6:19 pm
4679
Depends on the board. The processor by default doesn't have a serial bootloader but many companies provide one pre-programmed in a protected region on the...
NZG
ngustavson@...
Send Email
Jul 6, 2004
6:33 pm
Messages 4650 - 4679 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