Hi all, Currently I'm a bit confused in using the M68HC912B32 MCU. I got a few questions regarding this MCU. 1. After successfully uploading all the necessary...
Oh almost forgot to mention, I'm using the EVB in POD mode and the M68HC912B32 as the target processor. After finished uploading all the programs, I don't want...
Hi Rivan, If you are putting your program into EE (as opposed to Flash) then after you have loaded it you simply jumper the target board for JMP-EE mode (PAD0...
Hi Ms. We need to work on the EEPROM after the serial prot is done. Please keep this email so that we can use it later. Best regards, Prof. A. R. Al-Ali, Ph.D....
Abdul-Rahman Al-Ali
aali@...
Feb 6, 2009 4:51 am
16312
Hi, Here are the steps to test the loop back procedure for HC12 micro controller. 1)Set the controller sleep mode and get the ACK for sleep mode 1)Set the...
Hi 68hc12, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to...
Peter Taki
peter_taki2002@...
Feb 7, 2009 11:39 pm
16314
Hi Carl, Thanks for your suggestions. Btw, I'm using the EVB in POD mode and M68HC912B32 as the target processor. Currently I'm loading my codes into the...
I'm puzzled, Rivan: you said your program is quite lengthy, so you are loading it into EEPROM instead of Flash. But EEPROM is only 768 bytes whereas Flash is...
Hi all. I am experimenting with moving my PE+METROWERKS setup to a quad core Intel machine. Metroworks can be made to work and compile my project. I can then...
Hi, I am running CW for HCS12(X) V4.7 and USB-ML-12 on Vista, dual - core machine (Intel) without any problems, for both compile and debug ( and with PLL on). ...
... Me neither. My system is so interrupt intensive that it was useless to use the bdm anyway and so I had to resort to print statements and log buffers. -rob...
Hi! I use MC9S12E128 micro in my application, and XIRQ interrupt to handle power fail. In the XIRQ interrupt, I need to save data to memory via the SPI bus....
Hi guys, I have an existing ecm running on a MC68HC912B32. While it is running I can put it in a mode to accept a flash routine through J1850. I'm at the point...
Hello, I am using cosmic Compiler. I have this struct: typedef struct { unsigned int IDAC; unsigned int CANidar0; unsigned int CANidmr0; unsigned int CANidar1;...
The initialization must be part of the declaration, so simply write: FILTER stConfig = { 0x00, 0xFF, ... Best Regards, Jean-Pierre Lavandier ... De :...
Hello, I have a problem with setting the CAN ID filter. I use four 16 bit filter. I want to set one filter now. CAN0IDMR0 = 0xFF; CAN0IDAR0 = 0x00; CAN0IDMR1 =...
Hi. I have been tasked with programming a timer board and haven't used assembler in almost 15 years. I am using the Adapt912DT60 EVB and would like to take...
I'm rocking a Freescale MC9S12DG256B with a crystal oscillator of 16MHz. What is my exact P CLOCK or E CLOCK supposed to be? I assume it's 8MHz, but my clock...
... Your P Clock and E Clock will be exactly 1/(2^n) of the frequency of your system oscillator. The value of n will vary depending on what you set the related...
Hello Everyone, I am a computer engineering student at Gonzaga University, and am working on a delivery robot with 3 other guys for our senior design project....
One relatively painless way to use expanded memory is to move functions up there, and call them with the call directive, returning with an RTC instead of an...
Hi, I see various links to Eric Engler's EmbeddedGNU web site, but the site is down. Is there a link to another site that has the package or can someone send...
Hello, Inorder to receive only message with CAN ID "0x001", set the Mask and Acceptance registers as shown below. CAN0IDMR0 = 0x00; CAN0IDMR1 = 0x00; ...
Hi all, I just signed up for this group.. I needed to ask someone for some help.. I am working on a project, and a part of it requires me to take information...
Hello Mukul; Because of the unknown relationship between the filling from the GPS and the query from the laptop you will need a double buffer. This second...
Hi Greg, Thank you very much! I do have a few questions though, (and it stems from me being a novice at programming).. Your mention of a query has me...
Hi, Mukul, I use a 68HC11 to read the data from a GPS receiver. Below is the code I use to do this. It should work with little change for a 68HC12. I use a...