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 9153 - 9182 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9153
Have a look here http://www.freegeeks.net/modules.php? name=News&file=article&sid=55&mode=&order=0&thold=0 to find out about the hot news from Softec on their...
freegeeksdotnet
Offline Send Email
Jan 1, 2005
9:07 pm
9154
I have a TechArts BDM12SX+ hooked up to the CardS12D64 from elektronikladen.de. When I attempt to write a byte to the SPI0 Data Register ($00DD) the CPU...
WadeA & RebeccaM Smith
warm38spl
Offline Send Email
Jan 1, 2005
9:48 pm
9155
Baljit, This is my understanding of the terms, and a short tutorial on the functions. I hope that its not quite more than you wanted to know. I trust that...
Steve Russell
stevernohau
Offline Send Email
Jan 1, 2005
10:07 pm
9156
Hi, I'm looking for a program which combines two srecord files(s19) to single file. Do you know some? Thanks, Darek [Non-text portions of this message have...
Dariusz Kusinski
d_kusinski
Offline Send Email
Jan 2, 2005
12:22 am
9157
Unless the records have overlap, just concat them together should be fine most of time. The order should not matter. The only trouble is that you may have to...
Richard
imagecraftcom
Offline Send Email
Jan 2, 2005
12:25 am
9158
To add to Richard's suggestion, I would also be a bit wary of an S0 line within a block of S1 records. There is a slight possibility that the loader program...
Robert Mitchell
bobmitchll
Offline Send Email
Jan 2, 2005
12:42 am
9159
To add to Richard's suggestion, I would also be a bit wary of an S0 line within a block of S1 records. There is a slight possibility that the loader program...
Robert Mitchell
bobmitchll
Offline Send Email
Jan 2, 2005
12:42 am
9160
To add to Richard's suggestion, I would also be a bit wary of an S0 line within a block of S1 records. There is a slight possibility that the loader program...
Robert Mitchell
bobmitchll
Offline Send Email
Jan 2, 2005
12:42 am
9161
To add to Richard's suggestion, I would also be a bit wary of an S0 line within a block of S1 records. There is a slight possibility that the loader program...
Robert Mitchell
bobmitchll
Offline Send Email
Jan 2, 2005
12:42 am
9162
... Try without setting SSOE = 0. Also, seems like an interrupt is enabled or a hardware bug on this mask set. Exequiel...
zeta_alpha2002
Offline Send Email
Jan 2, 2005
1:23 am
9163
My apologies fir the multiple posting of my response. Some sort of malfunction in my mail program. Four copies appeared in my sent folder for one click of the...
Robert Mitchell
bobmitchll
Offline Send Email
Jan 2, 2005
4:16 am
9164
Wade, On Saturday, January 01, 2005 9:48 PM you wrote: - ... Did you set breakpoints and where? ... Where is the 'CLR SPI0CR2' that is meant to be part of the...
Michael Elphick
michael_c_el...
Offline Send Email
Jan 2, 2005
9:03 am
9165
Hi, I have written an SCI interrupt routine which caters for all the SCI interrupts. To test the code I am transmitting and receiving via the loopback path....
pi eng
eng_pi
Offline Send Email
Jan 3, 2005
1:05 am
9166
... character transmitted irrespective of packet length. ... You should probably take a look at this doc. The issue described sounds like it could account for...
tonalbuilder2002
tonalbuilder...
Offline Send Email
Jan 3, 2005
3:23 am
9167
On Sunday, January 02, 2005 1:23 AM from zeta_alpha2002: - ... There are a few issues with the SPI that don't seem to get resolved, for example: - 1. You...
Michael Elphick
michael_c_el...
Offline Send Email
Jan 3, 2005
10:03 am
9168
... NoICE includes a little utility called EatS9 that removes S0 and S7/8/9 records. Rather trivial source code follows. // EatS9.cpp : Remove S0, S7, S8, and...
John Hartman (NoICE)
nomeekgeek
Offline Send Email
Jan 3, 2005
3:00 pm
9169
hello group, Is there any free os/kernal for start12 which i can download from web ?? thanks gomez. __________________________________________________ Do You...
lg123 lg123
lgomez8801
Offline Send Email
Jan 3, 2005
3:20 pm
9170
Heya For this code to work with C32 (Techarts dip module), the FlashInit should be passed with 8Mhz as the clock? I do have PLL enabled and it goes 24Mhz after...
hc08jb8
Offline Send Email
Jan 3, 2005
5:59 pm
9171
Hi Bill, Many thanks for that. I explains some other qerks I'm seeing. eng pi ... character transmitted irrespective of packet length. ... You should probably...
pi eng
eng_pi
Offline Send Email
Jan 4, 2005
1:23 am
9172
... it was earlier, in the code that initialized the SPI. Every time that I use the SPI, I have to be safe by setting SPI0CR1, because there is another part...
Wade A Smith
warm38spl
Offline Send Email
Jan 4, 2005
3:17 am
9173
See my code, it works for me. Maybe you can gleam some clues to make yours to work. In this example Port M is the SPI port, yours may differ. Also make sure...
zeta_alpha2002
Offline Send Email
Jan 4, 2005
3:42 am
9174
I have just been given a Adapt9S12E128 for a project and I'm having trouble getting started. It came in a box with CodeWarrior CW12 V3.0 and a cd with...
the_oog6789
Offline Send Email
Jan 4, 2005
4:18 am
9175
Hi. Adapt9S12E128 boards can be connected/programmed with: 1- uBug12 (onchip monitor talking to uBug12 software from Technological Arts, via RS232), 2- with a...
Gilles Blanquin
gblanquin_mtwks
Offline Send Email
Jan 4, 2005
9:06 am
9176
Wade, On Tuesday, January 04, 2005 2:51 AM you said: - ... There are several other more serious issues if you are changing the SPI mode. Take a look at the...
Michael Elphick
michael_c_el...
Offline Send Email
Jan 4, 2005
9:16 am
9177
Thanks Gilles.. I seem to have solved my problem. Having played around with CodeWarrior for a while I started creating serveral different projects using the...
the_oog6789
Offline Send Email
Jan 4, 2005
12:49 pm
9178
In a message dated 1/4/05 7:50:59 A.M. Eastern Standard Time, oog25@... writes: By the way I ended up adding a for loop or two which ended up being ...
BobGardner@...
bobgardner32839
Offline Send Email
Jan 4, 2005
1:08 pm
9179
I have been having an intermitent problem with my system. I have the COP enabled, but something happens, and the microcontroller locks-up. It appears that...
tzygmunt
Offline Send Email
Jan 5, 2005
6:07 pm
9180
Just a WAG...you might be stuck in a loop that refreshes the COP. Strobe a port pin immediately after you refresh the COP to see if that's the case. Next to a...
tonalbuilder2002
tonalbuilder...
Offline Send Email
Jan 5, 2005
8:26 pm
9181
Tony, The COP Watchdog Reset is using the address 0xFFFA Reset vector - not the address 0xFFFE Reset vector which is used by power-on Reset and external Reset....
Doron Fael
doronf@...
Send Email
Jan 5, 2005
10:35 pm
9182
Thanks for your input. I found that RF interference was causing the micro to go into its BDM stop state. I added ferrites onto the input lines to the board,...
Tony Zygmunt
tzygmunt
Offline Send Email
Jan 6, 2005
1:58 pm
Messages 9153 - 9182 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