Search the web
Sign In
New User? Sign Up
68HC12
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 2698 - 2727 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2698
Hello, I am about to make my first board based on a MC9S12A128B controller. There will be one half duplex (two wire) RS485 connection and I am going to use one...
Ruben Jönsson
ruben@...
Send Email
Apr 1, 2003
12:43 pm
2699
Hi Everyone, I am somewhat of a newbie using the Adaptmax812, which uses the HC812A4 micro, and was wondering if anyone could help me understand how to...
Dan Smith
gustavodad
Offline Send Email
Apr 1, 2003
4:53 pm
2700
Hello everyone, I would like to know the current PC counter of my software at the moment the watchdog is called. I tried to look in the stack pointer by adding...
bdesyf
Offline Send Email
Apr 1, 2003
10:13 pm
2701
... Try calling this from the watchdog handler.... don't guarantee it.... //-------------------------- void dumpregs(void){ //dump hc12 registers asm(" sts...
BobGardner@...
bobgardner32839
Offline Send Email
Apr 2, 2003
12:41 am
2702
Frederic, The Watchdog vector is not an interrupt vector, but rather a Reset vector. As far as I understand, the SP register value after Reset is not...
Doron Fael
doronf@...
Send Email
Apr 2, 2003
5:22 am
2703
Hi All, I am doing some code with float coefficients, where the final calculation result is loaded into an int. When I do this, I get the possible loss of data...
Adrian Vos
vosadrian
Offline Send Email
Apr 3, 2003
4:56 am
2704
Hi Adrian, you can use the #pragma MESSAGE to switch off/modify messages in your source code. See manual for details on this pragma. Example: float f; int i,...
Erich Styger
estyger@...
Send Email
Apr 3, 2003
7:38 am
2705
I've written a small assembly language program that exhibits rather strange behavior when running from EEPROM with PAD0/1 set to jump to EEPROM. After...
dennisfdunn
Offline Send Email
Apr 3, 2003
8:47 pm
2706
Thanks Erich, This solves my problem.... still I am surprised that the casting does not get rid of it, or that there is not some ANSI way to get rid of it, but...
Adrian Vos
vosadrian
Offline Send Email
Apr 3, 2003
10:56 pm
2707
Hi, Regarding programming the DP256 flash. I am curious to find out how even/odd addresses affects the programming of the flash. The documentation does not...
Frank
linktek@...
Send Email
Apr 4, 2003
2:21 am
2708
... It sure does matter. Read AN2153, A Serial Bootloader Reprogramming the MC9S12DP256 FLASH Memory. ... The ap note spells it out pretty well. Gary Olmstead...
Gary Olmstead
gary_olmstead
Offline Send Email
Apr 4, 2003
4:45 am
2709
Hi, I registerd on the Motorola web site to download files etc. However, when trying to download app note AN2153SW.zip my PC just sits there endlessly waiting...
Frank
linktek@...
Send Email
Apr 4, 2003
6:59 pm
2710
Frank -- Do you have any pop-up stopper type software running? Dave.Kellogg@... 607-656-2597 ... From: Frank [mailto:linktek@...] Sent:...
Kellogg Dave
davekellogg1...
Offline Send Email
Apr 4, 2003
7:11 pm
2711
Gordon Doughman at Motorola has provided a port of the SRecCvt utility as a MacOS X command line tool. It's now included in the SRECCVTSW package on the...
rbarris
Offline Send Email
Apr 4, 2003
10:05 pm
2712
I have found what seems to me like an ambiguity in the documentation for the '912B32 and I'm wondering if someone knows or has deduced or explored the answer. ...
Ed Carryer
carryer@...
Send Email
Apr 4, 2003
10:34 pm
2713
I'm using Metrowerks and the CodeWarrior debugger for an HC12. It is HiWave ver 6.1 from MW Ver 1.2 (I'm chicken about installing the new tryout version 2.0)....
Bob White
bobwhite7793420
Offline Send Email
Apr 4, 2003
11:03 pm
2714
Ed, That is a good question and I hope someone from Motorola can answer. I noticed that when writing to SP0CR2, bit 3 will not change - stuck low. On our Noral...
Todd Morton
toddm@...
Send Email
Apr 4, 2003
11:09 pm
2715
Todd, That's very interesting, and consistent with the overheads that I have from a Motorola seminar a few years ago. The overhead only shows SPC0 and SSWAI...
Ed Carryer
carryer@...
Send Email
Apr 5, 2003
12:09 am
2716
Hello, Does anybody know how can I run application from RAM with metrowerks? I've done a bootloader in C for MC9S12A128 and a program with Builder C++ to...
tipet20002000
Offline Send Email
Apr 5, 2003
7:36 am
2717
Frank -- Are you sure it didn't download? The file is tiny (13K) and downloads so fast that you just may have missed it happening. Try searching your hard...
Robert Smith
bobsmith523236
Offline Send Email
Apr 5, 2003
11:41 am
2718
Hello Bob, The assembler itself does not know about normal/standard C types. But have a look to the DS directive: by default it is .B (byte), but you have .W...
Erich Styger
estyger@...
Send Email
Apr 6, 2003
6:49 pm
2719
Hi All, I am looking into doing a project which requires the ability to output a PAL/NTSC encoded composite video signal. I would like to use the S12 to do ...
Adrian Vos
vosadrian
Offline Send Email
Apr 7, 2003
12:42 am
2720
In a message dated 4/6/03 8:44:14 PM Eastern Daylight Time, ... There are Epson LCD controllers that also output NTSC.. [Non-text portions of this message have...
BobGardner@...
bobgardner32839
Offline Send Email
Apr 7, 2003
2:46 am
2721
Hi, Check out the article "GET HOOKED ON VIDEO WITH THE STV5730A" - Issue 152 March 2003 Circuit Cellar. Frank ... From: "Adrian Vos" <vosadrian@...>...
Frank
linktek@...
Send Email
Apr 7, 2003
3:29 am
2722
Hi I have an EBV Board 9S12 256 model 112 by Elexsys. I am trying to download my *.abs code to the board in order to test my application and I get an error ...
uripeled2000
Offline Send Email
Apr 7, 2003
7:54 am
2723
Hi Uri. Once you have opened the flash programming (Non Volatile Memory Control) dialog, you had better go through this dialog to "Load..." the application. ...
Gilles Blanquin
gblanquin@...
Send Email
Apr 7, 2003
8:25 am
2724
... Thanks for your reply I looked over and found // Before loading the commands written below will be executed // The following commands must be enabled to...
uripeled2000
Offline Send Email
Apr 7, 2003
9:16 am
2725
Uri, I know that you use a P&E Multilink (or Cable12 HS) cable to develop and debug your board. If you don't plan to use pre installed software like a monitor...
Gilles Blanquin
gblanquin@...
Send Email
Apr 7, 2003
9:40 am
2726
Hi, I'm not 100% sure I do understand your setup. If you just want to build a little app in an SRECORD or binary format which gets loaded to your core at...
Daniel Friederich
danielfriede...
Offline Send Email
Apr 7, 2003
9:48 am
2727
Hi everybody Now, I try to control step motor with 912H256 or 128 in order to make a Cluster(5 motor: 2 full bridge, 3 half bridge) but i don't know exactly...
 
j2bichon
Offline Send Email
Apr 7, 2003
12:07 pm
Messages 2698 - 2727 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