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 16319 - 16348 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16319
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....
ymliao
Offline Send Email
Mar 4, 2009
4:09 pm
16320
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...
Frank
fhriley
Online Now Send Email
Mar 10, 2009
5:19 am
16321
Hello, I am using cosmic Compiler. I have this struct: typedef struct { unsigned int IDAC; unsigned int CANidar0; unsigned int CANidmr0; unsigned int CANidar1;...
folgli@...
folgli
Offline Send Email
Mar 11, 2009
12:48 pm
16322
The initialization must be part of the declaration, so simply write: FILTER stConfig = { 0x00, 0xFF, ... Best Regards, Jean-Pierre Lavandier ... De :...
Jean-Pierre Lavandier
jpcosmic
Offline Send Email
Mar 11, 2009
12:57 pm
16323
The type holds 17 ints. Your instantiation has only 16. -rob...
Rob Milne
rmilneca
Offline Send Email
Mar 11, 2009
12:58 pm
16324
Hello, thank you very much. It works fine now! Best regards...
folgli@...
folgli
Offline Send Email
Mar 11, 2009
3:20 pm
16325
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 =...
folgli@...
folgli
Offline Send Email
Mar 11, 2009
4:01 pm
16326
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...
jrsdorfman
Offline Send Email
Mar 13, 2009
4:17 pm
16327
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...
jmeyer@...
eeboarder
Offline Send Email
Mar 13, 2009
9:15 pm
16328
... 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...
barry callahan
melstav
Online Now Send Email
Mar 14, 2009
2:16 pm
16329
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....
sgriffi3@...
scooter630
Offline Send Email
Mar 15, 2009
10:12 pm
16330
... You code can keep growing without using paging, while it fits between nonpaged 0x4000 and 0xFFFF. Edward ... From: <sgriffi3@...> To:...
Edward Karpicz
keffffek
Offline Send Email
Mar 16, 2009
4:44 am
16331
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...
Nigel Johnson
ve3id
Offline Send Email
Mar 16, 2009
12:12 pm
16332
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...
sbuckser
Offline Send Email
Mar 17, 2009
5:09 pm
16333
Hello,   Inorder to receive only message with CAN ID "0x001", set the Mask and Acceptance registers as shown below.   CAN0IDMR0 = 0x00; CAN0IDMR1 = 0x00;   ...
kasu nandu
yadunandankasu
Offline Send Email
Mar 18, 2009
7:29 am
16334
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...
mukul tewary
mukul_tewary
Offline Send Email
Mar 19, 2009
4:04 pm
16335
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...
Greg Broburg
GREGWMB
Offline Send Email
Mar 19, 2009
4:58 pm
16336
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...
mukul tewary
mukul_tewary
Offline Send Email
Mar 19, 2009
7:14 pm
16337
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...
William Rison
william_rison
Offline Send Email
Mar 19, 2009
7:36 pm
16338
... Hello, I tried the settings but it does not work. Has anybody another idea. I had a look at the manual but I do not know what I am doing wrong. Perhaps...
folgli@...
folgli
Offline Send Email
Mar 19, 2009
9:05 pm
16339
Hi all, Currently I'm facing problem with using I2C in my project. I'm using M68HC912B32 connected to a pressure transducer CSDX2000A2R from SensorTechnics....
Rivan Rivaldy
rivan611
Offline Send Email
Mar 20, 2009
6:29 am
16340
Hi ! What is bit banging method ? For I2C access (memory and clock), I don't understand how run I2C Interrupt, so I developed soft (C) driver... For me, it...
jpdi
dieseinfo
Offline Send Email
Mar 20, 2009
7:14 am
16341
Hi I don't know about the link but I once had the EmbeddedGNU. In the attachment: [Non-text portions of this message have been removed]...
Deniz KERİMOÄ...
deniz_kerimoglu
Offline Send Email
Mar 20, 2009
8:37 am
16342
Hi Joel, For communicating with the sensor, I didn't use I2C driver. Instead, I connected the SDA and SCL lines of the sensor to 2 pins on the microcontroller....
Rivan Rivaldy
rivan611
Offline Send Email
Mar 20, 2009
8:53 am
16343
Hi,   1. Are you writing "0xFF" to any of the mask registers i.e. CAN0IDMR0~7 ?? you should not write the value of "0xFF" to these registers in your case.  ...
kasu nandu
yadunandankasu
Offline Send Email
Mar 20, 2009
9:47 am
16344
OK, Rivan. This is the system I use for a couple of years. I can send you of list the C source file I use for that. This is the "driver" I spoke in my...
jpdi
dieseinfo
Offline Send Email
Mar 20, 2009
10:27 am
16345
Hello, here are parts of my code: typedef struct { unsigned int IDAC; unsigned int CANidar0; unsigned int CANidmr0; unsigned int CANidar1; unsigned int...
folgli@...
folgli
Offline Send Email
Mar 20, 2009
2:34 pm
16346
To ignore ID bits, corresponding DMR bits should be set to '1'. You have all DMR's set to all zeros. When DMRx bit is zero, then corrsponding IDRx bit should...
Edward Karpicz
keffffek
Offline Send Email
Mar 20, 2009
3:07 pm
16347
thanks a lot bill!!! I'll try it out.. ... From: William Rison <rison@...> Subject: [68HC12] Re: Request for Help with hcs12 microcontroller! To:...
mukul tewary
mukul_tewary
Offline Send Email
Mar 20, 2009
6:42 pm
16348
hello. I have a single board computer (TS-5500) running linux. The SBC request data from my hc12 by sending a specific character through serial port. When Hc12...
xreemiex@...
xreemiex
Offline Send Email
Mar 23, 2009
5:28 am
Messages 16319 - 16348 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