Search the web
Sign In
New User? Sign Up
68HC12
? 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 14515 - 14544 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14515
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...
dloonx
Offline Send Email
Oct 2, 2006
3:38 am
14516
... 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@...
Send Email
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...
whlgwcat
Online Now Send Email
Oct 3, 2006
5:31 pm
14518
... 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...
Edward Karpicz
keffffek
Offline Send Email
Oct 3, 2006
8:27 pm
14519
... Oh, just what I thought should be written for this purpose. I'm certain this is where the problem is. Just needs to "play this file at startup"...
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 3, 2006
10:15 pm
14520
Thanks a lot! ... triggered ... falling ... IRQ ... pin ... is set. ... needed to ... service that ... for SWI...
whlgwcat
Online Now Send Email
Oct 4, 2006
5:14 pm
14521
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...
caroboy
Offline Send Email
Oct 5, 2006
3:15 am
14522
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...
caroboy
Offline Send Email
Oct 5, 2006
3:17 am
14523
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...
caroboy
Offline Send Email
Oct 5, 2006
3:20 am
14524
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....
BobGardner@...
bobgardner32839
Offline Send Email
Oct 5, 2006
3:23 am
14525
... 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...
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 5, 2006
2:17 pm
14526
... is ... garbage ... problem. ... you ... with "garbage" ... i tried using the flush() statement but it does not recognise it as a command. well does anyone...
caroboy
Offline Send Email
Oct 5, 2006
4:39 pm
14527
... 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...
theobee00
Offline Send Email
Oct 5, 2006
10:46 pm
14528
... Which Java serial port control are you using? This one is popular: http://www.jcontrol.org/download/readme_rxtx_en.html ...
Eric Engler
englere.geo
Offline Send Email
Oct 8, 2006
9:53 pm
14529
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...
caroboy@...
caroboy
Offline Send Email
Oct 10, 2006
3:53 pm
14530
... 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...
Edward Karpicz
keffffek
Offline Send Email
Oct 10, 2006
6:11 pm
14531
Hello Christian ! Below what I use to develop for 9s12 : - icc12 compiler - NoIce debugger, which can burn program into 9s12 - BDM multilink either on...
jpdi@...
dieseinfo
Offline Send Email
Oct 10, 2006
7:12 pm
14532
... 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...
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 10, 2006
8:39 pm
14533
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....
eric_cina
Offline Send Email
Oct 10, 2006
11:58 pm
14534
... 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...
Steve Russell
stevernohau
Offline Send Email
Oct 11, 2006
12:30 am
14535
... 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...
caroboy@...
caroboy
Offline Send Email
Oct 11, 2006
7:06 am
14536
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...
jpdi@...
dieseinfo
Offline Send Email
Oct 11, 2006
8:16 am
14537
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...
Pablo
pablo_rocket
Offline Send Email
Oct 11, 2006
3:16 pm
14538
... Hola, www.pemicro.com, They are not very expensives!!! but its are not free. Alberto...
alcuemar
Offline Send Email
Oct 11, 2006
3:53 pm
14539
... 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...
Steve Russell
stevernohau
Offline Send Email
Oct 11, 2006
4:18 pm
14540
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...
Bouteville Jean-Noel
jn_bouteville
Offline Send Email
Oct 11, 2006
4:32 pm
14541
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...
kasim duymaz
kduymaz
Offline Send Email
Oct 11, 2006
5:54 pm
14542
Thank you friends for the responses and all information !!!! kasim duymaz <kduymaz@...> escribió: Hi, friends Can i made this programmer from...
Pablo Rocket
pablo_rocket
Offline Send Email
Oct 11, 2006
8:14 pm
14543
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@...
Send Email
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...
Jay Dagenais
timbomcnuckle
Offline Send Email
Oct 12, 2006
7:41 pm
Messages 14515 - 14544 of 16521   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