Qu Ziguang - Jan 22 2005
I am writing some code for measurement of a pulse width. I used this
line:
POLLRISE: brclr TFLG1, X $04 POLLRISE
here TFLG1 is set to $23, X is set to $... 
BRCLR [8 Articles]
bal_gill21 - Jan 15 2005
Happy new year all,
The code below is part of a larger program and does not seem to be
working. I am expecting it to loop to "busy" because the tested byte
i... 
Qu Ziguang - Feb 6 2005
Hi all,
I just wrote two similar pieces of code to detect rising edges on IC3
and IC4/OC5. The one on IC3 works, but the one on IC4/OC5 doesn't.
IC3:
... 
help [4 Articles]
zeyad rezk - May 9 2003
hello
Can any one help me in forming instruction BRCLR (with little explain)
when using it in test bit 7 (ccf) flag bit in the ADCL register as
indication that a... 
Tony Papadimitriou - Nov 5 2004
----- Original Message -----
From: "bart homerson" <>
To: <>
> I am sorry, you have this all wrong. IF I left out the "#" in "#SomeVar",
then I would be ... 
Liew Ban Wui - Dec 25 2002
--- In , BobGardner@a... wrote:
> In a message dated 12/25/02 12:31:21 PM Eastern Standard Time,
> liewbw@m... writes:
>
> > >unsigned char addat;
> > >flo... 
CW - Aug 24 2004
Hi, I managed to get input from three different switches and control
the LEDS without using interrupt. When I run this program step by
step there is no problem, h... 
ng seng lee - Dec 2 2004
I had try programming it using assemble language (using the follow infomation from http://www.lynxmotion.com/Product.aspx?productID=89&CategoryID=10 )
I did als... 
Jim Peterson - Dec 2 2004
it sounds like the W part of PWM is missing. there is a variable, it is
the duration of the pulse. if you generate 1.0ms pulses the motors
should run at -100 spee... 
Tony Papadimitriou - Nov 29 2004
----- Original Message -----
From: "Israel Brewster" <>
To: <>
> I have used bit instructions quite frequently in my programing and found them
to be a
... 
Tony Papadimitriou - Jan 30 2005
Here's an example taken from an actual program (used on an E0 and E1). It
enables COP only if it finds it disabled.
First time your power up with this code, it w... 
yew alex - May 5 2005
Hie Mike and everyone
After spending two weeks and more, I have finally done my program, but there are still some error which I do not know, what when wrong. I hope you guy... 
Brian Moerdyk - Aug 23 2003
I missed some of it here....
I also tried the below code in the "SENSORS" routine with
bset[bclr] porta,x,#%10000000 (this is the PA7/OC1 pin)
So the actua... 
Tony Papadimitriou - Sep 13 2004
----- Original Message -----
From: "chonchet1" <>
To: <>
> I have developed a application program by using the CME-11E9-EVBU
> development board, where t... 
yew alex - May 6 2005
yew alex wrote: To: m68HC11@m68H...
From: yew alex
Date: Thu, 5 May 2005 20:57:32 -0700 (PDT)
Subject: Re: [m68HC11] Rand... 
lipzinski - Mar 20 2003
Hi we are trying to modify this code (given to us by the company) so
that we can take a value from the A/D and ouput it to the LCD
screen. This seems simple enoug... 
Nick Reitter, 3rd - Feb 25 2003
I have tied the following pins high through a 10K resistor: IRQ, XIRQ,
RESET, STRB,STRB(R/W),E and AS. The program stops after a few minutes. I
still have to try th... 