<?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 programm S32K144 from an another microcontroller in S32K</title>
    <link>https://community.nxp.com/t5/S32K/programm-S32K144-from-an-another-microcontroller/m-p/705020#M1380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want program the s32k144 with SWD from a another microcontroller (STM32F7..).&lt;/P&gt;&lt;P&gt;I want use the CMIS DAP driver for communication.&lt;/P&gt;&lt;P&gt;But where can I find the flash algorithm for the s32k144.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR Lutz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 13:36:15 GMT</pubDate>
    <dc:creator>koehlerl</dc:creator>
    <dc:date>2017-10-12T13:36:15Z</dc:date>
    <item>
      <title>programm S32K144 from an another microcontroller</title>
      <link>https://community.nxp.com/t5/S32K/programm-S32K144-from-an-another-microcontroller/m-p/705020#M1380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want program the s32k144 with SWD from a another microcontroller (STM32F7..).&lt;/P&gt;&lt;P&gt;I want use the CMIS DAP driver for communication.&lt;/P&gt;&lt;P&gt;But where can I find the flash algorithm for the s32k144.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR Lutz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:36:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/programm-S32K144-from-an-another-microcontroller/m-p/705020#M1380</guid>
      <dc:creator>koehlerl</dc:creator>
      <dc:date>2017-10-12T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: programm S32K144 from an another microcontroller</title>
      <link>https://community.nxp.com/t5/S32K/programm-S32K144-from-an-another-microcontroller/m-p/705021#M1381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;It is possible to program an S32K with any CMSIS-DAP compatible debug adapter.&amp;nbsp; An NXP LPC-Link II can be used.&amp;nbsp; The Arm CMSIS-DAP sources are held here and have an Apache 2.0 license:&amp;nbsp; &lt;SPAN style="font-size: 13px;"&gt;&lt;A href="https://github.com/ARM-software/CMSIS_5"&gt;https://github.com/ARM-software/CMSIS_5&lt;/A&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The S32K flash algorithms can be obtained for the S32K Software Pack here:&amp;nbsp; &lt;A href="http://www.keil.com/dd2/pack"&gt;&lt;/A&gt;&lt;A href="https://community.nxp.com/www.keil.com/dd2/pack" target="test_blank"&gt;www.keil.com/dd2/pack&lt;/A&gt; &lt;SPAN style="color: #000000;"&gt;under&amp;nbsp; Keil/NXP S32K.&amp;nbsp; This .pack file is an ordinary zip file and you can dig out the software components you need out of there.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Maybe an easier way is to download keil MDK (is free), install it and then install the S32K Pack.&amp;nbsp; The algorithm sources will then be found here:&amp;nbsp; C:\Keil_v5\ARM\PACK\Keil\S32_SDK_DFP\1.1.0\addon_cmsis\Flash&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Get &lt;SPAN style="font-size: 15px;"&gt;&lt;A href="http://www.keil.com/appnotes/docs/apnt_299.asp"&gt;www.keil.com/appnotes/docs/apnt_299.asp&lt;/A&gt; &lt;/SPAN&gt;and see page 5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Now you need to make some sort of&amp;nbsp; a program to use this algorithm to actually program the S32K flash.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;If you are just needing to program an existing ELF/Dwarf executable into a S32K such as for prototypes or a production line - you can use Keil MDK for free with no code limit.&amp;nbsp; This will work with any ELF/Dwarf output from any compiler such as GCC if it is indeed ELF/Dwarf compatible.&amp;nbsp; (Most are I believe).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Be careful to not accidentally program the flash area 0x400-0x40F and Mass Erase is disabled and SEC is set to Secure (both in FSEC register) or you will not be access the Flash ever again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Bob Boys&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Arm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 20:40:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/programm-S32K144-from-an-another-microcontroller/m-p/705021#M1381</guid>
      <dc:creator>robertboys</dc:creator>
      <dc:date>2017-10-12T20:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: programm S32K144 from an another microcontroller</title>
      <link>https://community.nxp.com/t5/S32K/programm-S32K144-from-an-another-microcontroller/m-p/705022#M1382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have problem with the Algos for the S32K144.&lt;/P&gt;&lt;P&gt;The Init Funktion works fine, but when then I start a other function, than the ssd_config and user_config data are empty. (0x0).&lt;/P&gt;&lt;P&gt;I had read out the memory of ssd_config data and user_config data after Init(). The data are ok.&lt;/P&gt;&lt;P&gt;Then I start a new Algo. The data for ssd_config and user_config are empty when I read out the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is the data memory 0x0 after start a new algo ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR Lutz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 13:24:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/programm-S32K144-from-an-another-microcontroller/m-p/705022#M1382</guid>
      <dc:creator>koehlerl</dc:creator>
      <dc:date>2017-10-23T13:24:39Z</dc:date>
    </item>
  </channel>
</rss>

