Folks, I have every thing I know how to use working in the TBDML BDM, as soon asi back date to BDM12 I will send it to Jim at free geeks to post. The functions...
Hey folks...I just joined this group and am ready to get started on this mew project..well its an idea for now..wanted to check and see if you all had any...
... One problem with hc11 devices is that they don't come with enough internal memory, so board vendors have to add external memory chips. This is not a...
... it ... and ... Sounds fun, My project in '93 was a small robot who used IR sensors to follow a line on the ground. The only problem was the motor noise ...
Thank you very much, I appreciate your input, I am sure I have enough information now to get me on the right path. By the way, I am using your IDE, THOUSANDS...
What are my chances of getting a Kevin Ross BDM12 working on Linux (GDB) with a MC9S12DT128? Slim to none, I suppose? :) If that's not going to work, are there...
Michael, I just finished it for Linux, I don't know how to make it for Windows. The changes should be up on Freegeeks.net soon I sent them in yesterday, but...
... Way too cool. :) I'm just finishing up the PCB layout for my processor board, I should have first prototypes up and running in perhaps two weeks....I'll be...
Hi Mike take a look at http://212.254.22.36:8088/ there you will find an on- line BDM for the HC(S)12. You can see the hardware being controlled via web cam at...
Guys, REV4 is now available for download at freegeeks, http://freegeeks.net/modules.php?name=Downloads&d_op=viewdownload&cid=16#cat Best RegardsJim ...
Hi all. I'm glad I found this group. Hopefully I can get help and a push in the right direction. I'm interested in understanding the HC11 Motorola processors....
Hi, ... For assembler I used to work with as11 through ControlBoy, for disassembly I used dis11, which gives a pretty easy-to-understand code. HTH, G.T 205...
Hi, ... Yup, must have been nice. My project (in 2003) was a postal balance. We had to code in assembler :-/ OK, 'HC11 assembler is quite easy, but I guess C...
Hi, iI had this warning compiling my source: C:\projeto\pk-hcs12e128\imptop>make m6811-elf-gcc -m68hc12 -mshort -Os -fomit-frame-pointer -g -c main.c ...
Hi! Add the "const" modifier like the line above and the problem dissapears! void __attribute__ ((section (".vectors"))) (* const interrupt_vectors[])( void )...
You can try the free as11 assembler for linux or Windows. If you're a Windows user you can also use my free IDE. I'm not really familiar with books on the...
... sensors ... noise ... balance. We had to code in assembler :-/ ... Just to top the cake :) For the IR sensor project I had no assembler for the 68HC02...
Have you heard of the NE64? It's a HCS12 with ethernet built in. We build a module with it: http://www.emacinc.com/som/somne64.htm But the software isn't...
NZG
ngustavson@...
Sep 7, 2005 2:24 pm
7096
... I've been off-line for a while, but it occurred to me that in BUFFALO the main loop (MAIN) resets the stack and disables interrupts. I just went, and...
Mike McCarty
Mike.McCarty@...
Sep 7, 2005 4:31 pm
7097
Hi Peter We have an environment called uTasker. It includes an operating system with TCP/IP stack and drivers for the NE64. Also a serial debugger and back...
... Reading the manuals is the best! I can recommend this book: Microcontroller Technology: The 68HC11 (second edition) by Peter Spasov. Also, get and read the...
Mike McCarty
Mike.McCarty@...
Sep 7, 2005 9:11 pm
7099
... Sorry, I mean I wrote my own disassembler. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} This message made from 100% recycled...
Mike McCarty
Mike.McCarty@...
Sep 7, 2005 9:20 pm
7100
... So is there a go around to use SCI and timer interrupts under BUFFALO?...
... This looks like the best NE64 product I've seen! Which TCP/IP stack are you going to use - a homegrown one? One thing that bugs me about some free stacks...
Hi, ... Yeah, looks nice. I used to use CBoy, which has a debugger, but that was a choice of my college - it works with as11 and is just an IDE if you only use...