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 15804 - 15833 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15804
... Jeff is asking you to select a better subject for your question. You started by doing a "reply" to somebody else's message, and that puts your question...
Eric Engler
englere.geo
Offline Send Email
Apr 6, 2008
3:38 pm
15805
hello my name is Vee im 3rd engineerin student in canada Im tryin to write a code that will get an analog voltage (0 - 5V) or the HEXvalue from AN6 and put it...
smith.jeff28
Offline Send Email
Apr 6, 2008
4:26 pm
15806
What compiler are you using? If you are using GNU. there are "C" code samples available that show how to read the ADC. ...
smith.jeff28
Offline Send Email
Apr 6, 2008
4:32 pm
15807
So, we've set up our Port H interrupt in the following way typedef union { byte Byte; struct { byte PIFH0 :1; /* Interrupt Flags Port H Bit 0 */ ...
grinnell3257
Offline Send Email
Apr 8, 2008
3:36 pm
15808
Well, you never stated what the chip is, but there is a good chance it is one of the special registers where writing a 1 to register in the proper bit position...
smith.jeff28
Offline Send Email
Apr 8, 2008
6:12 pm
15809
... PIFH_PIFH0 = 1; << clears all PIFH flags that are set at the time you execute this line ... ^^ this is also wrong. You should use either PIFH = (1<<n);...
Edward Karpicz
keffffek
Offline Send Email
Apr 8, 2008
6:21 pm
15810
... Read modify write is not harmful, harmful is the way you use it. It's absolutely OK to use RMW to clear timer flags: TFLG1 &= (1<<n); // clears time...
Edward Karpicz
keffffek
Offline Send Email
Apr 8, 2008
6:52 pm
15811
Are there any websites give project ideal using the dragon 12 board?...
truelove_30
Online Now Send Email
Apr 9, 2008
1:56 am
15812
Lots of AVR projects at Cornell, might give some ideas In a message dated 4/8/2008 9:56:32 P.M. Eastern Daylight Time, truelove_30@... writes: Are there...
BobGardner@...
bobgardner32839
Offline Send Email
Apr 9, 2008
2:08 am
15813
Does anyone know website that have all the directories that support the 68hc12. The keep getting missing directory when running sample program from my...
truelove_30
Online Now Send Email
Apr 11, 2008
6:17 pm
15814
I want to use input capture fucntion to measure a signal period between two rising edges. Since the period under test could be very long, the timer overflow...
njxia_t@...
Send Email
Apr 11, 2008
8:47 pm
15815
What are you doing with the overflow information stored in the X register when you are considering whether PERIOD is right or not? Emmett Redd ...
Redd, Emmett R
emmettredd
Offline Send Email
Apr 11, 2008
8:51 pm
15816
Thanks for the help. I used 1 Hz signal as the test signal. The timer clock period is 500KHz. So I am supposed to get about 8 overflows. (one overflow duration...
Tian Xia
njxia_t@...
Send Email
Apr 11, 2008
9:02 pm
15817
I used 1 Hz signal as the test signal. The timer clock period is 500KHz. So I am supposed to get about 8 overflows. (one overflow duration is 65536/500KHz= 131...
njxia_t@...
Send Email
Apr 11, 2008
9:12 pm
15818
There is an example from Freescale, it is for older HC11 but could be usable. Go to: http://www.freescale.com/ - In right upper corner at Enter keyword, enter...
Anders Friberg
anders.friberg@...
Send Email
Apr 11, 2008
10:11 pm
15819
Hi Guys, I seem to be having some issues with a program that I'm writing having to do with the correct way to access a couple of arrays and fetch data out of...
mr.mattyg
Offline Send Email
Apr 11, 2008
11:37 pm
15820
I guess your problem is ... I assume that you intended to do ... instead, the "ldaa ENG1_INDEX1,X" syntax reads the X'th byte after the ENG1_INDEX1 label. bye...
Daniel Friederich
danielfriede...
Offline Send Email
Apr 12, 2008
12:05 am
15821
Hey thanks, I actually tried that and the same for the the statement involving the time delay array: ldd ENG1_INDEX2,X ;load D with correct DELAY value as ldd...
Matt Gauthier
mr.mattyg
Offline Send Email
Apr 12, 2008
12:21 am
15822
... What book are you using? What tools are you using? Which directories seem to be missing?...
smith.jeff28
Offline Send Email
Apr 12, 2008
12:49 am
15823
This code ... reads 16 bit at ENG1_INDEX2, if that is just a 8 bit location, use ... instead, just as I did for the ENG1_INDEX1. I guess ENG1_INDEX2 is 8 bit ...
Daniel Friederich
danielfriede...
Offline Send Email
Apr 12, 2008
1:44 am
15824
Book: The HCS12/9S12 An Introduction to Software & Hardware Interfacing tool: engu missing directory: #include"C:\egnu110\include\lcd.h" ... From: smith.jeff28...
Jerome Williams
truelove_30
Online Now Send Email
Apr 12, 2008
2:27 am
15825
Ah, I see you have "THE" book. http://www.ericengler.com/EmbeddedGNU.aspx Try going here. If you are using a dragon there is sample code there. If you are...
smith.jeff28
Offline Send Email
Apr 12, 2008
3:13 am
15826
Just setting up on an iBook and wondering if anyone can point me in the direction of a good development tools for working with the HC12. I would like to be...
me@...
madteckhead
Offline Send Email
Apr 12, 2008
8:40 am
15827
Ok, this is probably something I will look back on and think "what the hell was I thinking, that was so obvious". But at the moment I can't figure out how to...
me@...
madteckhead
Offline Send Email
Apr 12, 2008
8:47 am
15828
Hi everyone. In my final project I was supposed to port uC/OS-II to MC9S12E128. So I did it last week & now I am supposed work on port of uIP to ADAPT9S12NE64....
deniz_kerimoglu
Offline Send Email
Apr 12, 2008
5:30 pm
15829
... I think Noice can just connect to the serial monitor the same way uBug12 did. Why not try it using the serial port? Eric...
Eric Engler
englere.geo
Offline Send Email
Apr 12, 2008
8:07 pm
15830
... Does the above directory and file actually exist? If not, you should be able to fix it by specifying the right path in your source code. You can also check...
Eric Engler
englere.geo
Offline Send Email
Apr 12, 2008
8:12 pm
15831
Well if you have to buy a BDM, save your self some money and buy a DEMO9S08QE8 fro mouser. It has a full P&E BDM and will work with 5 or 3v. Cost is 34.00 from...
smith.jeff28
Offline Send Email
Apr 12, 2008
11:28 pm
15832
Well actually I managed to see ADAPT9S12NE64 from NoICE but I could not load any *.dbg file. All I need is to do C level debuging and it seems that...
deniz_kerimoglu
Offline Send Email
Apr 13, 2008
12:03 pm
15833
Use sprintf() to a character buffer then use putchar() or printf() directly, depends on your development tools. Ioan...
Petrescu
yoanp
Offline Send Email
Apr 14, 2008
4:46 am
Messages 15804 - 15833 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