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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 9654 - 9683 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9654
Kieran, Is this also true of the 68hc11f1, 68hc11k0, 68hc812a4? We have become frantic here after seeing the 'not recommended for new design' message on all...
Michael Huslig
mhuslig@...
Send Email
Mar 1, 2005
2:17 pm
9655
Salvador, Is svc_malloc declared with a function prototype before you use it? The problems you describe could be caused by a type mismatch caused by an...
Stephen Trier
sct@...
Send Email
Mar 1, 2005
3:30 pm
9656
Steve, Thanks for the answer. Yes I have correct prototypes for everything. it is very weird what I saw. I remember that sometime ago I was getting an error...
Salvador Tenorio
salvador_ten...
Offline Send Email
Mar 1, 2005
3:46 pm
9657
Hi all, I've been working with the 9S12E128 MCU and have found an interesting problem when using metrowerks code warrior. On my program execution, an illegal...
Mike
mikesuthy_1
Offline Send Email
Mar 1, 2005
9:41 pm
9658
Just recently I ran into a similar problem in the same part of start12.c code. The problem appeared when I started tinkering with compiler optimization...
tonalbuilder2002
tonalbuilder...
Offline Send Email
Mar 2, 2005
3:23 am
9659
Yes that also works ... there is an optimize for size setting in the same code area ... depending on what you have selected drops in different copy down code. ...
Mike
mikesuthy_1
Offline Send Email
Mar 2, 2005
8:39 am
9660
My employer is using M68HC705B16 which was obsolete 10 years ago. It was only a few months ago that we had a hard time buying this because it's no longer...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 2, 2005
4:14 pm
9661
Actually this has been fixed in the start12.c contained in the HCS12X V4.0 release (which does not target HC12/HCS12 directly, but the start12.c it contains...
Daniel Friederich
danielfriede...
Offline Send Email
Mar 2, 2005
7:01 pm
9662
Hi All Each port has a register for enabling a pull up or down device. I was just wondering if that is just two internal resistors? Enabling one or the...
the_oog6789
Offline Send Email
Mar 2, 2005
10:18 pm
9663
No I think more like active devices. They are also weak, so you don't have to pull much current in the other direction to change the level....
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 2, 2005
11:45 pm
9664
you should load your program in RAM try with ORG $800 ... _________________________________________________________ Do You Yahoo!? La mejor conexión a...
Mr angel castillo
eltachonder
Offline Send Email
Mar 3, 2005
12:16 am
9665
Hello, I can't get the SCI1 on my E128 EVBU working. I can't read characters or send characters using it. I have set the reciever enable and transmit enable...
abliviax
Offline Send Email
Mar 4, 2005
2:24 am
9666
Abliviax, If you have the board's schematic, you can save a lot of time by reading it, even if you have no other documentation on the board. I wouldn't work...
Stephen Trier
sct@...
Send Email
Mar 4, 2005
3:34 pm
9667
Hi everybody. I designed a board with a MC9S12A256C that's running at 10MHz of internal bus (xtal=3.579Mhz) and i write in flash a lot. The thing is that the...
eugeniovoss
Offline Send Email
Mar 4, 2005
6:06 pm
9668
Are you sure you did not secure the device.. What do you mean by "i write in flash a lot"? ... [Non-text portions of this message have been removed]...
Dave Perreault
daperreault
Offline Send Email
Mar 4, 2005
10:49 pm
9669
For a M9S12DP256C using the ImageCraft compiler, will variables declared as an int be 16 bits or 32? Thanks fo rthe help!...
taggart62004
Offline Send Email
Mar 4, 2005
11:16 pm
9670
In a message dated 3/4/05 6:20:15 P.M. Eastern Standard Time, whexican@... writes: will variables declared as an int be 16 bits or 32? In the menu bar...
BobGardner@...
bobgardner32839
Offline Send Email
Mar 5, 2005
1:41 am
9671
You can look at the help as it was suggested already, I also suggest you use type definitions for different data sizes that represent the exact number of bits...
Salvador Tenorio
salvador_ten...
Offline Send Email
Mar 5, 2005
2:49 am
9672
According to some people from Freescale we talked to yesterday, that NOT RECOMMENDED FOR NEW DESIGN notice got put on a lot of parts across several MCU...
Kerry Berland
kerryberland
Offline Send Email
Mar 5, 2005
2:54 am
9673
In a message dated 3/4/05 9:51:46 P.M. Eastern Standard Time, salvador_tenorio@... writes: I also suggest you use type definitions for different data...
BobGardner@...
bobgardner32839
Offline Send Email
Mar 5, 2005
3:05 am
9674
The benefit I mostly get is this: I am now developing common code for both x86 (Pentium) and HCS12. The source files therefore have the same U8, U16, U32 etc,...
Salvador Tenorio
salvador_ten...
Offline Send Email
Mar 5, 2005
3:35 am
9675
I just recalled another advantage as soon as I went back to work, here it goes: I normaly do all my automated unit testing on the PC regardless of what the...
Salvador Tenorio
salvador_ten...
Offline Send Email
Mar 5, 2005
3:53 am
9676
I am trying to build small "services" that are loaded in pages of a DP256 device. The services are actually tasks in a multitasking environment. While I am...
Jonathan Masters
jemtech1964
Offline Send Email
Mar 5, 2005
5:19 am
9677
Thanks for the reply, Sal. Good explanation.. I can see an advantage for 'multiple platforms'. My experience has been that not much source can be used between...
BobGardner@...
bobgardner32839
Offline Send Email
Mar 5, 2005
1:32 pm
9678
Changing code is not as painfull as it seems. In my begining years, I used to use different names for these variables, like byte, word, dword, etc. Then when I...
Salvador Tenorio
salvador_ten...
Offline Send Email
Mar 5, 2005
6:58 pm
9679
By the way, I also planned for big/little endian since I obvioulsy am working in both worlds. In this case is simple, I isolate those processor dependencies in...
Salvador Tenorio
salvador_ten...
Offline Send Email
Mar 5, 2005
7:15 pm
9680
Hi everybody I've bought a miniDragon board from Wytek and been trying to run the IIC block. But I'm lost in the Motorola documents. All I would like to have...
domi2c
Offline Send Email
Mar 6, 2005
3:20 pm
9681
Hi, When you say you write to the flash often, can you calcuate how often you did write to the flash? Has it exceeded the max number of permissible write...
pi eng
eng_pi
Offline Send Email
Mar 7, 2005
12:54 am
9682
Hi all, I want to programm a delay function in c, which can delay the hc12 xx seconds: void delay (int seconds) { ...; } Are there ready tested delay...
marcelmenne
Offline Send Email
Mar 7, 2005
6:39 am
9683
Hi, do you really want to program a delay with a simple loop, which the processor "stops"? If you program a loop like you wrote below, you can't make anything...
Patrick Gempeler
Always_Funy
Offline Send Email
Mar 7, 2005
7:20 am
Messages 9654 - 9683 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