<?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: NTM88 sensor in Sensors</title>
    <link>https://community.nxp.com/t5/Sensors/NTM88-sensor/m-p/2122768#M8869</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Dear Chandini,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;please see below an answer from an application engineer I have contacted. Please confirm if Dilip is your direct contact. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DESCRIPTION&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN data-olk-copy-source="MessageBody"&gt;The MKW in the tire module will receive the new NTM88 firmware (s19 file) via 2.4 GHz communication.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorJozefKozon_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P class="x_MsoNormal"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;Typically, another MKW or programming tool will have the s19 file (either sent from a PC or loaded via a SD card in case of programming tool) and will send it line by line via 2.4 GHz to the MKW in the tire module. The MKW in the tire module will then program the content of the s19 lines into the NTM88 flash via SPI.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;We have early demo code available implementing such configuration. The MKW used in our demo code is the MKW38, but code can be ported to be used on the MKW45.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;If customer is interested by early access to this demo code, could they indicate who their local NXP contact is (Sales or FAE) so we can check the opportunity, NDA etc…?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;With Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;Jozef&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2025 05:09:53 GMT</pubDate>
    <dc:creator>JozefKozon</dc:creator>
    <dc:date>2025-06-25T05:09:53Z</dc:date>
    <item>
      <title>NTM88 sensor</title>
      <link>https://community.nxp.com/t5/Sensors/NTM88-sensor/m-p/2118251#M8856</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are using KW45 EVK board . We want to program NTM88 MCU via spi of other MCU (this application note is there in NTM88 documentation &lt;A title="https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/sensors/8058/1/ntm88_spi_reprogramming_rev2.pdf" href="https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/sensors/8058/1/NTM88_SPI_Reprogramming_rev2.pdf" target="_blank" rel="noreferrer noopener"&gt;https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/sensors/8058/1/NTM88_SPI_Reprogramming_rev2.pdf&lt;/A&gt;). In our case other MCU is KW45 . So to program NTM88 through KW45 we need to take firmware of NTM88 inside kw45 first and then with spi we need to transfer it to NTM88 . &amp;nbsp; This is what we want to achieve . Is it possible then how?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/NTM88-sensor/m-p/2118251#M8856</guid>
      <dc:creator>Chan_17</dc:creator>
      <dc:date>2026-02-03T21:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: NTM88 sensor</title>
      <link>https://community.nxp.com/t5/Sensors/NTM88-sensor/m-p/2119086#M8857</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Dear Chandini,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;yes,&amp;nbsp;programming the NTM88 MCU via SPI using the KW45 Evaluation Board&amp;nbsp;is possible and aligns with the method described in the document you provided.&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Load NTM88 firmware binary into KW45 flash or RAM.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Implement SPI master driver on KW45&amp;nbsp;to:&lt;/FONT&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Send commands per NTM88 SPI protocol.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Handle retries and error flags.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Sequence SPI transfers&amp;nbsp;to:&lt;/FONT&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Erase target FLASH pages.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Write firmware byte-by-byte or in bursts.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Verify written data if needed.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;1. SPI Enablement on NTM88&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;You have two options depending on whether the NTM88 has a bootloader:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;With Bootloader&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;KW45 signals NTM88 via GPIO (e.g., PTA[3:0]) to request SPI.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;NTM88 enables SPI by setting SPIEN=1&amp;nbsp;at address $1802.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;KW45 performs SPI transfers.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Without Bootloader&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;KW45 must:&lt;/FONT&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hold&amp;nbsp;PTA0&amp;nbsp;low during Power-On Reset for &amp;gt; tSPI_EN.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hold PTA4/BKGD&amp;nbsp;low to enter Background Debug mode.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;This enables SPI without needing a bootloader.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;KW45 sets&amp;nbsp;CORE_TR_HOLD&amp;nbsp;via SPI to halt NTM88 CPU.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;After programming, KW45 resets NTM88 while keeping&amp;nbsp;PTA4&amp;nbsp;high to exit debug mode.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;With Best Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Jozef&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 06:09:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/NTM88-sensor/m-p/2119086#M8857</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2025-06-19T06:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: NTM88 sensor</title>
      <link>https://community.nxp.com/t5/Sensors/NTM88-sensor/m-p/2121124#M8866</link>
      <description>This information is there in that application note , we Already understood. My query is How to give hex file of NTM88 firmware to kw45 MCU flash or RAM . Is there any application note for the same?</description>
      <pubDate>Mon, 23 Jun 2025 05:50:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/NTM88-sensor/m-p/2121124#M8866</guid>
      <dc:creator>Chan_17</dc:creator>
      <dc:date>2025-06-23T05:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: NTM88 sensor</title>
      <link>https://community.nxp.com/t5/Sensors/NTM88-sensor/m-p/2122768#M8869</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Chandini,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;please see below an answer from an application engineer I have contacted. Please confirm if Dilip is your direct contact. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DESCRIPTION&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN data-olk-copy-source="MessageBody"&gt;The MKW in the tire module will receive the new NTM88 firmware (s19 file) via 2.4 GHz communication.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorJozefKozon_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P class="x_MsoNormal"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;Typically, another MKW or programming tool will have the s19 file (either sent from a PC or loaded via a SD card in case of programming tool) and will send it line by line via 2.4 GHz to the MKW in the tire module. The MKW in the tire module will then program the content of the s19 lines into the NTM88 flash via SPI.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;We have early demo code available implementing such configuration. The MKW used in our demo code is the MKW38, but code can be ported to be used on the MKW45.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;If customer is interested by early access to this demo code, could they indicate who their local NXP contact is (Sales or FAE) so we can check the opportunity, NDA etc…?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;With Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;Jozef&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 05:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/NTM88-sensor/m-p/2122768#M8869</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2025-06-25T05:09:53Z</dc:date>
    </item>
  </channel>
</rss>

