I have the CME-11E9-EVBU development board (HC11). I have it working fine with the assembler that comes with the kit. However, there is also the GNU C...
... Aren't these questions for the supplier? ... You need to provide more information (0) what package and version are you trying to install (1) architecture...
Mike McCarty
Mike.McCarty@...
Apr 28, 2008 7:53 am
9086
... Well perhaps I wasn't talking to you. I was hoping someone else, who had that board, would reply. **they** would know the answer to my questions, since...
I would suggest going to the GCC for the HC11 site: http://www.gnu-m68hc11.org/blog/ And download one of the versions there. We still use the Windows 2.2 ...
Thanks, I will go there an get what's specific to this processor. I think I jus need something to get started. What I have now is without instructions Sent...
... Although it's off topic here, yes the M3 is an ARM - a small MCU that many consider a small step above the Arm7. You have to use the latest CodeSourcery...
My system is a Windows XP. I have CygWin installed. Ok, I have the GCC Tool Chain for the 68HC11 installed and have successfully tested it by compiling the...
... Last time I checked, includes weren't set with an environment variable, instead being passed something like this: m68hc1x-gcc -I/path/to/include -Wall -o...
Bear with me on these laborous questions (below) ... to use ... variable, ... Thanks, I was wondering if that method was a DOS/Windows thing. I'm a windows...
Hi, Did you succeed in compiling the GEL libraries? I would love to see how you did it, I tried unsuccessfully to do it for some time now, and I gave up at the...
... see how you did it, I tried unsuccessfully to do it for some time now, and I gave up at the end. ... I'm not sure this will help but one thing the...
Hi, Thank you very much, I will try this later, but if it worked for you, I am hoping it will also work for me. I appreciate your help. ... see how you did it,...
Hello, I want to use the CSPROG chip select to select an external EEPROM. So it must also become active when writing to the "external program memory". The name...
... Yes, the CSPROG pin is active for both reads and writes. We just connect it directly to the *CE pin on the Flash. You can the upload software to the Flash...
... You need to remember that you can't fetch opcodes from the memory while it is "busy" doing a write. You need to execute code from some other physical...
Mike McCarty
Mike.McCarty@...
May 5, 2008 5:41 am
9120
Ok, thank you Mike and David. I understand what to do. Carl....
Hi all, I have a DRAGON12 board, it has an mc9s12dp256 freescale mcu, but it stopped responding altogether, anyone has any ideas what to do? the board has a...
... There are too many variables easily to accomplish this kind of troubleshooting in this forum, aside from the fact that it is totally OT. Contact me via...
Mike McCarty
Mike.McCarty@...
May 12, 2008 8:51 pm
9134
Has anyone successfully used PulseAccum B on PortT of the MC9S12D64? We use PulseAccum A on PortT7 and it works fine. Now we need to get PulseAccum B to also...
Hi there, I've been trying to build the 68HC11/HC12 Tool Chain from source on an Ubuntu 7.10 system for the past few days with little success. Part of my...
Never Mind :) The build instructions from www.gnu-m68hc11.org are fine. I wasn't properly specifying my memory map when building hello.c Sorry for the...
I have an old project that I used the Whitesmith/Cosmic HC11 and HC16 C compilers for. I would like to do an update on that project, including some C++ code...
Hi, I'm new to this newsgroup, however I am continuing work on a project that Jeremy Wade started. He has posted a few questions to this group before. We are...
... No, your problem is not likely with the compiler, nor likely is it with the receiving routine, as you seem to think. ... Your problem likely is that you do...
Mike McCarty
Mike.McCarty@...
Sep 5, 2008 12:56 am
9250
Who could tell me how to download srecords to the EPROM of an HC11711E9 with the db11. What is a proper talker and what are the commands? Great would be if ...
... You can put it in a mode where it reads bytes from the serial port and writes them to RAM then jumps to the start of RAM when it has received 256 bytes. ...
Thanks for your hints. I have to exchange broken processors (because of a lightning strikes) of PCB if had designed 10 years ago. So an upgrade to an HC12 is...
... There are patched versions which will work. The issue was with early versions of Turbo Pascal delay(.) procedure which caused divide by zero errors with...
Mike McCarty
Mike.McCarty@...
Sep 9, 2008 6:24 pm
9261
This very simple program comes from the gcc testsuite in the gcc.c-torture folder. When I compile it I get an error: unable to generate reloads. This error...