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...
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...
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 ...
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...
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...
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...
... 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? ... ...
... 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...
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...
Thanks for the help; I changed memory.x to the following [ MEMORY { page0 (rwx) : ORIGIN = 0x0, LENGTH = 256 eeprom (rx) : ORIGIN = 0xF800, LENGTH =...
... 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...
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...
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, 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...
... 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...
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...
... 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...
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 ...
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...
... 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...
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...
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...
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... ...