<?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>topic Re: modbus source code for kinetis L series in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/modbus-source-code-for-kinetis-L-series/m-p/410392#M23148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shabana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not the solution for you (since it is supported code) but I will mention it for completeness: &lt;A href="http://www.utasker.com/modbus.html" title="http://www.utasker.com/modbus.html"&gt;µTasker MODBUS Extension pack&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Its complete documentation at &lt;A href="http://www.utasker.com/docs/MODBUS/uTasker_MODBUS.PDF" title="http://www.utasker.com/docs/MODBUS/uTasker_MODBUS.PDF"&gt;http://www.utasker.com/docs/MODBUS/uTasker_MODBUS.PDF&lt;/A&gt; may however be of some use [page 60 gives an overview of memory requirements].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works with a scheduler supplying drivers and software timers and queues to solve RS485 and RTU timing requirements (scheduler is around 2k Flash in size) so can be considered as bare-metal or as an OS depending on how one looks at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The package runs on almost any Freescale board (KE, KL, KV and K families) without any need to port - it will build for any board out-of-the-box with most popular IDEs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#KDS"&gt;Freescale's Kinetis Design Studio (KDS)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#CW10"&gt;Freescale's CodeWarrior 10.x&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#CROSS"&gt;Rowley Associate's Crossworks&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#COIDE"&gt;CooCox CoIDE&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#IAR"&gt;IAR Embedded Workbench&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#KEIL"&gt;Keil µVision&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#GHS"&gt;Green Hills&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#ATOLLIC"&gt;Atollic TrueSTUDIO for ARM&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#GCC"&gt;Standalone GCC from Makefile&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#VS"&gt;VisualStudio for Kinetis simulation&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the solution has been industrially proven in a variety of projects (also on Coldfires).&lt;/P&gt;&lt;P&gt;It also allows MODBUS ASCII to be used via USB on the KL46 or MODBUS TCP when an ENC424J600 is connected to an SPI port.&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;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;KL46: &lt;A href="http://www.utasker.com/kinetis/FRDM-KL46Z.html" title="http://www.utasker.com/kinetis/FRDM-KL46Z.html"&gt;µTasker FRDM-KL46Z support&lt;/A&gt;&amp;nbsp; / &lt;A href="http://www.utasker.com/kinetis/TWR-KL46Z48M.html" title="http://www.utasker.com/kinetis/TWR-KL46Z48M.html"&gt;µTasker Kinetis TWR-KL46Z48M support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2015 22:01:51 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2015-05-12T22:01:51Z</dc:date>
    <item>
      <title>modbus source code for kinetis L series</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/modbus-source-code-for-kinetis-L-series/m-p/410389#M23145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does freescale have any open source code for kinetis L series without any OS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shabana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 10:45:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/modbus-source-code-for-kinetis-L-series/m-p/410389#M23145</guid>
      <dc:creator>shabana</dc:creator>
      <dc:date>2015-04-15T10:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: modbus source code for kinetis L series</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/modbus-source-code-for-kinetis-L-series/m-p/410390#M23146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shabana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which chip of kinetis L series ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some demo code of chips or boards we can find on freescale web , for example , the KL25 chip,&lt;/P&gt;&lt;P&gt;in the view of KL25 on freescale web , we can see &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51523iD467BABDBE09BA36/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the ""KL25_SC" is the demo code , the website is &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;Freescale Freedom Development Platform for Ki|Freescale&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer to this way find the demo you want or tell us the name of your chips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;If this post answers your question, please click the Correct Answer button. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;If this post help your question, please click the helpful Answer button. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 03:28:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/modbus-source-code-for-kinetis-L-series/m-p/410390#M23146</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-04-16T03:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: modbus source code for kinetis L series</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/modbus-source-code-for-kinetis-L-series/m-p/410391#M23147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;Sorry for my late reply.&lt;/P&gt;&lt;P&gt;I'm using KL46 chip. I want code for MODBUS without OS of MODBUS with MQX lite OS.&lt;/P&gt;&lt;P&gt;I already have coe for linux and FreeRTOS. I cant use FreeRTOS since the memory is very less in KL46.&lt;/P&gt;&lt;P&gt;Could you please help me in this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shabana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 11:41:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/modbus-source-code-for-kinetis-L-series/m-p/410391#M23147</guid>
      <dc:creator>shabana</dc:creator>
      <dc:date>2015-05-12T11:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: modbus source code for kinetis L series</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/modbus-source-code-for-kinetis-L-series/m-p/410392#M23148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shabana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not the solution for you (since it is supported code) but I will mention it for completeness: &lt;A href="http://www.utasker.com/modbus.html" title="http://www.utasker.com/modbus.html"&gt;µTasker MODBUS Extension pack&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Its complete documentation at &lt;A href="http://www.utasker.com/docs/MODBUS/uTasker_MODBUS.PDF" title="http://www.utasker.com/docs/MODBUS/uTasker_MODBUS.PDF"&gt;http://www.utasker.com/docs/MODBUS/uTasker_MODBUS.PDF&lt;/A&gt; may however be of some use [page 60 gives an overview of memory requirements].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works with a scheduler supplying drivers and software timers and queues to solve RS485 and RTU timing requirements (scheduler is around 2k Flash in size) so can be considered as bare-metal or as an OS depending on how one looks at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The package runs on almost any Freescale board (KE, KL, KV and K families) without any need to port - it will build for any board out-of-the-box with most popular IDEs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#KDS"&gt;Freescale's Kinetis Design Studio (KDS)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#CW10"&gt;Freescale's CodeWarrior 10.x&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#CROSS"&gt;Rowley Associate's Crossworks&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#COIDE"&gt;CooCox CoIDE&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#IAR"&gt;IAR Embedded Workbench&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#KEIL"&gt;Keil µVision&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#GHS"&gt;Green Hills&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#ATOLLIC"&gt;Atollic TrueSTUDIO for ARM&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#GCC"&gt;Standalone GCC from Makefile&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.utasker.com/kinetis/compilers.html#VS"&gt;VisualStudio for Kinetis simulation&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the solution has been industrially proven in a variety of projects (also on Coldfires).&lt;/P&gt;&lt;P&gt;It also allows MODBUS ASCII to be used via USB on the KL46 or MODBUS TCP when an ENC424J600 is connected to an SPI port.&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;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;KL46: &lt;A href="http://www.utasker.com/kinetis/FRDM-KL46Z.html" title="http://www.utasker.com/kinetis/FRDM-KL46Z.html"&gt;µTasker FRDM-KL46Z support&lt;/A&gt;&amp;nbsp; / &lt;A href="http://www.utasker.com/kinetis/TWR-KL46Z48M.html" title="http://www.utasker.com/kinetis/TWR-KL46Z48M.html"&gt;µTasker Kinetis TWR-KL46Z48M support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 22:01:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/modbus-source-code-for-kinetis-L-series/m-p/410392#M23148</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-05-12T22:01:51Z</dc:date>
    </item>
  </channel>
</rss>

