tj - Aug 2 2007
Just a quick thought - are the sensor characteristics linear/logarithmic - in other words predictable?
Sometimes the characteristic curves are anything but linear, and you have ... 
Tony Stram - Oct 4 2006
Charles,
=20=20=20
If you are using the Imagecraft compiler, there will be a file called vec=
tors.c. In this file you would extern your interrupt handler like this:
=20=20=2... 
Mike McCarty - May 3 2006
w...@telus.net wrote:
[that he had problems with writing and external EEPROM]
To the group as a whole: I hope this source isn't bigger
than irritates you. If so, then next t... 
- Dec 12 2005
Richi,
One imagines we will need 8 separate locations for the 8 sonars to respond to. This looks like a bit of code that wants to branch to the checksonar routine 8 times ... 
Tony Papadimitriou - Nov 3 2005
----- Original Message -----
From: "Art Burke"
To:
> I'm using Tx, Rx, and Ground on the DB9 serial cable.
> What am I... 
Huey Fen - Oct 12 2005
Thanks for the feedbacks. You are very supportive . Again, thanks a lot.
Mike McCarty wrote:Mike McCarty wrote:
[some boring stuff, and then so... 
hombre_kenno69 - Oct 5 2005
Hi all, i'm doing a course on the HC11 and i've been assigned a
project that computes the distance between two points (given the
change in height and length) thus using py... 
Mike McCarty - May 6 2005
I echo Mr. Papadimitriou's comment about this not being a
homework hotline.
However, I do have some comments.
After DELAY, I see a return, but I don't see where any ... 
Mike McCarty - Apr 25 2005
Mike McCarty wrote:
[snip]
>KeyPress:
> tst KeyPressFlag
> bne *+5
>
>
>
I needed an rts there. Hope that wasn't confusing.
[snip
]
Mike
-- ... 
fidjouss - Mar 30 2005
Hello
I am using an adaptt11 with 68hc11e2. I am having a problem with
strobed input using portc. my program works fine in thrsim11. I am
using a DIP switch hooked t... 
fidjouss - Mar 21 2005
Thanks for ur response.
Yes I did mean #$01 for pin0 in portd.
My question is when I simulate this program with thrsim11 (with a
switch attached to irq) works ... 
governorpredator - Mar 9 2005
i have a copy of ron williams fft code for hc11 that i obtained from
the motorola site. the code compiles and runs, and debugging shows
that it modifies my data ... 
Jim Peterson - Dec 16 2004
I am not sure whether you realize it or not, but you now have a write
text routine that (with some slight modification) could be made a
subroutine to write any ze... 
nimish_sudan - Nov 21 2004
Hey guys, back again with another problem. I have the following
program:
BEGIN_PROG ...
JMP NON_WORKING_LOOP
...
...
...
NON_WORKING_LOOP PSHA
PSHB ... 
Nigel Johnson - Nov 13 2004
First things first. You have got to remove any and all JMP instructions
at the end of subroutines. If you attempt to do this it may seem to
work, but it will leav... ![Re: ***[Possible UCE]*** subroutine problem](/new/images/icon_more.jpg)
bal_gill21 - Nov 13 2004
Hi,
I have a main program that is calling subroutines, however when it
has finished with the subroutine I issue the RTS command. In some of
my program it wor... 
- Nov 2 2004
You can also place self modifying ?*&%@# code in ram which yields faster code but doccumentation is important.
Regards
Dave
>
> From: "Tony Papadimitriou... 
Mark Schultz - Aug 22 2004
--- In , "Paul B. Webster" wrote:
> On Sat, 2004-08-21 at 05:03, Velja wrote:
>
>> Don't you have a datasheet? ;-)
>
> Yes, but there is explana... 
Jim Peterson - Dec 16 2003
Chances are your problem is a failure to RTS from each BSR or JSR. The
immediately suspicious stuff is the JMP MAIN after the SUB2 label, and
no RTS after SUB2 la... 
Brian Moerdyk - Dec 3 2003
What do you mean by "The terminal would freeze" ?
Is this a debug terminal on the serial port?
--- eileeniicg <> wrote:
> I tried to disable the TXD and RXD... 
Redd, Emmett R - Nov 19 2003
See below.
Emmett Redd Ph.D. mailto:
Associate Professor (417)836-5221
Department of Physics, Astronomy, and Material Science
Southwest Missouri State Univer... 
eileeniicg - Nov 15 2003
The hc11 i'm using has a clock speed of 2Mhz and am using it in SCM.
The lcd i'm using is 16x4, by OPTREX DMC16433.
This is how i set everything up. Maybe i missed ... 
Redd, Emmett R - Sep 24 2003
Eileen,
Did you use CALL 100 after you put the RTS in? If you still used GO
100, it would not return to BUFFALO.
I more often use JMP $E00A It jumps me bac... 
Redd, Emmett R - Sep 19 2003
I see at least one problem and possibly two. Please see my comments
below.
Emmett Redd Ph.D. mailto:
Associate Professor (417)836-5221
> -----Original Me... 
Robert Smith - Jun 30 2003
Here are some initial thoughts and questions:
1. The 597 is not the optimum parallel to serial device for you
application. It contains an extra parallel register... 
Gordon Couger - Dec 26 2002
Why convert it to flotating point in the first place. Read the A/D register
as a short, int or long as approiate and and send it as is. If you are
going to use it o... 
John Dubois - Nov 14 2002
Hello Everyone
I'm trying to send a data stream that is moving at 250kbaud into the HC11 micro-controller. I was told that in order to make it work I would need a ... 
PFC1 - Nov 9 2002
Dear forum,
Many thanks for your replies. I had the data switch working with a MAX
RS232 converter and switching the TTL levels using an analogue switch as
sug... 
Paul Johnson - Oct 1 2002
Even if dex was required, wouldn't it be inx, since the stack grows down?
Paul
> -----Original Message-----
> From: Grodevant, Scott [mailto:]
> Sent: Tue... 
John Beatty - May 15 2002
The BSET instruction is not available with extended addressing. It *is*
available with direct addressing (page-zero addresses) which is why your
assembler says it m... 