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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 8139 - 8168 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8139
Hi ... with ... But they didn't say bitfields should be picked out from ANSI C, did they :-)? Their arguments are quite reasonable: you can't think standard C...
Edward Karpicz
keffffek
Offline Send Email
Sep 1, 2004
7:49 am
8140
So, searching through the digikey book to find the price of my designated microcontroller for the code I had now been debugging, I found it to be 25.08USD...
sirtiffguy
Offline Send Email
Sep 1, 2004
8:13 am
8141
In a message dated 9/1/04 4:16:44 A.M. Eastern Daylight Time, sirtiff@... writes: I am making a pulse shaping device that will simply transmit IRDA to...
BobGardner@...
bobgardner32839
Offline Send Email
Sep 1, 2004
10:54 am
8142
Hey, so heres an hour or so worth of research. The PIC16F84 looks like a good model to use. Although it doesn't have the the timers i suggested before, I...
sirtiffguy
Offline Send Email
Sep 1, 2004
10:54 am
8143
... If you like to stay in the HCS12, the MC9S12C32 is the lowest cost device available currently. It is well under $10, especially in high quantities. Hope...
Doron Fael
doronf@...
Send Email
Sep 1, 2004
12:55 pm
8144
Hi, I am migrating from the HC11 to the 9S12A256 chip. Does anyone know where I can find examples in assembly that set up the core on this series or something...
PDJ
drpdj
Offline Send Email
Sep 1, 2004
1:33 pm
8145
I think there is no short cut to knowing what every bit in every register does in the peripherals you want to use. Maybe a pad of paper and sharp pencil.......
BobGardner@...
bobgardner32839
Offline Send Email
Sep 1, 2004
1:38 pm
8146
... Check it out the C32 modules on this link too http://www.technologicalarts.com/myfiles/t4.html They come in 24, 32 or 40 pins ... quantities....
zeta_alpha2002
Offline Send Email
Sep 1, 2004
1:50 pm
8147
You should check out the Microchip MCP2120 and Vishay TFBS6614 transceiver parts. Unless you need buffering because your baud rates don't match up, it sounds...
Daniel White
eqh2
Offline Send Email
Sep 1, 2004
2:40 pm
8148
I have an incorrect dereferencing use of a pointer that I could use some help fixing in this function call: ...
codewarr2000
Offline Send Email
Sep 1, 2004
3:31 pm
8149
Can I export several beans from say a DP256 project and import them to a DJ64 project (beans obviously that use the same pin-outs/features)? I have the HC12...
codewarr2000
Offline Send Email
Sep 1, 2004
3:42 pm
8150
Why dereference at all? This elimintates steps and dereferencing //prototype byte programCpuEEPROM_SetByte(word *Addr,byte Data); // call ...
Longworth, Kevin
greebsterus
Offline Send Email
Sep 1, 2004
5:26 pm
8151
First, that gives compiler error Type mismatch C1822 (expected 'const unsigned int' given 'unsigned int *const'). This fixes the error: ...
codewarr2000
Offline Send Email
Sep 1, 2004
6:03 pm
8152
This works: programCpuEEPROM_SetByte((word)e2promAddress,e2promByte); ... <http://us.ard.yahoo.com/SIG=129elirv4/M=296572.5305651.6444487.3001176/ ... ...
codewarr2000
Offline Send Email
Sep 1, 2004
6:54 pm
8153
Thanks everyone for your fast responce. I was, at first, hoping the project would be as easy as using chips like the MCP2120, but the IR side of the...
sirtiffguy
Offline Send Email
Sep 1, 2004
7:41 pm
8154
Remove the last \ because this is removing the #else. ... updateRegisterStackPointerInformation(); \...
codewarr2000
Offline Send Email
Sep 1, 2004
9:14 pm
8155
Ok, so now I am getting data in to E2prom. However, I see that data is word aligned in the e2prom, but, the data being written is by byte (PE routine). So how...
codewarr2000
Offline Send Email
Sep 1, 2004
9:15 pm
8156
Hello Bob, Keyboard and word for taking notes these days. There is a lot of poop to go through, RATS. I was looking for a road map from someone who has already...
drpdj
Offline Send Email
Sep 2, 2004
1:36 am
8157
Hi, One option is to use Metrowerks Codewarrior (the free evaluation version) and set up the peripherials using its Processor Expert. This will produce...
Ruben Jönsson
rubenjoensson
Offline Send Email
Sep 2, 2004
6:48 am
8158
You can add the DJ64 CPU bean to the DP256 project, and then switch between the configurations. Erich...
Erich Styger
r7aakg
Offline Send Email
Sep 2, 2004
11:30 am
8159
iirc, is its the licenced beans you should have no problem making a copy of the project and changing the CPU bean to the DJ64, the pheripheral beans will be...
hc08jb8
Offline Send Email
Sep 2, 2004
11:31 am
8160
Hi All I have a static string/variable in the app, which changes during run time, upon a powercycle the changes are lost, how can I make this change...
hc08jb8
Offline Send Email
Sep 2, 2004
11:33 am
8161
... The idea here is that Processor Expert should make it simple for a customer to switch to another derivative. In order to port your project from DP256 to...
MW Ron
Metrowerks
Offline Send Email
Sep 2, 2004
12:51 pm
8162
For the CodeWarrior linker, there is an attribute NO_INIT which prevents RAM initalisation during startup. If you place your static variable into a segment...
Erich Styger
r7aakg
Offline Send Email
Sep 2, 2004
1:40 pm
8163
Hi Erich Its not a problem during link or flashing, its more of once I have the firmware loaded into the MCU. For example, I use a initial variable like char...
hc08jb8
Offline Send Email
Sep 2, 2004
2:07 pm
8164
Store it in EEPROM....
codewarr2000
Offline Send Email
Sep 2, 2004
2:13 pm
8165
hmm the design doesnt have any EEPROM chip, there is some flash left on the MCU, would that do? if so how do I go about doing it? Is there some code snippet...
hc08jb8
Offline Send Email
Sep 2, 2004
2:15 pm
8166
Jay, You can save the value in EEPROM Jordi Costa Bits & Volts, s.l. ... From: "hc08jb8" <hc08jb8@...> To: <68HC12@yahoogroups.com> Sent: Thursday,...
Jordi Costa
jordicosta2001
Offline Send Email
Sep 2, 2004
2:19 pm
8167
which MCU are you using ? Jordi ... From: "hc08jb8" <hc08jb8@...> To: <68HC12@yahoogroups.com> Sent: Thursday, September 02, 2004 4:15 PM Subject:...
Jordi Costa
jordicosta2001
Offline Send Email
Sep 2, 2004
2:21 pm
8168
There is an IntEEPROM Processor Expert Bean that handles it for you. I currently have an issue with word boundaries, see latest posting 8155....
codewarr2000
Offline Send Email
Sep 2, 2004
2:24 pm
Messages 8139 - 8168 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