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...
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 8603 - 8632 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8603
Hi all, I am looking to poll some of the groups knowledge regarding availability of HC12 parts. I work for a small(er) VAR type of company. Currently, we use...
John Clymer
stimey_mn
Offline Send Email
Jan 2, 2007
2:47 pm
8604
Hi John, I recommend seeing at the product roadmap: http://www.freescale.com/files/automotive/doc/roadmap/S12-S12XAUTOROADMAP.pdf I think that could give you...
Joaquin Garcia
jogara11
Offline Send Email
Jan 3, 2007
6:00 pm
8605
i am not john....happy new year.... ... From: Joaquin Garcia <jogara11@...> To: gnu-m68hc11@yahoogroups.com Sent: Wednesday, January 3, 2007 7:47:06 PM ...
shwikar shawky
shoowme103
Offline Send Email
Jan 3, 2007
8:18 pm
8606
... Why do you say that... did somebody accuse you of being John? Happy new year, anywy :)...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 3, 2007
9:05 pm
8607
Joaquin, I may be a skeptic, but I generally don't trust marketing plans or Roadmaps. They are generally useful to get an idea of where a company is directing...
John Clymer
stimey_mn
Offline Send Email
Jan 3, 2007
10:40 pm
8608
Maybe one of the gurus like Jefferson can explain to me why my linking files into a ELF does not run on this M68HC11E2811 on a miniboard? I have the memory.x...
x_daveerickson_x
x_daveericks...
Offline Send Email
Jan 3, 2007
10:55 pm
8609
On Thu, 04 Jan 2007 08:45:04 +1000, x_daveerickson_x ... Did you check your elf for unresolved symbols? Functions often call other functions. If you specify...
Triffid Hunter
triffid_hunter
Offline Send Email
Jan 4, 2007
2:00 am
8610
... other ... section, gcc ... How would I specify own sections? Wouldn't that increase the size of each block of assembly code? I don't have much room? ... ...
x_daveerickson_x
x_daveericks...
Offline Send Email
Jan 4, 2007
2:22 am
8611
John ... They are at: BMW, Porsche, VW, Mercedes ... I think many of those parts are simply sold out to the automotive industry. -- 42Bastian...
42Bastian Schick
bastian42
Offline Send Email
Jan 4, 2007
7:58 am
8612
... Personally, I wouldn't worry about own sections until the other problem is found (I don't see that to be the problem). You would probaly like, though, to...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 4, 2007
4:22 pm
8613
... <triffid_hunter@...> wrote: Triffid; I just tried your memory.x mod, and it fails on error. Here is the make dump: [ [dave@crom minibrd]$ make ...
x_daveerickson_x
x_daveericks...
Offline Send Email
Jan 4, 2007
5:46 pm
8614
I just tried the original posted project with minor modifications for my environment. `make` worked without errors, but I noticed it did not include a vectors...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 4, 2007
6:29 pm
8615
Thanks for the help; I changed memory.x to the following [ MEMORY { page0 (rwx) : ORIGIN = 0x0, LENGTH = 256 eeprom (rx) : ORIGIN = 0xF800, LENGTH =...
x_daveerickson_x
x_daveericks...
Offline Send Email
Jan 5, 2007
9:10 pm
8616
... Thanks Jefferson: if you read the response post to Triffid's suggestions, I am trying to solve this on both tracks: one use the SECTIONS definitions to...
x_daveerickson_x
x_daveericks...
Offline Send Email
Jan 5, 2007
9:28 pm
8617
I think I solved it, took a few hours; it seems to work using Triffid's SECTIONS definition. This must override how crt0.S is implemented by ld so it needs...
x_daveerickson_x
x_daveericks...
Offline Send Email
Jan 6, 2007
2:46 am
8618
Hi all, Help!!! I am trying to build a simple project on 68HC711E9 in C langauge. I am using GCC compiler ver 3.3.6 for compiling the project. I am facing the...
Santosh
sansk123
Offline Send Email
Jan 9, 2007
10:48 am
8619
Santosh, Don't know exactly why you are having troubles. Attached is my WriteEEByte routine - the only difference from yours and mine is that I pause for a...
John Clymer
stimey_mn
Offline Send Email
Jan 9, 2007
2:34 pm
8620
... So you say you are "facing" a vague "problem"? ... I could help answer this if only you had told me something that was wrong. From what you've said, there...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 9, 2007
3:00 pm
8621
Hi Jefferson, First of all thanks for replying to my mail. Now I know that this group is still alive. The problem is that my board does not have debug module.I...
Santosh
sansk123
Offline Send Email
Jan 10, 2007
5:07 am
8622
... Ok, but shooting in the dark is often painful because of lack of experience. People around here often try for days to fix a production PCB. They finally...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 10, 2007
3:08 pm
8623
Hi, I used it to generate a linear s-record from a paged elf: m6811-elf-objcopy --output-target=srec --srec-len=0x20 --change-addresses 0xffff0000...
Diego Manenti Martins
snitramd
Offline Send Email
Jan 12, 2007
3:15 am
8624
On Fri, 12 Jan 2007 13:12:28 +1000, Diego Manenti Martins ... that's what linker scripts are for :) http://hc11-ide.funkmunch.net/newbrain/handyboard.x and ...
Triffid Hunter
triffid_hunter
Offline Send Email
Jan 12, 2007
3:28 am
8625
yes, but if I put this on linker script: bank8 (rx) : ORIGIN = 0x388000, LENGTH = 16k that is the linear address for bank 8, the functions on these bank...
Diego Manenti Martins
snitramd
Offline Send Email
Jan 12, 2007
3:43 am
8626
... Yes! Like this: MEMORY { (...) bank3 (rx) : ORIGIN = 0x0dc000, LENGTH = 16k /* VMA */ (...) } SECTIONS { (...) .bank3 : AT(0x338000) /* LMA */ { ...
Diego Manenti Martins
snitramd
Offline Send Email
Jan 12, 2007
12:44 pm
8627
... I use a DP256 whith many regions... too many to manage all on that one commandline. Like Triffid said, that's what linker scripts are for. So, of course...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 12, 2007
5:10 pm
8628
Dear all, I published 2 examples showing how to use GCC with the MC9S12DP512. I am pleased to present a porting of the MCX11 kernel to MCX12. This is the...
mike_84fr
Offline Send Email
Jan 14, 2007
11:56 pm
8629
Great ! we have not so much example for the hcs12. The example gene_SYNC_HCS12 is up to date on the CVS. cvs -z3...
Francis Dupin
francisdupin
Offline Send Email
Jan 17, 2007
10:10 am
8630
Hi I`m currently trying to build the gnu-m68hc1x tool chain, so I read the installation instructions and find an useful script, I make some changes on this...
adrian_alonso2
Offline Send Email
Jan 20, 2007
4:36 am
8631
... Which OS? I think I've built the latest (with small mod to that script) on my SUSE 10.0, but could have been a little earlier version. ...
Jeff Smith
imajeff84663
Online Now Send Email
Jan 20, 2007
5:12 am
8632
Hi Jeff well my favorite Linux distribution is Ubuntu =] and Im traying to build on latest distro Ubuntu edgy Both scripts your version and my run smooth... ...
adrian alonso
adrian_alonso2
Offline Send Email
Jan 20, 2007
10:42 pm
Messages 8603 - 8632 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