<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Kinetis MicrocontrollersのトピックRe: Atollic TrueSTUDIO no longer supports Kinetis?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Atollic-TrueSTUDIO-no-longer-supports-Kinetis/m-p/726204#M44409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rufus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just need to build projects there is no need to upgrade. The IDEs use GCC and are essentially executing a make file so you can also build without even opening the IDE. The IDE delivers on top of that debugging capabilities, an editor and various other plug-ins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The various Eclipse based IDEs are not fully compatible with each other which means that you can't import a project to KDS or MCUXpresso from an Atollic project that will immediately work(although if you know details about the format of the project files it may be possible to edit them to get things set up correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is relatively simple to take a project's source files and create a new project in another Eclipse IDE that will then work. I maintain the uTasker project in various Eclipse based IDEs (KDS, CodeWarrior, MCUXpresso, CodeComposer, S32 Design Studio, Atollic, AVR Studio, CooCox - maybe a couple of others in the past too) and basically I never liked the way that they work nor had the patience to work out how to adjust things that don't work between them; so I just created a project using the same source files for each of them individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;P.S: Atollic (Lite) has been free for quite some time - even before ST took it over. Basically ST has now put as stop to use of it for those which aren't using ST parts (although it can still be used for any Kinetis part as long as you don't need a set-up wizard for a specific part and don't need register views).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;uTasker developer and supporter (+5'000 hours experience on +60 Kinetis derivatives in +80 product developments)&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/www.utasker.com/kinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2018 20:06:13 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2018-05-07T20:06:13Z</dc:date>
    <item>
      <title>Atollic TrueSTUDIO no longer supports Kinetis?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Atollic-TrueSTUDIO-no-longer-supports-Kinetis/m-p/726203#M44408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've inherited a project developed with Atollic TrueStudio, which was apparently a great IDE and build system a few years ago but has since been sold to ST, who is making it free, but only to support ST devices.&amp;nbsp; It is not listed on the NXP/Freescale software page as near as I can tell.&amp;nbsp; Can I just live with my older version of TrueStudio, or should I port it to a different IDE?&amp;nbsp; How similar are eclipse-based IDEs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2018 04:01:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Atollic-TrueSTUDIO-no-longer-supports-Kinetis/m-p/726203#M44408</guid>
      <dc:creator>RufusVS</dc:creator>
      <dc:date>2018-05-06T04:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Atollic TrueSTUDIO no longer supports Kinetis?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Atollic-TrueSTUDIO-no-longer-supports-Kinetis/m-p/726204#M44409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rufus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just need to build projects there is no need to upgrade. The IDEs use GCC and are essentially executing a make file so you can also build without even opening the IDE. The IDE delivers on top of that debugging capabilities, an editor and various other plug-ins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The various Eclipse based IDEs are not fully compatible with each other which means that you can't import a project to KDS or MCUXpresso from an Atollic project that will immediately work(although if you know details about the format of the project files it may be possible to edit them to get things set up correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is relatively simple to take a project's source files and create a new project in another Eclipse IDE that will then work. I maintain the uTasker project in various Eclipse based IDEs (KDS, CodeWarrior, MCUXpresso, CodeComposer, S32 Design Studio, Atollic, AVR Studio, CooCox - maybe a couple of others in the past too) and basically I never liked the way that they work nor had the patience to work out how to adjust things that don't work between them; so I just created a project using the same source files for each of them individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;P.S: Atollic (Lite) has been free for quite some time - even before ST took it over. Basically ST has now put as stop to use of it for those which aren't using ST parts (although it can still be used for any Kinetis part as long as you don't need a set-up wizard for a specific part and don't need register views).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;uTasker developer and supporter (+5'000 hours experience on +60 Kinetis derivatives in +80 product developments)&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/www.utasker.com/kinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 20:06:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Atollic-TrueSTUDIO-no-longer-supports-Kinetis/m-p/726204#M44409</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-05-07T20:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Atollic TrueSTUDIO no longer supports Kinetis?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Atollic-TrueSTUDIO-no-longer-supports-Kinetis/m-p/726205#M44410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="29550" data-username="RufusVS" href="https://community.nxp.com/people/RufusVS"&gt;Rufus Smith&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Just add,&amp;nbsp; the&amp;nbsp; MCUXpresso Configure Tool includes IDE, SDK ,and pins, clocks , peripheral configuration tools,&lt;/P&gt;&lt;P&gt;also it is free, this is the recommend tool for development kenetis , LPC&amp;nbsp; and I.MX RT MCU.&lt;/P&gt;&lt;P&gt;About the detial introduce you can have a look at NXP website:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools:MCUXPRESSO?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools:MCUXPRESSO?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;MCUXpresso Software and Tools for Arm® Cortex®-M cores|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also you can also porting to KDS, it is also supported by NXP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 06:54:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Atollic-TrueSTUDIO-no-longer-supports-Kinetis/m-p/726205#M44410</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-05-08T06:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Atollic TrueSTUDIO no longer supports Kinetis?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Atollic-TrueSTUDIO-no-longer-supports-Kinetis/m-p/726206#M44411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your insights Mark!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This project was originally outsourced and although the engineering company mostly knew what they were doing, there was&lt;/P&gt;&lt;P&gt;enough miscommunications for this to get off track enough to be cancelled and brought back in-house.&amp;nbsp; &amp;nbsp;It is not a complicated&lt;/P&gt;&lt;P&gt;bunch of tasks that it has to do, but there&amp;nbsp; sure is a complicated source tree setup in the build environment:&amp;nbsp; kinetis chip support&lt;/P&gt;&lt;P&gt;package, freemodbus, and some others.&amp;nbsp; With ST dropping any kind of legacy (competitor-chip) support for former Atollis users&lt;/P&gt;&lt;P&gt;(plus some other bad experiences with ST, though not mine)&amp;nbsp; we are not inclined to change chips to an ST just to continue using&lt;/P&gt;&lt;P&gt;Atollis software.&amp;nbsp; However, I wanted to try a bare-bones build for this freescale chip MKM34Z256. Have&amp;nbsp;you found MCUXpresso&lt;/P&gt;&lt;P&gt;does a good job of setting up a minimal framework, the embedded equivalent of a "Hello World" for their&amp;nbsp;chips?&amp;nbsp; Or have you&amp;nbsp;&lt;/P&gt;&lt;P&gt;found other IDE's better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incidentally, my boss and I looked at your site, and we may decide uTasker may be a good way to go.&amp;nbsp; You clearly know your stuff.&lt;/P&gt;&lt;P&gt;We'll probably&amp;nbsp;get in touch with you off-list about your product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Rufus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 19:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Atollic-TrueSTUDIO-no-longer-supports-Kinetis/m-p/726206#M44411</guid>
      <dc:creator>RufusVS</dc:creator>
      <dc:date>2018-05-15T19:44:26Z</dc:date>
    </item>
  </channel>
</rss>

