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@...
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 ...
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...
... 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...
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...
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 ...
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...
Hi all, Why the following code does not erase the flash ? I appreciate any comment. Thank you Regards Pedro ******************************************* ;...
... 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...
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 ...
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...
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...
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...
... 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...
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 ? ...
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...
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@... ...
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...
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...
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...
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...
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!...
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...