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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5596 - 5625 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5596
Could anyone tell me if when you purchase Codewarrior online if the license is emailed to you, or do you have to wait for the package to arrive before you can ...
Darren
darrenjmoore
Offline Send Email
Feb 1, 2004
9:05 am
5597
Hello Len I would be very interested to learn from your example of PID control -- would you email me the C-code of your school project? Many thanks in advance!...
ra
joncas04
Offline Send Email
Feb 1, 2004
9:47 am
5598
Hello Darren, You may download the version from the web and use the special edition license immediately. For anything else, you typically need the registration...
Erich Styger
r7aakg
Offline Send Email
Feb 1, 2004
6:20 pm
5599
Erich, Should this also work (as my manual seems to indicate it should) in V1.2? I have the following code: // disable warning about assignment in condition,...
Ed Carryer
carryer@...
Send Email
Feb 1, 2004
7:55 pm
5600
Why would i get the warning that all of my path\filename.c.o files have no dwarf debug information? the compiler option nodug is not set and i thought...
ericshufro
Offline Send Email
Feb 1, 2004
8:07 pm
5601
Hi, I am using cosmic tool where reset vector maps to"_stext" symbol which is defined in crtsi.s file(startup file).crtsi.s is an assembly language prog where...
chanojmarian
Offline Send Email
Feb 2, 2004
5:57 am
5602
Spam detection software, running on the system "fw2.vse.sk", has identified this incoming email as possible spam. The original message has been attached to...
chanojmarian
Offline Send Email
Feb 2, 2004
5:59 am
5603
Hello Ed, Yes, it does. I just verified with following small example: int i; void foo(void) { #pragma MESSAGE DISABLE C5909 if ((i=0) < 0) { return; } } Hard...
Erich Styger
r7aakg
Offline Send Email
Feb 2, 2004
6:22 am
5604
Hello Eric, In the project settings for CodeWarrior you can as well strip out debug information. I guess you added files to the project where you did not set...
Erich Styger
r7aakg
Offline Send Email
Feb 2, 2004
6:22 am
5605
Hi Erich, Ed, the #pragma MESSAGE does only apply to full objects, say complete function. While in Erich's example the message is disabled, it's disabled for...
Daniel Friederich
danielfriede...
Offline Send Email
Feb 2, 2004
10:06 am
5606
PID without PHD...Try this site, I found it very helpful. http://www.embedded.com/2000/0010/0010feat3.htm Hossam Andrew Leech <andrew_leech@...> wrote:...
Hossam Almasri
almasrih
Online Now Send Email
Feb 2, 2004
2:28 pm
5607
Manoj When you load the code to your debugger, it looks for the _stext symbol from the startup code to initially set the program counter. If you remove this,...
Luke DaDalt
luke_cosmic
Offline Send Email
Feb 2, 2004
4:15 pm
5608
Where can one get some HC9S12E128CPV? I tried DigiKey but none there. Can these be pre-ordered? Yours sincerely, Bobi bobi.mageroski@... [Non-text...
bobi
bobby_mager
Online Now Send Email
Feb 3, 2004
2:17 am
5609
Hello, I have some problems with the M68ECV9S12C32 evaluation board. It seems that from CodeWarrior It can't write the application into uC flash. Someone have...
cosming
cosmingiurgiu@...
Send Email
Feb 3, 2004
1:36 pm
5610
Hi. AXIOM M68EVB9S12C32 - AXM-0303 Rev. A. My board: 8 MHz oscillator on X1. Jumpers starting setup: CTS_EN -> open RTS_EN -> open RX_EN -> close ROM_EN -> GND...
Gilles Blanquin
gblanquin@...
Send Email
Feb 3, 2004
3:20 pm
5611
Hello, i need a reset in my programm on a hc12 (MC68HC912DG128), but i don t know how to start the Watchdog! I am missing the "enable COP" bit in...
shoooty2001
Offline Send Email
Feb 3, 2004
7:05 pm
5612
I have an application using DP256 Star 12 which after reset reads most of the flash and calculates a checksum. This checksum is compared to one programed into...
Longworth, Kevin
greebsterus
Offline Send Email
Feb 3, 2004
9:04 pm
5613
ADVERTISEMENT Hi, I have been using ImageCraft C and the Adapt9S12DP256 successfully for over 7 months, until last night. I went to erase and program the flash...
juju1414
Offline Send Email
Feb 3, 2004
9:38 pm
5614
Kevin, ... The answer is no. The KEYACC only affects the ability of external hardware to read the content of the internal Flash and EEPROM. The internal code...
Doron Fael
doronf@...
Send Email
Feb 3, 2004
9:58 pm
5615
I am having difficulty with setting the ppage register of my flash memory. When I assign a hex address to the register by calling a function in another module,...
jsalonga8
Offline Send Email
Feb 4, 2004
5:21 am
5616
Hello, in my program I don't write the COPCTL register. The default values (with VDDPLL low => bit CME=0) work. If I don't write 0x55 and 0xAA to the COPRST...
Patrick Gempeler
Always_Funy
Offline Send Email
Feb 4, 2004
6:16 am
5617
You didn't mention which HC12 derivative you are using. The HCS12 parts have PPAGE in address 0x30. Paged Old Generation HC12 parts (DT128A, DG128, DA128 etc.)...
Doron Fael
doronf@...
Send Email
Feb 4, 2004
7:09 am
5618
Hi, I have done a mass erase for the D64 controller when doing work on the flash driver. So this will basically put the MP in the secured state, since the ...
chanojmarian
Offline Send Email
Feb 4, 2004
3:28 pm
5619
Spam detection software, running on the system "fw2.vse.sk", has identified this incoming email as possible spam. The original message has been attached to...
chanojmarian
Offline Send Email
Feb 4, 2004
3:29 pm
5620
The flash manual says "With the KEYEN and KEYACC bits set, a write to the backdoor key address triggers a comparison between the correct ....." etc. Does...
Longworth, Kevin
greebsterus
Offline Send Email
Feb 4, 2004
3:46 pm
5621
Manoj, Most BDMs supply a way to un-secure a secured HCS12 part. This way is activated differently for different BDMs. If you tell us which BDM you are using...
Doron Fael
doronf@...
Send Email
Feb 4, 2004
4:22 pm
5622
Hi!, One of my students brought this to my attention: The diagram of center-aligned PWM shown in Fig. 11-2 in Rev 8 of the M68HC12B Family Data sheet...
Ed Carryer
carryer@...
Send Email
Feb 4, 2004
5:24 pm
5623
Hi Guys I have a qurey from a colleague, that I wasn't able to answer convincingly, so here its is for you words of widsom With reference to the Technical Data...
TONYNEBULA@...
Send Email
Feb 4, 2004
7:44 pm
5624
[Non-text portions of this message have been removed]...
linktek
linktek@...
Send Email
Feb 4, 2004
9:51 pm
5625
Hi Doron, I am using the ZAP debugger from Multilink. So how can we use this debugger for unsecuring the target? Rgds Manoj ... is ... you are ... controller. ...
chanojmarian
Offline Send Email
Feb 5, 2004
4:37 am
Messages 5596 - 5625 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