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@...
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...
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 ... ...
... 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 ...
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 ...
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;...
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...
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...
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...
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...
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...
... 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, 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 ...
How to use BDM for EEPROM writting? Juna _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Scanning of this message and addition of...
Simi
simips@...
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...
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@...
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...
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@...
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@...
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@...
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...
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...
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...
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 ...
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@...
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...
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...