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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2454 - 2483 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2454
Hi all, Does any of you know how to create a kind of "reference only" sections with MOT V1.2 Metrowerks Compiler & Linker. With "reference only" I mean...
Guillermo F. Molina
guillemoli
Offline Send Email
Mar 1, 2003
3:57 pm
2455
Approaching the end of my 40,000 lines of code (assembler) project, and I'd just like to say how much I love the S12. I love the assembler language. I love the...
Bruce McMillan
bruce_at_poc...
Offline Send Email
Mar 2, 2003
11:14 pm
2456
It's beginning to look like I can't read my timer output pins unless I set the timer Output mode control bits to 0,0 (like OM4 = 0, OL4 = 0). My reading of...
Bob White
bobwhite7793420
Offline Send Email
Mar 2, 2003
11:28 pm
2457
CodeWarrior HC12 V2.0 (available for download on www.metrowerks.com) comes with stationeries generating both physical and logical S-Records. See also technical...
Erich Styger
estyger@...
Send Email
Mar 3, 2003
8:45 am
2458
Does it work with 24Mhz targets? I can not use your debugger if my target runs at 24Mhz. B.K. Bob Kohan Life Fitness 10601 W. Belmont Ave Franklin Park, Ill...
Bob Kohan
bkohan_2000
Offline Send Email
Mar 3, 2003
2:21 pm
2459
... What they mean is that when you read from a port bit that is set to output mode, you read the actual logic level of the pin, not the logic value you have...
Stephen Trier
sct@...
Send Email
Mar 3, 2003
5:17 pm
2460
Hi All, I have got the EETS4K working, and am able to erase and program sectors by pipelining a sector modify instruction with a program instruction. The only...
Adrian Vos
vosadrian
Offline Send Email
Mar 4, 2003
1:38 am
2461
Hi all! In my recent project i want to work with the Shadow-Byte of the of HCS12D60 but I cant find any documentation. The docs only say that the upper 4 Bit...
Daniel Postler
daniepl77
Offline Send Email
Mar 4, 2003
7:33 am
2462
... From: "Erich Styger" <estyger@...> To: <68HC12@yahoogroups.com> Sent: Monday, March 03, 2003 8:42 AM Subject: RE: [68HC12] Download my program...
Peter Freyer
freyer@...
Send Email
Mar 4, 2003
8:17 am
2463
Does anyone have a working example (in C) of a polled i2c receive routine for the 912dp256? My transmit works fine but I seem to lose arbitration on the...
jtang613 <jtang613@...>
jtang613
Offline Send Email
Mar 4, 2003
7:10 pm
2464
How do I make the "PrintF" vector work?...
Tony Guilin
gfunk0076
Offline Send Email
Mar 5, 2003
7:10 pm
2465
... printf is a c function, not an interrupt vector... its all lower case... is that the problem? [Non-text portions of this message have been removed]...
BobGardner@...
bobgardner32839
Offline Send Email
Mar 5, 2003
9:57 pm
2466
No, it's a vector. I found it, it was in my memory map section of my read me files. ... [Non-text portions of this message have been removed]...
Tony Guilin
gfunk0076
Offline Send Email
Mar 6, 2003
3:11 am
2467
Here is how you can call a function and accessing an object without allocating it: #define erase ((void(*)(void))(0xfc06)) #define MyAbsVar (*(char*)(0x1344)) ...
Erich Styger
estyger@...
Send Email
Mar 6, 2003
8:08 am
2468
- PAGED sections are NO_INIT sections which are allowed to overlap. Use it instead of the NO_INIT. - I think you can also change the linker messages to link...
Daniel Friederich
danielfriede...
Offline Send Email
Mar 6, 2003
11:46 am
2469
Hi, I intend using the Colpits oscillator circuit. My 3.6864MHz crystal or possibly 4.9152MHz. Can anyone suggest suitable values for C1, C2, and Cdc*? Andrew...
Andrew Lohmann's New ...
a_h_lohmann
Offline Send Email
Mar 6, 2003
12:25 pm
2470
Does the Metrowerks tool chain (v1.2) include any way to program the flash on an HC12 without using the debugger? I would like to set up some means to program...
Paul Johnson
darkstages
Offline Send Email
Mar 6, 2003
5:21 pm
2471
Paul, You can find information on Motorola's HC(S)12 BDM standalone programmer at: ...
Gordon Doughman
gordonatmot
Offline Send Email
Mar 6, 2003
5:44 pm
2472
I strongly recommend you to use a serial bootloader, it works with a simple terminal (TerraTerm, HyperTerm...) so you just need a SCI Interface, which is more...
Poirier, Eric
phylacjoe
Offline Send Email
Mar 6, 2003
5:48 pm
2473
Hi Eric, ... This has been my long-term goal, but I can see that it might take a while to get it installed and working properly. Time being an issue, and...
Paul Johnson
darkstages
Offline Send Email
Mar 6, 2003
6:08 pm
2474
I understand your time issue, it's the same here! I agree that the BDM cable gets the job done for sure, but it really depends on your design. For example, one...
Poirier, Eric
phylacjoe
Offline Send Email
Mar 6, 2003
6:32 pm
2475
BDI boxes like the Abatron BDI provide this functionality: download your application to the BDI box, and then you disconnect the box from the PC/Ethernet. From...
Erich Styger
estyger@...
Send Email
Mar 6, 2003
6:50 pm
2476
... In general, it is easier to get a question answered with some basic details. In this case, it would particularly help us to know what product these readme...
Stephen Trier
sct@...
Send Email
Mar 6, 2003
8:45 pm
2477
Dear Daniel and Erich, Thank you very much for your help. I will try to setup the linker to use overlaping NO_INIT sections and see what happens. Regards, ...
Guillermo F. Molina
guillemoli
Offline Send Email
Mar 7, 2003
8:04 pm
2478
hi: i'm going to start programming in c, however the last time i dabbled in it was ten plus years ago in dos and i only scratched the surface. i've got 25 plus...
Ed Taylor
eeetee@...
Send Email
Mar 7, 2003
10:33 pm
2479
I like "Pointers on C" by Reek (Addison Wesley). Bob White ... From: "Ed Taylor" <eeetee@...> To: <68hc12@yahoogroups.com> Sent: Friday, March 07,...
Bob White
bobwhite7793420
Offline Send Email
Mar 7, 2003
11:03 pm
2480
hi bob: thanks for your reply! i'll check it out. regards, ed ... From: "Bob White" <bob@...> To: <68HC12@yahoogroups.com> Sent: Friday, March 07, 2003...
Ed Taylor
eeetee@...
Send Email
Mar 7, 2003
11:14 pm
2481
I checked out your book on amazon, but there was very little information there. BTW, the link to your book on motorola's url ...
Paul Johnson
darkstages
Offline Send Email
Mar 8, 2003
4:15 pm
2482
I'm surprised, given the number of embedded applications involving motor control or data capture, that almost no micros out there support quadrature input. On...
Paul Johnson
darkstages
Offline Send Email
Mar 8, 2003
4:28 pm
2483
You might also look at "C: How to Program" by Deitel & Deitel (ISBN 0130895725). While I have no direct experience with this book, I found a similar book in...
Kellogg Dave
davekellogg1...
Offline Send Email
Mar 8, 2003
5:26 pm
Messages 2454 - 2483 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