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 5274 - 5303 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5274
hi every body i just bought a usbmultilink programmer and i am looking for software for hc912 and hc908 thanks for your help...
samyboy1967
Offline Send Email
Jan 1, 2004
8:47 pm
5275
... If you are looking for an HC12 debugger, NoICE (http://www.noicedebugger.com) supports this BDM pod for the HC12 and MCS912. Support for HC908 may be added...
John Hartman (NoICE)
john@...
Send Email
Jan 1, 2004
10:06 pm
5276
... Hello The free "Special Edition" of Metrowerks Codewarrior 3 also works well with the USB Multilink Best regards Robert...
ra
joncas04
Offline Send Email
Jan 2, 2004
6:08 am
5277
Metrowerks CodeWarrior supports all USB Multilinks (for HC(S)12 and HC(S)08). The free HC12 V3.0 special edition can be downloaded from: ...
Erich Styger
r7aakg
Offline Send Email
Jan 2, 2004
7:43 am
5278
... Have a look in the files area here, there is a fair amount of bits and pieces and guiding. If you need something specific call out and you never know:-) ...
theobee00
Offline Send Email
Jan 2, 2004
10:46 am
5279
Hello The: P&E also offers a complete line of very reasonably priced software for both programming and debugging either of these architectures! Check out ...
Mark L. Cukier
mlcukier
Offline Send Email
Jan 2, 2004
3:11 pm
5280 latetothisgame
Offline Send Email
Jan 4, 2004
9:09 pm
5281
The book "Design of Embedded Systems Using 68HC12/11 Microcontrollers, Author:Richard E. Haskell" talks in details about that. Good Luck. ... ...
Hossam Almasri
almasrih
Online Now Send Email
Jan 5, 2004
2:07 am
5282
Hi all, Just wondered if anyone has an example bit of assembler code that shows how to use the TBL or ETBL commands to do an interpolated lookup ? I read the...
Andrew Leech
andrew_leech
Offline Send Email
Jan 5, 2004
3:17 am
5283
what i am looking for is a software to read and programme the eeprom on the hc912 and the hc908 microcontrolers ... Have a look in the files area here, there...
sam same
samyboy1967
Offline Send Email
Jan 5, 2004
4:16 am
5284
Hi all, Got two questions. Wanted to know if there is any documentation on the memory usage D-Bug12 v4.0.0b14 on the DP256 processor. Also, I would like to...
Victor Miramontes
vmiramont
Offline Send Email
Jan 5, 2004
4:59 am
5285
... From: "Andrew Leech" <andrew_leech@...> To: <68HC12@yahoogroups.com> Sent: Monday, January 05, 2004 5:16 AM Subject: [68HC12] Table Lookups on...
Edward Karpicz
keffffek
Offline Send Email
Jan 5, 2004
5:10 am
5286
... The program I wrote to do this is in the files area. Seems to work OK:-) Cheers, Theo...
theobee00
Offline Send Email
Jan 5, 2004
5:25 am
5287
Hi All, Best wishes for 2004. I have been developing a serial bootloader into my application using Mot AN2153. I am having trouble with the structure...
johnpititto1976
Offline Send Email
Jan 5, 2004
6:06 am
5288
Hi, I want to make sci.c/h that is provided with AN2485 software suitable for sci0, 1, or 2 by using macro definitions to rename function calls and variable...
Andrew Lohmann's New ...
a_h_lohmann
Offline Send Email
Jan 5, 2004
2:01 pm
5289
Please disregard my message sent previously - Ist day back after Christmas mistake. Andrew Lohmann AIIE Design Engineer PLEASE NOTE NEW EMAIL ADDRESS IS: ...
Andrew Lohmann's New ...
a_h_lohmann
Offline Send Email
Jan 5, 2004
2:29 pm
5290
Since I've just finished basically the same sort of project, I'm a bit confused as to what problem you're having. The CW the default position for the start of...
Tim Raabe
raabetj
Offline Send Email
Jan 5, 2004
4:53 pm
5291
Hi all, I want 68HC12 to communicate PC 87109 (IR controller). I would like to know your suggestions on what would be the best way of communicating with this...
kalyanramu vemishetty
kalyanramuv
Offline Send Email
Jan 7, 2004
12:32 am
5292
... communicating with this device using 68HC12. ... Check if MAX3110 (or similar without RS232 level shifter) is good for you. SPI interface could be better. ...
Edward Karpicz
keffffek
Offline Send Email
Jan 7, 2004
4:44 am
5293
Hi, I'm using MC68HC912B32 EVB, and trying to use POD mode with Serial Device Interface(SDI) from Motorola to free the SCI port for other purpose. I connect...
a2vutuan
Offline Send Email
Jan 7, 2004
4:50 am
5294
Hello VT I don't know that particular EVB, but in general, POD mode means you are using this MCU to program a second EVB. And the BDM-out only connects to...
ra
joncas04
Offline Send Email
Jan 7, 2004
7:04 am
5295
I'm trying to generate some code in C for 12DG256 under Codewarrior. Memory model is large because software has to access a big amount of data in flash. Test...
Jordi Costa
jordicosta2001
Offline Send Email
Jan 7, 2004
4:07 pm
5296
Hi Jordi. The first internal flash page is page $30. Pages $0 to $2F are external bus. Please see also your project linker prm file to see the memory mapping. ...
Gilles Blanquin
gblanquin@...
Send Email
Jan 7, 2004
4:26 pm
5297
Hi again. Also which code generates this? ... STAB 0x30 switches to page 0 and PC at 0080D6 is fetched instead of 3180D6. PPAGE is transparently handled by the...
Gilles Blanquin
gblanquin@...
Send Email
Jan 7, 2004
4:44 pm
5298
Gilles, 3180D2 LDAB #0 3180D4 STAB 0x30 3180D6 BCLR 0x38,#128 is the code generated for the C instruction CRGINT_RTIE = 0; Regards, Jordi ... From: "Gilles...
Jordi Costa
jordicosta2001
Offline Send Email
Jan 7, 2004
4:54 pm
5299
Seems like the CRGINT _IO_AT_ statement is incorrectly specifying the address 0x30. ... of ... mapping. ... Codewarrior. ... amount of ... options. ... ...
varneybob
Offline Send Email
Jan 7, 2004
5:38 pm
5300
No. The code LDDA #0, STAA 0x30 that changes the PAGE register is inserted each time that a value is assigned to a variable. For example, in: void...
Jordi Costa
jordicosta2001
Offline Send Email
Jan 7, 2004
6:26 pm
5301
I have code that was configured to run in FLAT mode (SMALL memory model) on a DG128A using Metrowerks CodeWarrior. I am trying to convert it to run in BANKED...
Killingsworth, Steve
steve.killingsworth@...
Send Email
Jan 8, 2004
12:36 am
5302
Hi James, Could u tell me how to use BDM port for programming, debug the 68HC12BC32? I read that we can actually use Motorola SDI through BDM to replace the...
a2vutuan
Offline Send Email
Jan 8, 2004
6:08 am
5303
Hi Jordi. This latest decoded section is fine, because executed from a non banked area. You have to use a runtime to access banked data, like "datapage.c". If...
Gilles Blanquin
gblanquin@...
Send Email
Jan 8, 2004
8:44 am
Messages 5274 - 5303 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