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 available in ...
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
_ _ _ _ _ _ _ _ _ _ _ _...
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 in and when the ...
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 maintain HC11 and 9S12 c...
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 anyone giv...
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 SP address added ...
#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] = {0x80,0x20,0x20,0x80};
...
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 user can enter
...
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 Mode
MODE = ...