EmbeddedRelated.com
Forums

Freescale's new roadmap - 9s12 not looking good?

Started by Eric Engler March 14, 2006
Hello,

      I too have been looking for viable replacements for the HC12D60A
processor. Has anyone used the CF M5282lite eval board from quadros??? They
offer a kit that bundles an eval board with a limited RTOS kernel and a GNU
compiler. I have downloaded the compiler, but didn't get the kit yet has
anyone had any experience using this compiler??? or any of the GNU
compilers for the coldfire MCU????

Thanks,

Brian K. Mohlman
Project Engineer (Electrical)
Advanced Concepts Design Engineering
JLG Industries Inc.
1 JLG Drive
McConnellsburg, PA 17233
Ph. (717) 485-6495
mailto:bkmohlman@bkmo...
http://www.jlg.com
http://www.gradall.com

***********************************************************************
The information contained in this transmission is confidential.  It is
intended solely for the use of the individual(s) or organization(s) to
whom it is addressed.  Any disclosure, copying or further distribution
is not permitted unless such privilege is explicitly granted in writing
by JLG Industries, Inc.
Further, JLG Industries, Inc. is not responsible for the proper and
complete transmission of the substance of this communication nor for
any delay in its receipt.
	
Good day Oliver,

In regards to your queston:
> very interesting. Do you have also a speed comparison?

Sadly, no.  I have not done any type of code profiling between the HC12 and 
CF.  However, I may do some in the next few weeks.  If I do, I will post the 
results.

Cheers,

Sam
	----- Original Message ----- 
From: "Oliver Betz" <list_ob@list...>
To: <68HC12@68HC...>
Sent: Wednesday, March 22, 2006 12:29 AM
Subject: Re: [68HC12] Re: Coldfire [was--Freescale's new roadmap - 9s12 not

looking good?]
	> Sam Saprunoff wrote:
>
> [very interesting stuff about S12 <-> CF comparison]
>
> thanks for this comaprison!
>
>> HC12 and the CF (although they are both CW, they are in fact internally
>> different products and so the compilers are effectively different). 
>> Anyway,
>
> CW/S12 is Hiware. Do you know who made the CF compiler?
>
>> looking at the compiled (c) code sections, it appears the CF output
code
>> seems to be vary between 1.48 to 1.6 times that of the HC12.  This
factor
>
> very interesting. Do you have also a speed comparison?
>
> Oliver
> -- 
> Oliver Betz, Muenchen
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
	
Sam Saprunoff wrote:

[CF <-> S12]

> > very interesting. Do you have also a speed
comparison?
> 
> Sadly, no.  I have not done any type of code profiling between the HC12 and

> CF.  However, I may do some in the next few weeks.  If I do, I will post
the 
> results.

http://www.freertos.org/PC/index.html has a comparison of several 
controllers. Although it's not a perfect benchmark, it's the only 
benchmark I know for a broad range of popular uCs.

I have also numbers for the S12, I can try to make a nice list.

Oliver
-- 
Oliver Betz, Muenchen
	
I had a look at Coldfire and noticed that it has DRAM support, I hope that is better than Freescale PowerPC for MPC850. There are tables you have to load, and I found the only way to get that table was to ask Freescale to create one for you for the particular DRAM I was using. I also found CodeWarior difficult with this PPC. It was overly complicated and not practical to interrogate the map file to see how memory resources are being used. If I was persuaded that Coldfire was as easy to implement as MC9S12 with Cosmic C I might keep it in mind for a future application. Andrew Lohmann AMIIE Design Engineer PLEASE NOTE NEW EMAIL ADDRESS IS: a...@bellinghamandstanley.co.uk Bellingham + Stanley Ltd. Longfield Road, Tunbridge Wells, Kent, TN2 3EY, England. Tel: +44 (0) 1892 500400 Fax: +44 (0) 1892 543115 Website: www.bs-ltd.com Oliver Betz wrote: > Sam Saprunoff wrote: > > [CF <-> S12] > > > > very interesting. Do you have also a speed comparison? > > > > Sadly, no. I have not done any type of code profiling between the > HC12 and > > CF. However, I may do some in the next few weeks. If I do, I will > post the > > results. > > http://www.freertos.org/PC/index.html has a comparison of several > controllers. Although it's not a perfect benchmark, it's the only > benchmark I know for a broad range of popular uCs. > > I have also numbers for the S12, I can try to make a nice list. > > Oliver > -- > Oliver Betz, Muenchen > > SPONSORED LINKS > Fast track > > Microcontrollers > > Technical support > Intel microprocessors > > Pic microcontrollers > > YAHOO! GROUPS LINKS > > > > -----------------------------Disclaimer----------------------------- This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the addressee. If you are not the addressee please note that any distribution, reproduction, copying, publication or use of this communication or the information is prohibited. If you have received this communication in error, please contact us immediately and also delete the communication from your computer. We accept no liability for any loss or damage suffered by any person arising from use of this e-mail. -----------------------------Disclaimer----------------------------- Yahoo! Groups Links
Good day Andrew, I have been using CW with the Coldfire family for about 5 years and have been extremely satisfied with the device and the CW tools. I find it to be as easy as the HC12, but with superior debugging and resource (SDRAM interface, QSPI, Ethernet, etc) capabilities. However, the hardware design can be a lot more complex (SDRAM interface, BGA packages, etc) depending upon the Coldfire device used... Using the Coldfire 5213, I found the design difficulty to be no worse than that of a HC12 design. In regards to your MPC850's DRAM issue, this is not the case with the Coldfire... At least not the ones I have ever worked with. In my Coldfire experience, the (S)Dram setup was merely a combination of hardware interfacing (connecting various address lines correctly as well as byte strobes, etc) and various register setups. It is true that the Coldfire documents do contain (S)Dram setup tables, but these just detail various (S)Dram interfacing combinations (hardware connections, etc)... and not "tables" that one has to actually load. As for CW difficulty, I have had no issues.... quirks yes... but issues no. Certainly CW is somewhat intimidating, but once you get accustomed to it, it works very well. I would suggest that you download a Special Edition version of CW (low capacity free version) from Freescale and evaluate it with an inexpensive Coldfire development board to see how you like/dislike it, as CW tends to operate differently depending upon the target used. Cheers, Sam ----- Original Message ----- From: "Andrew Lohmann" To: <6...@yahoogroups.com> Sent: Thursday, March 30, 2006 6:46 AM Subject: Re: [68HC12] Re: Coldfire [was--Freescale's new roadmap - 9s12 not looking good?] >I had a look at Coldfire and noticed that it has DRAM support, I hope > that is better than Freescale PowerPC for MPC850. There are tables you > have to load, and I found the only way to get that table was to ask > Freescale to create one for you for the particular DRAM I was using. > > I also found CodeWarior difficult with this PPC. It was overly > complicated and not practical to interrogate the map file to see how > memory resources are being used. > > If I was persuaded that Coldfire was as easy to implement as MC9S12 with > Cosmic C I might keep it in mind for a future application. > > Andrew Lohmann AMIIE > Design Engineer > > PLEASE NOTE NEW EMAIL ADDRESS IS: > a...@bellinghamandstanley.co.uk > > Bellingham + Stanley Ltd. > Longfield Road, Tunbridge Wells, Kent, TN2 3EY, England. > Tel: +44 (0) 1892 500400 > Fax: +44 (0) 1892 543115 > Website: www.bs-ltd.com > > Oliver Betz wrote: > >> Sam Saprunoff wrote: >> >> [CF <-> S12] >> >> > > very interesting. Do you have also a speed comparison? >> > >> > Sadly, no. I have not done any type of code profiling between the >> HC12 and >> > CF. However, I may do some in the next few weeks. If I do, I will >> post the >> > results. >> >> http://www.freertos.org/PC/index.html has a comparison of several >> controllers. Although it's not a perfect benchmark, it's the only >> benchmark I know for a broad range of popular uCs. >> >> I have also numbers for the S12, I can try to make a nice list. >> >> Oliver >> -- >> Oliver Betz, Muenchen >> >> SPONSORED LINKS >> Fast track >> >> Microcontrollers >> >> Technical support >> >> >> Intel microprocessors >> >> Pic microcontrollers >> >> >> >> YAHOO! GROUPS LINKS >> >> >> >> -----------------------------Disclaimer----------------------------- > > This communication contains information which is confidential and may also > be privileged. It is for the exclusive use of the addressee. If you are > not the addressee please note that any distribution, reproduction, > copying, publication or use of this communication or the information is > prohibited. If you have received this communication in error, please > contact us immediately and also delete the communication from your > computer. We accept no liability for any loss or damage suffered by any > person arising from use of this e-mail. > > -----------------------------Disclaimer----------------------------- > Yahoo! Groups Links Yahoo! Groups Links
Hello All There was mention of Freescale not giving enough importance to the ColdFire like not setting up a forum/list for it. Looks like Freescale listened and have set up a forum for it, just yesterday. http://forums.freescale.com/freescale/board?board.idOMM Cheers Jay Yahoo! Groups Links
Jay, You are correct...we do listen. Thanks for posting the link to the new Freescale ColdFire forums. Actually, the forums were in planning before all these "Freescale not giving enough importance to ColdFire" thread started. It was hard to keep quiet about it, but it was planned to go along with more good news... I would like to point out that Freescale introduced two new ColdFire families today, see release: http://biz.yahoo.com/bw/060404/20060404005598.html?.v=1 Also, product pages: The MCF5223x (x=0-5) family of devices are single-chip solutions with an integrated Ethernet interface (FEC) and an on-chip Ethernet Physical Layer (PHY). Here is a link to the superset device: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCF52235&nodeId62468rH3YTLC00M98090 The MCF5222x (x=1,3) family of devices are single-chip devices that feature an integrated USB host and On-The-Go (OTG) controller. Here is a link to the superset device: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCF52223&nodeId62468rH3YTLC00M98145 -Ed --- In 6...@yahoogroups.com, "hc08jb8" wrote: > > Hello All > > There was mention of Freescale not giving enough importance to the > ColdFire like not setting up a forum/list for it. Looks like Freescale > listened and have set up a forum for it, just yesterday. > > http://forums.freescale.com/freescale/board?board.idOMM > > Cheers > Jay > Yahoo! Groups Links
edatmot wrote this message on Tue, Apr 04, 2006 at 18:55 -0000: > I would like to point out that Freescale introduced two new ColdFire > families today, see release: > > http://biz.yahoo.com/bw/060404/20060404005598.html?.v=1 > > Also, product pages: > > The MCF5223x (x=0-5) family of devices are single-chip solutions with > an integrated Ethernet interface (FEC) and an on-chip Ethernet > Physical Layer (PHY). Here is a link to the superset device: > > http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCF52235&nodeId62468rH3YTLC00M98090 Is the 10k unit pricing not too far from the 1k unit pricing? It's good to see that the pricing appears close to the NE64... Though Freescale needs to work on getting everything ready for release when they announce stuff (the new chips aren't listed in the ColdFire overview docs yet either).. From Freescale's announcement at http://www.freescale.com/files/abstract/overview/TSP_8435_LP.htm: Available now for the MCF5223x family are the M52233DEMO, a cost-effective and highly functional demonstration board for quick and easy application development, www.freescale.com doesn't seem to know anything about the M52233DEMO product... zero results on the search page, both keyword and Part Number.. Interesting definition of available now... Though one cool thing to note is that it appears that the pinout of the 80TQFP matches that NE64.. which is nice, in that it'll make migrating to ColdFire a lot easier.. I was afraid that the announcement of common pinouts for 8bit and 32bit controllers would skip the 16bit controllers, but that doesn't appear to be the case... There is one minor change in that the MC5223x 80TQFP doesn't have the XFC pin, but I think people can live w/ removing components from their board. :) -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."