Rewferencing the HCS12 Clocks and Reset Generator (CRG), How does C program constructs the (a) if (b) if-else (c) for (d) while that can be implemented in an...
... This question doesn't make much sense to me. The CRG does not have anything to do with the implementation of if, if-else, for, and while statements. ...
Stephen Trier
sct@...
Oct 2, 2006 2:46 pm
14517
hi,I am using a 68hc12b32 to control a switch. The program is triggered by the external IRQ. I wanna turn on the switch 100us after the falling edge on the IRQ...
... It's roughly a+b+c+d, where a - time needed to finish and exit ISR being executed. Or if CPU is executing SEI-CLI-like critical code section, then time...
Thank you all for the help I finally got the program on the ICC12 running and also created the java program to read from the serial input, but I now have a...
Thank you all for the help I finally got the program on the ICC12 running and also created the java program to read from the serial input, but I now have a...
Thank you all for the help I finally got the program on the ICC12 running and also created the java program to read from the serial input, but I now have a...
Dont know about java, but to send chars out the console with no cr or lf in c (like a prompt "enter cmd:"), you need to call fflush(stdout) after the printf....
... How to flush? Hmmm, did you try flush() In C basically you should always use flush() when you want to make sure any printf() or fprintf() completes. At...
... is ... garbage ... problem. ... you ... with "garbage" ... i tried using the flush() statement but it does not recognise it as a command. well does anyone...
... I seem to recall RS232 spec is + and - 15 V, having said that I allow 0 and +5 as level on my inputs and so do about 50 or so percent of PCs, at least...
Hello everyone my name is Cristian and I am new to the group, I been reading some of the post place on the eeprom section but I have not found what I am...
... It's not true that ICC12 doesn't support assembler code. In fact it does. Imagecraft FAQ: http://www.dragonsgate.net/FAQ/cache/2.html "vectors.h" isn't...
Hello Christian ! Below what I use to develop for 9s12 : - icc12 compiler - NoIce debugger, which can burn program into 9s12 - BDM multilink either on...
... Hi, I'm certain there are not many of us developers who do not know how to burn to the device. Afterall, I would have had to find another job years ago if...
Hi. I have this Softec ZK-S12-A Starter Kit board which I have used a few times with the A128 uP and it has worked fine with the 5V Vdd setting on the board....
... I wonder if you have the same part. Check the mask sets of the old and new parts and the errata for the mask sets. It could be that there is some...
... Thank you very much everyone for responding for my posting, as you can all notice I am a beginner with this board (Motorola cme 68hc12b) and also with...
Hello, Christian ! Continue to program in C language !!! It's easy to pass parameters between C functions : compiler put the correct code to pass them and...
Hello people, somebody knows about a free programmer for the HCs12 family? In old messages i didn't find information about free hardware programmers. Thank...
... The HCS-12 family is pretty firmly committed to using the BDM interface for programming a new part. There was an effort to ship parts with pre-loaded flash...
I use www.pemicro.com This is not free but usable for both 08 and 12. and I got CodeWarrior Development Tools in the package which is free below 16k. But is...
Hi, friends Can i made this programmer from in the below website? i want to make programmer Regrads Steve Russell <stever@...> wrote: ... The HCS-12...
Hello everyone, I did once develop a monitoring application on a Minidragon+ borad (using 9s12dp256).. i tested that my program was working fine in RAM mode .....
Mohammed El Korek
mohd.elkorek@...
Oct 12, 2006 10:35 am
14544
In response to the question about a freely available programming solution- I have looked far and wide for just that and was directed by someone else to check...