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 11610 - 11640 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11610
... of ... the ... 0. ... The only thing I can think of is that the interrupt occurs in the middle of the assignement between the two values in the struct, ...
Daniel Lundin
datekdev
Offline Send Email
Sep 1, 2005
8:31 am
11611
I do agree with Daniel; I would avoid float operations in interrupt handler when the CPU has no HW floating point support and the compiler's SW floating point...
Karoly Molnar
karoly.molnar@...
Send Email
Sep 1, 2005
8:49 am
11612
... I think by the word "trace" you mean single step. I use the word "trace", for the emulator unit called "trace" which is recording the HCS12 execution...
Doron Fael
doronf@...
Send Email
Sep 1, 2005
8:58 am
11613
It might not corrupt the value, but you might end up with data that is one AD cycle too old. Depending on application, that may or may not be critical....
Daniel Lundin
datekdev
Offline Send Email
Sep 1, 2005
9:21 am
11614
Err... sorry, it should of course be ms byte = old data, ls byte = new data. ... not ... interrupt ... SW ... float ... the ... post...
Daniel Lundin
datekdev
Offline Send Email
Sep 1, 2005
9:29 am
11615
Hello and thank you for the comments! But, now I´m really perplexed. That´s why, I write the complete source code. But first the description of the program: ...
sleidiman
Offline Send Email
Sep 1, 2005
11:41 am
11616
Yea man, you update the var.volt_calc in the interrupt handler instead of var.volt??...
Karoly Molnar
karoly.molnar@...
Send Email
Sep 1, 2005
12:13 pm
11617
Sounds strange indeed... Found a small bug, probably not related to the problem: z should most likely be set to zero from inside the if(z==100) statement. I...
Daniel Lundin
datekdev
Offline Send Email
Sep 1, 2005
12:19 pm
11618
@Karoly Molna ... Sorry, this is a copy & paste problem. I calculate this value in the function calc. The ISR looks like var.volt=ATD0DR0; @Daniel Lundin ... ...
sleidiman
Offline Send Email
Sep 1, 2005
1:04 pm
11619
... And won't be until better supported with libs and debugging tools. One downfall I think is it's rudimentary handling of pointers and PPAGE. Seems like a...
Jeff Smith
imajeff84663
Online Now Send Email
Sep 1, 2005
3:51 pm
11620
http://www.freescale.com/files/microcontrollers/doc/app_note/AN2759.pdf In this app note, there's design example with MC9S12NE64. Ground plane has a split,...
Michal Konieczny
michalkonieczny
Offline Send Email
Sep 1, 2005
7:31 pm
11622
Hello once again. I am almost desperate with this problem. I am at a loss :-( Is it possible, that a bug in the compiler (ICC)is the cause of my problem??? Or:...
sleidiman
Offline Send Email
Sep 2, 2005
11:51 am
11623
What happens if you disable the AD interrupt and set a proper float value just before the comparison? Did you check the assembly code?...
Karoly Molnar
karoly.molnar@...
Send Email
Sep 2, 2005
12:10 pm
11624
Hi, I am in the process of writing my bootloader in "C" using imageCraft and got some bump on the road. So, I wondering now that "is it actualy possible to...
hc12meyer
Offline Send Email
Sep 2, 2005
1:58 pm
11625
I wrote a similar bootloader for a 128 chip and I believe I had to protect the bootloader block, f800 -ffff, and then block erase the first block followed by...
David Wild
dwild.geo
Offline Send Email
Sep 2, 2005
2:57 pm
11626
Thank you!! I will protect the block and give a shot! ... protect ... block ... protected area ... you have ... performing ... increment ... reliably. ... ...
hc12meyer
Offline Send Email
Sep 2, 2005
4:34 pm
11627
... If you like, you can send me (off-list) a GCC compiled project preferably with paged functions, with the .elf output and the source files, and I can try to...
Doron Fael
doronf@...
Send Email
Sep 2, 2005
8:34 pm
11628
I use IAR embedded workbench for motorola hc12 2.43c on MC9S12C64. I edited the linker command file. But when linked, the interrupt vector address is BGND. for...
iamhillson
Offline Send Email
Sep 3, 2005
4:57 am
11629
Hello ! I use ICC12 professionnal version, with NoIce debugger, 9s12dp256 processor. I wrote a program for a graphic LCD display, using font characters (9 ...
jpdi@...
dieseinfo
Offline Send Email
Sep 5, 2005
3:28 pm
11630
Hi Compilers do sometimes make poor code. I was once watching a Visteon engineer (Ford) show me how he was debugging his HC12B32 dashboard project. He ws...
Robert Boys
RBoys@...
Send Email
Sep 5, 2005
8:07 pm
11631
Michael, I agree with you completely. C1 and C2 need to be on the same ground instead of C1's current being forced to flow through the common point on/near J3,...
Dennis Tomlinson
det_werks@...
Send Email
Sep 6, 2005
4:01 pm
11632
I'm using Cosmic complier CX6812 4.6c and Zap debugger V4.05A. I definitely choose +debug option for C complier. The MCU is 68HC912D60A. I can't set breakpoint...
wzmatcalgary
Offline Send Email
Sep 6, 2005
5:34 pm
11633
Try double clicking on the line number (left column) and not in the middle of the C code. Regards, Jean-Pierre ... De : wzmatcalgary...
Jean-Pierre Lavandier
jpcosmic
Offline Send Email
Sep 6, 2005
6:09 pm
11634
I am confused. The Port Integration Module document says the PORT AD can be used as general purpose I/O and documents a data direction register, and allows ...
Dave Sivertsen
dwsivertsen
Offline Send Email
Sep 6, 2005
6:20 pm
11635
Never mind - I missed the fact that there are two registers for the port - one in each module. I was tweaking PORTAD - I should have been tweaking PTAD! Dave...
Dave Sivertsen
dwsivertsen
Offline Send Email
Sep 6, 2005
6:35 pm
11636
Hi, is it normal, that the pins of the CPU PORTK (bit 0 to bit 7) are set to 5V at the reset of the CPU while a very small lap of time. Can it be possible to...
Alexandre Zambon
alexandre_za...
Offline Send Email
Sep 6, 2005
6:50 pm
11637
Actually I double click on the line number as the manual said. Jean-Pierre Lavandier <jpL@...> wrote:Try double clicking on the line number (left column)...
Gary Wang
wzmatcalgary
Offline Send Email
Sep 6, 2005
7:35 pm
11638
Alex, In the "Modular Documentation" on the Freescale web site, in Block Guide — S12MEBI V3, page 24 the default reset state of PUPK in the PUCR is 1, which ...
Steve Russell
stevernohau
Offline Send Email
Sep 6, 2005
7:37 pm
11639
Hello: I'm looking for information regarding the flash module in the new part 9S12HZ256. I think it has 2 flash arrays (64K * 16 bits). The older 9S12H256 has...
jetrimmer
Offline Send Email
Sep 7, 2005
12:51 am
11640
I'm having trouble getting output compare interrupt service routines to work on my s12compact board. My goal is to use the ISR to sample an analog input...
Joseph D. Kay
joedee.kay@...
Send Email
Sep 7, 2005
12:54 am
Messages 11610 - 11640 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