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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 2205 - 2234 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2205
I've just been dealing with banked code on the HC812A4 and asked my usual guru at IAR, Steve Ergerter (support@... will probably raise him), to give me...
Richard Webb
dw4guitar
Offline Send Email
Feb 2, 2003
3:38 am
2206
Hello All, I have written an assembly routine to write one byte to the EEPROM of the MC9S12DP256. The routine is called with the destination address in the...
Roger Schaefer <rsch@...
roger_schaef...
Offline Send Email
Feb 2, 2003
1:16 pm
2207
I'm wondering, what is the threshold votlage (for lack of a better term) of the Port T (Input Capture) pins on the 9s12dp256? (in case I'm using the wrong...
Roger Korus <korus@...>
thekorus
Offline Send Email
Feb 2, 2003
8:21 pm
2208
Roger, All the I/O pins of the 9S12DP256 and all other HCS12 devices have a nominal input threshold of VDDX/2. For VDDX of 5V the threshold is 2.5V. The...
Doron Fael
doronf@...
Send Email
Feb 2, 2003
8:46 pm
2209
Hello Gilles and altogether, ...thanx for your helpful explanations, Gilles! This was a lot of help to be sure not the standalone mode was the problem but the...
christian_theiss_2003...
christian_th...
Offline Send Email
Feb 3, 2003
9:23 am
2210
Hello At this time, I would like to know how to configure the SPI communication as bidirectional, one line communication, because I want to use L3...
 
j2bichon
Offline Send Email
Feb 3, 2003
2:21 pm
2211
SPI, by its very nature and definition is a full-duplex, bi-directional protocol. It does not offer a "one-line, half duplex" mode of operation. You should...
Robert Smith
bobsmith523236
Offline Send Email
Feb 3, 2003
4:55 pm
2212
Hi Roger, You must program an aligned word to the EEPROM of the DP256. Attempting to program a misaligned word or a byte will cause an ACCERR error. This is...
djsimpson100 <david@....
djsimpson100
Offline Send Email
Feb 3, 2003
11:24 pm
2213
Thanks for your kindness. I omitted Clock line because Clock line is basis of SPI communication. I mean the one line communication is TX & RX Line. I want send...
 
j2bichon
Offline Send Email
Feb 4, 2003
12:27 am
2214
I have to change bits in an output chip that is write only. I am having an odd behavior with C code that compiles to BSET and BCLR operations. It occurs to...
Paul Johnson
darkstages
Offline Send Email
Feb 4, 2003
12:31 am
2215
Is anyone here using the new 2.0 version of Metrowerks for the HC12? In your opinion, is it worth the upgrade? I have numerous problems, especially with the...
Paul Johnson
darkstages
Offline Send Email
Feb 4, 2003
12:31 am
2216
In a message dated 2/3/03 7:28:18 PM Eastern Standard Time, ... Assume machine A is master, B is a slave... A transmits on clk and mosi, B receives on clk and...
BobGardner@...
bobgardner32839
Offline Send Email
Feb 4, 2003
12:48 am
2217
In a message dated 2/3/03 7:31:57 PM Eastern Standard Time, ... I have a ram variable called portb, say that I do the bset on, then copy portb to PORTB ...
BobGardner@...
bobgardner32839
Offline Send Email
Feb 4, 2003
12:51 am
2218
Greetings Paul-- Have you though about using "const" on the write-only register declarations? Some of the syntax is a little hairy until you get use to it, but...
Kellogg Dave
davekellogg1...
Offline Send Email
Feb 4, 2003
1:05 am
2219
Could someone point me to an electronic version of the schematic for this board (if such is available)? Thanks-- Dave.Kellogg@... 607-656-2597 ...
Kellogg Dave
davekellogg1...
Offline Send Email
Feb 4, 2003
1:25 am
2220
Hi, have a look at the SPI control register 1 and 2. There are some bits to arrange what you want to do. These may vary in name depending on the chip you use,...
Peter Lissenburg
peterlissenburg
Offline Send Email
Feb 4, 2003
1:26 am
2221
... odd behavior with C code that compiles to BSET and BCLR operations. It occurs to me that if these are read->modify->write operations, it would explain my...
Richard Webb
dw4guitar
Offline Send Email
Feb 4, 2003
4:28 am
2222
Hi All, I am about to lock in a micro for a new design, at this stage it is to be the MC9S12DP256BCPV. My question is, is anyone aware of any problems with...
Darren
darrenjmoore
Offline Send Email
Feb 4, 2003
7:34 am
2223
Lets try this again, as it did not appeared on the list the last time!?!? Hi, have a look at the SPI control register 1 and 2. There are some bits to arrange...
Peter Lissenburg
peterlissenburg
Offline Send Email
Feb 4, 2003
11:11 am
2224
My (safety related) application has to recognize changes in the code (in the Flash). I have to calculate a CRC checksum over the whole code in the Flash. Thus...
Roth Markus
m_i_roth
Offline Send Email
Feb 4, 2003
1:03 pm
2225
Hi I am looking for an example in C language under codewarrior for using the RS232 for the MC9S12DG256B Thank you Uri Peled My Email uri.peled@......
uripeled2000 <uripele...
uripeled2000
Offline Send Email
Feb 4, 2003
1:39 pm
2226
Paul, ... read->modify->write commands? In addition to the BSET & BCLR instructions, if you examine the op-code map (Appendix A of the CPU12 Reference...
Gordon Doughman
gordonatmot
Offline Send Email
Feb 4, 2003
2:53 pm
2227
Darren, EB614, 'SCI Interrupt Errata Workaround for HCS12 Family Devices', presents a workaround for the MUCTS00510 errata that uses a timer channel to...
Gordon Doughman
gordonatmot
Offline Send Email
Feb 4, 2003
2:59 pm
2228
http://tinyurl.com/5bn5 ... for this...
s_spears_2000 <sspear...
s_spears_2000
Offline Send Email
Feb 4, 2003
3:47 pm
2229
Markus, check out: CodeWarrior Manuals\pdf\Manual SmartLinker.pdf chapter "Linker Defined Objects". Search for "checksum" to get there as well. The linker...
Erich Styger
estyger@...
Send Email
Feb 4, 2003
5:15 pm
2230
with HC12 V2.0: select stationery HC12 -> DG -> DG256B -> C with ProcessorExpert Then there many different beans: Bean Selector -> MCU internal peripherals ->...
Erich Styger
estyger@...
Send Email
Feb 4, 2003
5:15 pm
2231
My apologies if you get this more than once, but I'm having some trouble sending and receiving from this group. Is anyone here using the new 2.0 version of...
Paul Johnson
darkstages
Offline Send Email
Feb 4, 2003
6:18 pm
2232
This is a good point... It has never crossed my mind (It may be a code problem on my side) however the debugger seems to continually crash if I seek the value...
Jordan Fuerst
jordanfuerst
Offline Send Email
Feb 4, 2003
6:36 pm
2233
I was browsing the sales literature on line and noticed that the Code Warrior package that included high level CAN libs was a cool $4995. I am doing...
d
wiredrabbit
Offline Send Email
Feb 4, 2003
6:52 pm
2234
Thanks, Gordon EB614 also explains in more detail the internal problem, I have asked arrow for a quote on the 'c' suffix part I will see what they come back...
Darren
darrenjmoore
Offline Send Email
Feb 4, 2003
9:58 pm
Messages 2205 - 2234 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