autostaretx - Jul 28 2007
Hi...
I'm disassembling some code in a device i don't have physical
access to... and the program (which does work) is appearing to
use all eight pins of Port A as both outputs... 
Nick Reitter - Nov 28 2006
Mike,
Thanks for the encouragement to do more "digging". I now know the RS232
interface is made with the SP232A. (I did not realize there are Rxd and Txd
pins on the 68HC11. I d... 
Mike McCarty - Oct 10 2006
Tony Papadimitriou wrote:
>
> MODA/MODB control the startup mode, one of these four:
>
> 1. SPECIAL BOOTSTAP (single)
> 2. SPECIAL TEST (expanded)
> 3. SINGLE-CHIP (i... 
Mike McCarty - Jan 12 2006
reganumah wrote:
> heloo,
> when ever i try to program the reset vector for example below
>
> org $fffe
> fdb $b600
>
> an error is show. i'm using jbug11 , mc68... 
Mike McCarty - Oct 11 2005
circuitcyco wrote:
> Hello, can anyone here give me some information on the connection of
> host PC to MCU? I used MAX232 for voltage level conversion.I got few
> versio... 
quyenqtran - Nov 18 2004
You just can't connect directly to the PC from the HC11. You need to
go thru the RS232. You also need a pull up resistor for the TxD pin
of the HC11. What I usua... 
garry_sharpe - Jun 27 2004
Im pretty new to all this and so far have only been using Buffalo.
Had a 5 min crash course on pcbug11 and b'strap mode of MC68HC11E9
which will be examined on tom... 
Mark Schultz - May 13 2004
--- In , "John" wrote:
> Mark,
>
> Just a another (more elegant) thought to work on-
>
> Can you make the Tx/Rx booting loop with the highe... 
eileeniicg - Dec 3 2003
I'm trying to use PORTS (from the hc12) as a general i/o register. I
can get PS2-PS7 to work, but PS0 and PS1 are not because they are
RXD and TXD respectively. I... 
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... 
Hugues Beaulieu - Sep 20 2002
Yes I build my own hardware on a testing board. My circuit work for a while
but now I have a problem that I can't find.
My reset circuit is done with a DS1233; 1... 
- Sep 20 2002
Hi Hugues,
On Thu, 19 Sep 2002 19:16:33 -0400, you wrote:
>My question is : What could I test to know if my 68hc11 is reset good and ready for receiving the p... 
- Jun 25 2002
In a message dated 6/25/02 11:42:28 AM Eastern Daylight Time, b...@swipnet.se writes:
I need two serial communication ports from my 68hc11. Is it anyone w... 