Search the web
Sign In
New User? Sign Up
gnu-m68hc11 · GNU 68HC11/HC12
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 8645 - 8675 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8645
Hi, I am using Motorola S12DP256 Microcontroller. I want to know how to write an ISR for external interrupt. I am not able to know want the keyword is to write...
R R Sridhar
shridhar_rr
Offline Send Email
Feb 8, 2007
6:15 am
8646
... I guess this is the "keyword", although actually an attribute: __attribute__((interrupt)) Check out the GEL example "timerExample" ...
Jefferson Smith
imajeff84663
Online Now Send Email
Feb 8, 2007
3:37 pm
8647
I've worked for a while with gel on an hcs12 board, and eventually ran into a brick wall when I discovered that there was no floating point for printf, and...
Jeremy Wade
jlw_mosaic
Offline Send Email
Feb 14, 2007
1:27 am
8648
Hi everyone, I am new to 68HC12. I am doing some project and got stuck at a point where I need to send/receive data wirelessly between two Microcontrollers. I...
you know
hi_lym
Offline Send Email
Feb 16, 2007
3:26 am
8649
Just some sample code that I can follow would be great!!...
you know
hi_lym
Offline Send Email
Feb 16, 2007
3:48 am
8650
you know wrote: This post is off-topic for this group, especially since you specifically request ASSEMBLY code. This group is for discussion of the GCC...
Mike McCarty
Mike.McCarty@...
Send Email
Feb 16, 2007
4:29 am
8651
Hi all, I just made a firmware update on an old project with 68HC11F1. I have seen there is sometimes a reset (1 a week). The COP, the CME are enabled. I use...
yuldu25
Offline Send Email
Feb 16, 2007
1:15 pm
8652
... I would echo Mike's point that you need a modem. The SCI is just a serial port, in need of a wire. Take a look at these guys for your application: ...
Jeremy Wade
jlw_mosaic
Offline Send Email
Feb 16, 2007
7:05 pm
8653
yuldu25 wrote: This is really off-topic here. You might try over on m68HC11@yahoogroups.com. However... ... The COP, CME, and external RESET/POR have different...
Mike McCarty
Mike.McCarty@...
Send Email
Feb 16, 2007
8:33 pm
8655
Hi, I am using MC9S12DP256 Controller. Kindly let me know, how do I handle the timer interrupt. what is the interrupt function to handle the timer interrupt. ...
R R Sridhar
shridhar_rr
Offline Send Email
Feb 21, 2007
1:17 pm
8656
... The counter, TCNT, is always available for reading for any purpose. You can use the enhanced counter timer (ECT) in a number of ways with or without using...
Jeremy Wade
jlw_mosaic
Offline Send Email
Feb 21, 2007
11:15 pm
8657
... I don't know what document you have found, so here's a general pointer: http://m68hc11.serveftp.org/doc/ In there it demonstrates syntaxt for things like...
Jefferson Smith
imajeff84663
Online Now Send Email
Feb 22, 2007
3:37 pm
8658
The following gnu-m68hc11 poll is now closed. Here are the final results: POLL QUESTION: What kind of packages are you the most interested in for the GNU...
gnu-m68hc11@yahoogrou...
Send Email
Feb 22, 2007
7:48 pm
8659
... [...] Dear R R Sridhar, I just read on the 68HC12 group where you finally specified using CodeWarrior, so get a grip and do NOT post here!...
Jefferson Smith
imajeff84663
Online Now Send Email
Feb 22, 2007
11:08 pm
8660
Hi, Can anybody explain me how to manage the bank switching with the GNU C compiler ? Thanks, Dimmu...
electrodimm
Offline Send Email
Feb 23, 2007
11:41 pm
8661
... Have you read any docs yet? They were good for me. http://m68hc11.serveftp.org/wiki/index.php/FAQ:Link <2 Memory Banks> http://m68hc11.serveftp.org/doc/ ...
Jefferson Smith
imajeff84663
Online Now Send Email
Feb 26, 2007
9:36 pm
8662
Since not much trafic here, I'll throw out a problem. Note: I already found the cause and can work around this, but have not found a way to use "-include" in...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 1, 2007
11:41 pm
8663
Hi: I'm trying to cram FreeRTOS (www.FreeRTOS.org) onto an HC9S12C32 and I've hit a small snag for which I am ill-equipped to manage. It appears that the...
rich_goyette
Offline Send Email
Mar 4, 2007
1:41 am
8664
Hi, Try writing your one function for strncpy. Inserting another (bigger) library can waste your limited space. Here it is my working version: char * strncpy...
Ioan Petrescu
yoanp@...
Send Email
Mar 5, 2007
5:33 am
8665
... This version does not work. ... I won't because it does not conform to the definition of strncpy(.,.,.). I quote the Standard: 7.21.2.4 The strncpy...
Mike McCarty
Mike.McCarty@...
Send Email
Mar 5, 2007
6:51 am
8666
... I find it strange that you are looking for that function in libgcc. Why have you not looked in libc, which is where I do find it, and should be expected?...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 5, 2007
8:44 pm
8667
Hey: Thanks for that. I'm afraid I was just blindly using the library pointed to as the default in the 9S12C32 profile that comes with Eric's Embedded GNU...
rich_goyette
Offline Send Email
Mar 6, 2007
2:20 am
8668
Hi again: I did some reading and sorted out the linker. I inserted -nostdlib and -nodefaultlibs and then specified -lc and -lgcc (the gcc manual said I'd...
rich_goyette
Offline Send Email
Mar 6, 2007
5:30 am
8669
... You probably reinserted the standard libraries :-) [snip] ... It is important, because it only makes "one pass" trying to resolve dependencies. If A is in...
Mike McCarty
Mike.McCarty@...
Send Email
Mar 6, 2007
2:32 pm
8670
... I don't if it helps to add "-nostartfiles -nostdlib -nodefaultlibs", but instead I just don't use symbols or functions which would call up too much other...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 6, 2007
3:29 pm
8671
Hi, I've downloaded and install gnu-68hc1x-3.1.exe on my Vista system, in c:\progra~1\68hc11 (I've also tested in c:\usr) directory. I set up PATH variable...
hc11_user
Offline Send Email
Mar 6, 2007
4:00 pm
8672
Hi Mike: It's probably bad etiquette to waste bandwidth just saying thanks but... Thanks. Rich Goyette ... but ... resolved. ... guessing ... elf....
rich_goyette
Offline Send Email
Mar 6, 2007
5:31 pm
8673
hi i work on dragon12 board and egnu tool and i want to download the programe on the flash memory ,the help said that i should start the programe from flash...
tototawila
Offline Send Email
Mar 6, 2007
5:58 pm
8674
hi i work on dragon12 board and egnu tool and i want to download the programe on the flash memory ,the help said that i should start the programe from flash...
tototawila
Offline Send Email
Mar 6, 2007
5:59 pm
8675
Jefferson: Yes I am writing a port of FreeRTOS for the S912C32. I didn't mean it to start out that way - I suppose I could have used the DG128 I have on a...
rich_goyette
Offline Send Email
Mar 6, 2007
6:18 pm
Messages 8645 - 8675 of 9382   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