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 11057 - 11086 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11057
Hello, I am facing a big problem in counting pulses generated by an encoder. Here is my code. Its not working. It is detecting pulses till the rate of 1400...
nrmlguru
Offline Send Email
Jul 1, 2005
11:17 am
11058
Hello, I am facing a big problem in counting pulses generated by an encoder. Here is my code. Its not working. It is detecting pulses till the rate of 1400...
nrmlguru
Offline Send Email
Jul 1, 2005
11:26 am
11059
Using Codewarrior, there is an alternative in C as the following: typedef void (*near intFunction)(void); const vector[] @vector_table_address { //list of...
Wandson Santana
sswsantana
Offline Send Email
Jul 1, 2005
12:23 pm
11060
For what its worth I have found it a lot more reliable to measure the pulse width through a timer interrupt and calculate the speed that way instead of using...
Dean Manion
deaninkc
Offline Send Email
Jul 1, 2005
2:09 pm
11061
What is wrong with this code? Every HC08 or HC05 device I have made which interfaces with this RTC turns on the oscillator by setting the first line to 0. All...
Munka
munka09
Offline Send Email
Jul 1, 2005
3:28 pm
11062
Recently, when I try to load code onto my flash using the USB BDM and CodeWarrior, I get the following: "Error while loading diagnostics algorithm to target...
eric_cina
Offline Send Email
Jul 1, 2005
9:10 pm
11063
You may be working too hard. Haven't dealt with the DG256, but on a MC9S12Exx, all you have to do to initialiaze a pulse accumulator is... TIM0_PACTL = 0x40; ...
tonalbuilder2002
tonalbuilder...
Offline Send Email
Jul 2, 2005
12:06 am
11064
org $0800 flag DS 2 org $8000 ldaa #$f6 staa flag ........................ when i check the flag location it is not changed to this value or any value in...
tifa_eng_2005
Offline Send Email
Jul 2, 2005
6:14 am
11065
The following works when using MiniIde's buid-in assembler. After running it, memory location 800h contains the f6h value. org $0800 flag: rmb 2 org $8000 ...
microcodefun
Offline Send Email
Jul 3, 2005
8:26 am
11066
Hi All, I have got the CAN working on a product I have running the S12DP256B. I have two units connected togeather with transceivers happily talking to each...
Adrian Vos
vosadrian
Offline Send Email
Jul 4, 2005
2:05 am
11067
Hi Eric. I will contact you off line about this issue and send you the latest ICD12 HTI DLL. However, the issue could be due to a usage not matching with the ...
Gilles Blanquin
gblanquin_me...
Offline Send Email
Jul 4, 2005
6:07 am
11068
Hi Would anyone know of a program to extract a subset of the S19 records, based on an address range? I want to put some of my untested new code in RAM and then...
Robert Lewis
robert.lewis@...
Send Email
Jul 4, 2005
6:45 pm
11069
Freescale CodeWarrior for HC12 comes with a free burner utility (burner.exe) which allows you such manipulation. Erich...
Erich Styger
r7aakg
Offline Send Email
Jul 4, 2005
6:56 pm
11070
It's easiest with a DSO or a logic analyzer but it can be done with a non-storage scope. Put it on one of the CAN lines and adjust the triggering so that it...
John Dammeyer
johndammeyer
Offline Send Email
Jul 4, 2005
10:09 pm
11071
Hello, Thanx alot for helping me in counting pulses from an external encoder.... Now I want to display it at regular intervals on the LCD panel. Say every 2...
nrmlguru
Offline Send Email
Jul 5, 2005
6:06 am
11072
I was writing the following suggestions when I saw the probable cause. IBCR should be returned to 0x80 to end message. More discussion below. It reminds me of...
Jefferson Smith
imajeff84663
Online Now Send Email
Jul 5, 2005
6:08 pm
11073
I am using CodeWarrior and a USB BDM to flash my code. I have a preload command script which wipes out the entire flash before the BDM performs the loading....
eric_cina
Offline Send Email
Jul 6, 2005
1:01 am
11074
Thanks so much for taking the time to help but I have managed to fix the problem. I think IBAL was being set for some unknown reason (I don't have a second...
Adam Charles
munka09
Offline Send Email
Jul 6, 2005
4:27 am
11075
Thanks John, I have communications happening at 250kbps. The next step is to work out what the messages mean. I have done some research, and am planning on...
Adrian Vos
vosadrian
Offline Send Email
Jul 6, 2005
5:04 am
11076
Hi Eric. CodeWarrior for HC(S)12 does not provide a sector granularity for flash erasing. Currently only blocks or entire flash can be erased. Also the Flash...
Gilles Blanquin
gblanquin_me...
Offline Send Email
Jul 6, 2005
6:30 am
11077
Hello, How to jump from one funtion to another in paged memory? i want to jump from main function to FUNC_123 ( ) without function call. I have...
Gurumurthy
nrmlguru
Offline Send Email
Jul 6, 2005
12:56 pm
11078
Don't jump between pages.... call to them through a routine in the base page [Non-text portions of this message have been removed]...
BobGardner@...
bobgardner32839
Offline Send Email
Jul 6, 2005
1:37 pm
11079
Hi. The "jmp" instruction will not handle the ppage. So if you really don't want to use the "call" instruction, you have to make sure that either: -the source...
Gilles Blanquin
gblanquin_me...
Offline Send Email
Jul 6, 2005
1:42 pm
11080
One option is to buy a hand held OBDII display unit and compare CAN messages to its display. They have really come down in price, I've seen them sold new for...
Steve Letkeman
usenetzan
Offline Send Email
Jul 6, 2005
2:53 pm
11081
Hi Gilles, I am also interested in this subject. How would you make use of the linker To hop between pages without having to set PPAGE and use dummy swap ...
Mohamed Belaroussi
mohamed.belaroussi@...
Send Email
Jul 6, 2005
4:01 pm
11082
Thanks Gilles. I modified the script you sent me and it works great. If there are any new manuals, completed or not, I would be happy to get a hold of them. ...
eric_cina
Offline Send Email
Jul 6, 2005
6:01 pm
11083
Hi, You can't 'jmp' from one page to another. If you are starting off in unpaged memory, you can set the PPAGE and then jump. The only way to jump from page...
Michael Huslig
mhuslig@...
Send Email
Jul 6, 2005
10:38 pm
11084
Helo, Guys its been the problems week for me. Now I am facing a hardware problem. BDM is not detecting. I am using NoICE debugger and when i open it gives an...
nrmlguru
Offline Send Email
Jul 7, 2005
6:04 am
11085
Hi nrmlguru, ... wrong processor selected? clock speed? wiring for MODA, MODB, MODC? hth -uwe...
Uwe Arends
uwepcb
Offline Send Email
Jul 7, 2005
6:18 am
11086
Helo, Guys its been the problems week for me. Now I am facing a hardware problem. BDM is not detecting. I am using NoICE debugger and when i open it gives an...
nrmlguru
Offline Send Email
Jul 7, 2005
6:39 am
Messages 11057 - 11086 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