... ...if its capabilities are used by the compiler. That's where expensive compilers actually differ from low cost. [...] ... why not? A well optimized FP lib...
... Rather outdated links there. http://www.gnu.org/software/m68hc11/ should work always. ... they do, and there are even Windows binaries. But there is...
To be honest PK-HCS12C32 from SOFTEC includes Metrowerks Special Edition (12-KB Limited) CD, demo board with one 80-pin MC9S12C32 device (in QFP package) with...
Hi ... used by ... Well the M68DKIT912C32 (official kit from Freescale) is just about $49.95. The Demo Kit consists of the following items: M68DEMO9S12C32...
Hi ... Maybe today student can't live without an real ICE? What about "printf debugging", debugging looking at what you're writing etc? BTW NoICE12 code...
I am planing to run two stepper motors at different speeds. I can run them at the same speed, but I am unsuccessfully in running them at different speed's. ...
OK, I have to say that out of all the posts I don't see a workable solution for the original problem. I suggest no more posts on the topic till I find a...
Good luck Jim. My advice is don't be too afraid to open the wallet. Time is money after all. -Dave ... From: jimstuart@... To: 68HC12@yahoogroups.com...
I have to run this program in the WinIDE Simulator. I can't find any examples to use output ports in the assembly language. I know you have to do something...
Troy, Please read the manual. A good staring point to find the documentation of the HC12 you need, would be the following link: ...
Doron Fael
doronf@...
Dec 1, 2004 9:14 pm
8832
Spam detection software, running on the system "fw2.vse.sk", has identified this incoming email as possible spam. The original message has been attached to...
Doron Fael
doronf@...
Dec 1, 2004 9:18 pm
8833
Mahesh, I don't think anybody can help you out with the information you have provided. Do you have your code available? How the hardware is set up? Jim ... ...
jhackett@...
Dec 1, 2004 9:21 pm
8834
The steppers I have worked with are basically one step per pulse on the amplifier. To run faster, run the pulses more rapidly. Shayne C. Rich 690 S 200 E ...
I agree, In one of my most complex projects (3 -axis stepper with analogue feedback) I wrote it all as c++ using objects and barely managed to use up 16K of...
Well, I guess it just depends on your requirements. Why would I need to buy the non-free compiler and debugger unless I'm not looking for the least expensive....
No, I would think the expensive compilers differ most in cost, second in application support (i.e. libs), and third in optimization. I don't mean MCU's...
Originally I thought that GCC, being free, was inferior to the commercial ones, but then a programmer friend who was working at an outfit that makes compilers...
I figured it out. I had my code written to work in the simulator, but I just didn't know how to output it on the board. No need for this thread to go any...
... commercial ... FWIW portions of the CodeWarrior ansi libraries, such as bit handling and iostream and others, are borrowed verbatim from the GNU compiler ...
Is it possible to run the GNU compiler on a windows machine? if so does it mean I can plug it into a winIDEA IDE from isystems? Sasha Smiljanic ... From:...
... Yes, although apparently only in text mode which is what the GCC compilers run in. You'll have a DOS flashback with these tools. You need a program...
... When I compared GCC with Cosmic, that wasn't true. I have to admit that this was three years ago. ... that's only true if there is "somebody" with enough...
... it will take ten seconds to check this at http://www.gnu.org/software/m68hc11/ ... winIDEA even comes with CGG (but don't ask me whether the HC11/HC12 port...
... Have you considered using a PWM output as your clock? Once its parameters have been set and it's been started, there's no overhead at all. Steve Melnikoff....
Just a clarification, ... This is only true for part of the C++ library for various reasons. Metrowerks has its own C and C++ Libraries which we feel are...
"the big failing for GCC, as well as and open source software, is that it seems to be a struggle to figure out how to use it." Is this compared to learing to...
"how it optimizes your C source" Now _thats_ an interesting concept????????????????????????? "mean MCU's hardware optimization And WOW, GCC will optimize my...
Something maybe more helpful for MS Windows... ... It is very normal that a compiler is only commandline (text, as you say). That's why we use an IDE, to call...
... Wo... Cosmic costs what, $4000 (maybe I'm way under, I pushed it out of my mind), and you are telling me that cost is not the biggest difference?? You...