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 16380 - 16410 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16380
In "Core User Guide" (S12CPU15UG V1.2) about INCA instruction, only N, Z and V flags are affected, not C... I read : "The C bit is not affected by the...
jpdi
dieseinfo
Offline Send Email
Apr 1, 2009
7:39 am
16381
Sadly, Eric Engler passed away, and his site is no longer being maintained. A message from his son has been posted here: ...
techartsman
Offline Send Email
Apr 6, 2009
11:11 pm
16383
i'm developing an uart driver based on interrupts. i've realized that when executing the ISr software failed to reset TDRE Flag.i made sure tha i've followed...
ben_smida_hamdi
Offline Send Email
Apr 9, 2009
11:02 am
16384
Flollowing an extract of the code I use for SCI. When I send datas, via a buffer : SCI1DRL = data to send... SCI1CR2 |= 0x88; // enable interrupt on Xmit...
jpdi
dieseinfo
Offline Send Email
Apr 9, 2009
12:23 pm
16385
If you want to get S12X SCI interrupt info, go to my site at: http://mamoru.tbreesama.googlepages.com/ I have a page explaining how to do interrupts with the...
David Armstrong
davidarmstro...
Offline Send Email
Apr 9, 2009
1:07 pm
16386
thanks for ur help.I guess i've catched a wrong address of the SCICR2 when trying to disable Tx interrupt in the ISR before exiting it. Now it is working.but i...
ben_smida_hamdi
Offline Send Email
Apr 9, 2009
4:09 pm
16387
i suggest just to refer to one of the most efficient strategies which is foreground/background system .a hook task,background task, with just a static cyclic...
ben_smida_hamdi
Offline Send Email
Apr 11, 2009
10:36 pm
16388
Hi All, We are using the MSCAN in MPC5200B for my project CAN communication. I am aborting the CAN message whenever there is a TX PASSIVE Error occurs. I am...
venkateshwarlu kacham
venkat_kacham
Offline Send Email
Apr 12, 2009
7:29 am
16389
http://www.freescale.com/files/microcontrollers/doc/app_note/AN2283.pdf "As seen at the beginning of the flowchart the REC and TEC of the MSCAN are set to 0...
Rob Milne
rmilneca
Offline Send Email
Apr 14, 2009
4:17 am
16390
AsmIDE executable and source can now be found here: http://support.technologicalarts.ca/docs/HC12-related/ThirdParty/AsmIDE/ Best regards, Carl Barnes ...
techartsman
Offline Send Email
Apr 14, 2009
10:12 pm
16391
Hi, I have a design that currently uses a Microchip PIC18 MCU. I need to do a major revision of the design and I have the choice to go to the next larger PIC...
Carl Ungvarsky
cpu1968@...
Send Email
Apr 16, 2009
3:46 pm
16392
Hi, I use 9s12XDP512CAL (112 pins), with Imagecraft ICC12 compiler, and NoIce debugger with USB BDM. Very nice configuration. Very easy to write very big...
jpdi
dieseinfo
Offline Send Email
Apr 16, 2009
4:59 pm
16393
Joel, thank you for this information. I used the Imagecraft ICC11 and ICC12 for years and I liked them. The XGate could be very useful for me. Some questions: ...
Carl Ungvarsky
cpu1968@...
Send Email
Apr 16, 2009
6:21 pm
16394
Carl, About XGate : You can use Flash or RAM for XGate. If in RAM, your S12 code have of course to copy code from flash to RAM. I use XGate in flash. The 2...
jpdi
dieseinfo
Offline Send Email
Apr 17, 2009
7:11 am
16395
Hi Joel, I'm also interested in using the Xgate coprocessor with ICCV7 and would love to see your demo too. -rob...
Rob Milne
rmilneca
Offline Send Email
Apr 18, 2009
3:07 am
16396
Hello All. I have recently started to upgrade an old board that uses DP256B's with DP512. I managed to program the board a couple of days ago with no issues. ...
Jonathan Masters
jemtech1964
Offline Send Email
Apr 20, 2009
8:04 am
16397
Hi, Jonathan, Is it DP512 or XDP512 ? XDP512 vs DP256 has - a different scheme for quartz than DP256. Maybe it's why you have speed problem with your BDM, as...
jpdi
dieseinfo
Offline Send Email
Apr 20, 2009
9:45 am
16398
... Joel, Thanks, but no it is a 9S12DP512 (Mask 4L00M). I am more or less consistently now getting the error and losing connection to the device during...
Jonathan Masters
jemtech1964
Offline Send Email
Apr 20, 2009
10:46 am
16399
Hi, DP512 does not have EEPROM or is it XDP512?? I found this type of issues when my memory map was messed up and were writing errounious data to te flash...
linktek
linktek@...
Send Email
Apr 20, 2009
7:05 pm
16400
Hello, Further to my woes from yesterday, I have now discovered that all three of my pods on three different types of boards using S12DP256, S12DP512 and...
Jonathan Masters
jemtech1964
Offline Send Email
Apr 21, 2009
6:30 am
16401
Jonathan, Are you using CW debugger? Any chance you enabled Multilink->"At startup CPU is running (hotplug)" option? This option helps to debug in normal (in...
Edward Karpicz
keffffek
Offline Send Email
Apr 21, 2009
7:51 am
16402
Again... I have moved my metrowerks license back to my old machine which is a 2.4GHZ Celeron. The new machine is a 2.66GHZ Core2 Quad Q9400. Everything works...
Jonathan Masters
jemtech1964
Offline Send Email
Apr 21, 2009
8:26 am
16403
Hi, I have a Vista machine (Core2 Duo) with : a) CW for S12(X) version 5.0 (latest), with BDM Multilink pod (USB interface) and works OK, no problems. In this...
Petrescu
yoanp
Offline Send Email
Apr 21, 2009
9:38 am
16404
My program is executing a hardware interrupt reading the serial keypad and I want to turn on the display which uses the same serial port and interrupt service...
ga5941
Offline Send Email
Apr 21, 2009
4:56 pm
16405
... You could try this: Disable RX interrupts, use RTI, and on the TX interrupt that you know will come in, then reenable RX interrupts. Bill A....
Bill Auerbach
Bill_CT
Offline Send Email
Apr 22, 2009
2:03 am
16406
Sorry, If you would work in C language, maybe I could respond to you, because I use SCI ports under interrupt, but in assembly code, I can't... Best regards. ...
jpdi
dieseinfo
Offline Send Email
Apr 22, 2009
3:31 pm
16407
I am having the same trouble. Do I configure my interrupt for SCI1 or do I just change the vector call from $3E56 to $3E54? Thanks...
jlucas134@...
Send Email
Apr 23, 2009
7:26 pm
16408
Hi I am working on a project for school and I am having trouble getting the SCI0 interrupt to work on my mini-dragon board from wytec (evbplus.com). I have...
jlucas134@...
Send Email
Apr 23, 2009
8:33 pm
16409
I am very new to programming/HC12 so please bare with me. The code i...
Michael.Zaiser@...
mikezaiser
Offline Send Email
Apr 24, 2009
2:16 am
16410
Are there any websites give project ideal using the dragon 12 board?...
Michael.Zaiser@...
mikezaiser
Offline Send Email
Apr 24, 2009
2:21 am
Messages 16380 - 16410 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