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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 15900 - 15929 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15900
i want to know the initialisation steps of mc9s12dj256b when use it for eeprom writing i am using the following code, // Mode Selected is Normal Expanded Wide...
Simi
simips@...
Send Email
May 1, 2008
10:51 am
15901
Hi Guys, So I'm writing a menu interface that takes input from a keypad and displays info on an LCD. Basically I have a main menu and three selections. The...
mr.mattyg
Offline Send Email
May 2, 2008
1:17 pm
15902
Never Mind, figured it out. Need to use the following code that utilizes Accum D Offset indexed addressing jsr [d,x] ;jump to correct menu Thanks, Matt ... ...
Matt Gauthier
mr.mattyg
Offline Send Email
May 2, 2008
10:17 pm
15903
... Very good! ... That's not indexed, but indexed indirect [] addressing. d,x addresses something at X+D address. [d,x] addresses something pointed by a word ...
Edward Karpicz
keffffek
Offline Send Email
May 3, 2008
7:42 am
15904
#include "c:\egnu110\include\hcs12.h" #include "c:\egnu110\include\delay.c" //This program is Flashing of two Leds main (void) { char led_tab[4] =...
truelove_30
Online Now Send Email
May 4, 2008
5:17 pm
15905
You could rename each main to be a subroutine... the first one could be 'ledflash' and the second 'beep' and write a new main that calls ledflash() and ...
BobGardner@...
bobgardner32839
Offline Send Email
May 4, 2008
6:12 pm
15906
If you look at the Dragon12 "C" examples, it shows how to generate tones, it plays a song, using interrupts. This is how it should be done....
smith.jeff28
Offline Send Email
May 4, 2008
6:39 pm
15907
I am trying to understand: The following example is a sketletal outline of a two file C program that makes use of external variables: In file 1: exterm int xy;...
Jerome Williams
truelove_30
Online Now Send Email
May 4, 2008
7:47 pm
15908
Hello All: I have a uc-os application in mc9s12d64,but one problem occured ,in codewarrior fullchip simulation mode ,after the instruction "RTI" executed,the...
lijie1116
Offline Send Email
May 6, 2008
7:10 am
15909
hi friends, I am doing a project using hcs12 microocntroller which has to control the gain of a variable gain amplifier using metroworks code warrior.so,can...
luckynag4u
Offline Send Email
May 6, 2008
3:39 pm
15910
I am converting an 68HC11F1 program written in assembler to MC9S12XEP100 using the free Code Warrior version 5.7.0. I want to use conditional assembly to...
sbuckser
Offline Send Email
May 6, 2008
4:41 pm
15911
Use just "IF VERSION_A==0" ... From: "sbuckser" <s.buckser@...> To: <68HC12@yahoogroups.com> Sent: Tuesday, May 06, 2008 11:41 AM Subject:...
Michael Huslig
mjhuslig
Offline Send Email
May 6, 2008
4:52 pm
15912
The problem was my error and has been fixed. The IFEQ and ENDIF were placed to starting in the leftmost column of their text lines. Everything works when an...
sbuckser
Offline Send Email
May 6, 2008
9:30 pm
15913
Hi guys, So I have two output compare interrupts setup such that the handlers look up in a circulating table (one for each handler) the state a port should be...
mr.mattyg
Offline Send Email
May 8, 2008
8:27 pm
15914
... 100uS is a lot even for 8MHz busclock. Your circulating table etc should work. ... I see nothing wrong above. ... Let me guess, is this some arbitrary time...
Edward Karpicz
keffffek
Offline Send Email
May 9, 2008
4:06 am
15915
Edward, I'm not 100 % sure what the arbitrary time is. One thing is I'm on a 2MHZ Bus clk, I would like to jump up to 16, but not sure if I can just do that ...
Matt Gauthier
mr.mattyg
Offline Send Email
May 9, 2008
1:12 pm
15916
How to use BDM for EEPROM writting? Juna _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Scanning of this message and addition of...
Simi
simips@...
Send Email
May 13, 2008
3:55 am
15917
sorry for delay ... Your code sets timer fot fast flag clear (FFC). I wrongly assumed you are using normal flag clear sequence. And regarding normal flag clear...
Edward Karpicz
keffffek
Offline Send Email
May 14, 2008
6:34 am
15918
i am working in Metrowerks\CodeWarrior CW12_V3.1. how to generate hex file in this one?if anyone have its details ,please share with me thanks juna _ _ _ _ _...
Simi
simips@...
Send Email
May 15, 2008
5:37 am
15919
Juna, If you are talking about the S-RECORD file, it is generated in the .bin directory every time you run the compiler, with the .s19 extension Benny...
Benny
bennyrabin
Offline Send Email
May 15, 2008
6:25 am
15920
thanks..but i want to laod the hex file in to mc9s12dj256b (hcs12 family) .so for that i want to generate seperate file.what i will do? juna ... From: "Benny"...
Simi
simips@...
Send Email
May 15, 2008
8:11 am
15921
Hello juna, .Hex file is in intel format and .s19 is in motorola format. We have tool called ped to convert .s19 to .hex . But tool is internal probably you...
Vinay Raiker (RBEI/EE...
vinay.raiker@...
Send Email
May 15, 2008
8:29 am
15922
thanks. i will try juna ... From: Vinay Raiker (RBEI/EEG3) To: 68HC12@yahoogroups.com Sent: Thursday, May 15, 2008 1:58 PM Subject: RE: [68HC12] hex file Hello...
Simi
simips@...
Send Email
May 15, 2008
8:43 am
15923
Juna, this is a separate file that you can use to load/program the mc9s12dj256b. *.s19 in the .bin directory Benny ... [Non-text portions of this message have...
Benny
bennyrabin
Offline Send Email
May 15, 2008
8:45 am
15924
Hello, To convert a HEX file to Binary, just download HEX2BIN available from your nearest Google website. Also, you could be interested by SREC, an utility to...
Alban Rampon
albananalo
Offline Send Email
May 15, 2008
5:50 pm
15925
hello every one, I am working with the MC912XS64 MCU right now, while reading the refference manual, I found there are two types of Main Memory versions are...
yadunandan kasu
yadunandankasu
Offline Send Email
May 18, 2008
12:15 pm
15926
Edward, Thanks for the info, definitely some useful information in there that I would have never known! Long story short, I rewrote my code to only use one ...
Matt Gauthier
mr.mattyg
Offline Send Email
May 19, 2008
3:38 pm
15927
hai guys, have a gud day. i am facing a reset of microcontroller at 10.74 to 10.8 volt supply range.i checked the LVI(VDD pin its fine as 5v),watchdog timer...
mailboobalan@...
Send Email
May 21, 2008
1:48 pm
15928
... First of all what part are you using? You have LVI, so is it S12C, S12XD? I have no chances to guess what's causing reset in your case. LVR is engaged well...
Edward Karpicz
keffffek
Offline Send Email
May 22, 2008
5:46 am
15929
Hello, The Flash version can be erased and re-written. The ROM, you cannot change the content of constant and software. Also price of ROM means they are only...
Alban Rampon
albananalo
Offline Send Email
May 24, 2008
7:54 pm
Messages 15900 - 15929 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