... I think you mean "special bootstrap". It's easier to write the comm package which sends the image also to be able to read S-records and do the translation,...
9581
Mike McCarty
Mike.McCarty@...
Mar 24, 2011 5:40 am
... I've seen a PDF file on the web. Look around. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalization and One World...
9582
flameman mayer
pisani_carlo
Mar 24, 2011 6:17 am
I think you mean "special bootstrap". It's easier to write the ... yes, special (serial) bootstrap mode it is easy, but it is not written yet =P also, hc11 can...
9583
Mike McCarty
Mike.McCarty@...
Mar 24, 2011 7:59 am
... Let me restate my point, perhaps more clearly. It is not a good idea to try to download a program which can translate S-records. It is better to make the...
9584
Gregory N
spudarnia
Mar 24, 2011 1:22 pm
... This effort has been going at a snail's pace because distractions, lack of free time on my part, higher priority tasks, m9s12 inexperience, tool issues,...
9585
Sean Keys
mnsonlineca
Mar 24, 2011 5:41 pm
+1 MC9S12XDP512 FreeEMS(diy-efi.org) ... From: Keith V <my427v8@...> Subject: RE: What do you use gcc-hc11/12 for? To: "GNU 68hc11 group"...
9586
w8tfi
Mar 24, 2011 5:41 pm
... I would like to know if I can program ARV's or pic with this board or do I need another programmer to do this. Thanks for the reply Brian...
9587
flameman mayer
pisani_carlo
Mar 24, 2011 7:50 pm
mc68328 has a pretty ROM firmware with a pretty hrec loader hrec is similar to srec (hrec is missing the checksum, and has ONLY 32bit packet address) that...
9588
Ben Morse
esromneb
Mar 24, 2011 7:59 pm
I am using gcc targeted at the 9S12. Specifically, I'm using it with the PDQ Board. The gcc software comes pre-compiled with the correct settings and memory...
9589
Fred Cooke
fred.cooke@...
Mar 24, 2011 8:42 pm
Blatant plug there, Ben! Is business a bit tight? ...
9590
Keith V
kvasilak
Mar 25, 2011 1:47 pm
Hey cool! You shouldn't have to put section attribs anywhere in your code unless you need to specify a specific section. The linker script should take care of...
9591
Keith V
kvasilak
Mar 25, 2011 1:58 pm
Thanks Fred! I'll have to spend some time at the DIYefi site... so what is FOSS? Free Opens source Software???? You don't like the Megsquirt hardware? Also...
9592
Fred Cooke
fred.cooke@...
Mar 25, 2011 2:10 pm
Yes, Free and Open Source Software, Free is the better term, though, particularly the libre meaning of free. http://en.wikipedia.org/wiki/Gratis_versus_libre ...
9593
Elaine Hopkins
delainehop
Mar 25, 2011 2:14 pm
I do not know why I receive these E mails. Please remove me from your list. thanks Elaine Elaine Hopkins _____ From: gnu-m68hc11@yahoogroups.com...
9594
Mike McCarty
Mike.McCarty@...
Mar 25, 2011 7:59 pm
... I don't either, but you directed that message to someone who has no ability to do that. You can unsubscribe yourself. Mike -- ...
9595
jsmcortina
Mar 25, 2011 11:34 pm
... I removed her. James...
9597
Fred Cooke
fred.cooke@...
Apr 12, 2011 2:27 am
I used the compiler to do this : http://www.youtube.com/watch?v=C4lZJu2fMZ8...
Thought I'd share this one. Pretty sure this is a gcc error. I've seen some mangling of inline ASM before but this one was nasty. code: __asm__...
9601
Mike McCarty
Mike.McCarty@...
Aug 12, 2011 9:58 pm
... It looks like %3 passed in must be accessed via the index register X. The assembler can't fix that. [...] ... Probably this load is using one of the two...
9602
jsmcortina
Aug 13, 2011 10:27 am
... "ldd %3\n" ... Somewhat. The preceding code fragment is: outpc.tpsadc = ATD0DR3; 40173c: 7e 28 04 stx 0x2804 <_.xy> 40173f: ce 02 d6 ldx #0x2d6...
9603
Stephan
stephan_laska
Oct 31, 2011 9:38 pm
Hi all, I am trying to get the COP to work on an ADAPT11C24DX without much success. I can't seem to program CONFIG properly. sometimes I get it to change to...
9604
Ben Morse
esromneb
Nov 2, 2011 4:50 am
Stephan, Here is some documentation about the COP Timer on a Mosaic PDQ Board. This board uses the MC9S12A512/DP512 chip. I don't know if it will help you, ...
9605
Stephan Laska
stephan_laska
Nov 2, 2011 1:33 pm
Thanks for the reply Ben, I have found some of my problem. The code TCNT = 1; // TCNT updates at 250KHz = 1/4uS timeout = 2750; // delay 10mS...
9606
triffid_hunter
Dec 13, 2011 8:26 pm
... Not sure if you're still looking for this, but I wrote one years ago; it can be grabbed from...
9607
flameman mayer
pisani_carlo
Dec 26, 2011 9:18 am
hi thank you a lot =) it's great are you still working around hc11 ? let me know regards...
9608
Triffid Hunter
triffid_hunter
Dec 26, 2011 12:12 pm
... no, I discovered AVR and cortex-m3, hc11 is a dinosaur. I learned a lot of valuable lessons from it, and then it was time to move on...
9609
jsmcortina
Dec 30, 2011 4:04 pm
I'm working on trying to get the final Stephane Carrez patches and my 9s12x, XGATE extensions accepted into the mainstream binutils code. (binutils is the...
9610
Nigel
ve3id
Jan 2, 2012 8:54 pm
Hi, Happy New Year to all, I am trying to resurrect an old project that I built on windows, but now all my dev tools are SuSE linux. I have a 9DS12NE64 that I...
9611
Ben Morse
esromneb
Jan 2, 2012 9:42 pm
Have you tried this build on http://susestudio.com/ ? This cloud build service may help you with suse dependency issues. -Ben...