<?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>SensorsのトピックNTM88 RF Interrupt</title>
    <link>https://community.nxp.com/t5/Sensors/NTM88-RF-Interrupt/m-p/1781019#M7804</link>
    <description>&lt;P&gt;&amp;nbsp; Dear NXP&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Engineer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I set the NTM88 register (FNUM=3 for RFCR3), can I make the data sent differently each time? I can't use the interrupt method, is there another way?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Feb 2026 20:49:58 GMT</pubDate>
    <dc:creator>dongyong1</dc:creator>
    <dc:date>2026-02-03T20:49:58Z</dc:date>
    <item>
      <title>NTM88 RF Interrupt</title>
      <link>https://community.nxp.com/t5/Sensors/NTM88-RF-Interrupt/m-p/1781019#M7804</link>
      <description>&lt;P&gt;&amp;nbsp; Dear NXP&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Engineer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I set the NTM88 register (FNUM=3 for RFCR3), can I make the data sent differently each time? I can't use the interrupt method, is there another way?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 20:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/NTM88-RF-Interrupt/m-p/1781019#M7804</guid>
      <dc:creator>dongyong1</dc:creator>
      <dc:date>2026-02-03T20:49:58Z</dc:date>
    </item>
    <item>
      <title>回复： NTM88 RF Interrupt</title>
      <link>https://community.nxp.com/t5/Sensors/NTM88-RF-Interrupt/m-p/1781050#M7805</link>
      <description>&lt;P&gt;Use the BOOTLOADER routine from the official website&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 03:44:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/NTM88-RF-Interrupt/m-p/1781050#M7805</guid>
      <dc:creator>dongyong1</dc:creator>
      <dc:date>2023-12-29T03:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: NTM88 RF Interrupt</title>
      <link>https://community.nxp.com/t5/Sensors/NTM88-RF-Interrupt/m-p/1781536#M7807</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When RFCR3_FNUM is &amp;gt;0, the transmission of multiple frames is enabled. In this case, the &lt;U&gt;same&lt;/U&gt; frame is transmitted multiple times. It is not possible to change the content of the frame between two transmissions.&lt;/P&gt;
&lt;P&gt;In order to send several frames with a different content each time, the following sequence can be implemented:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Fill the RF buffer with the first content&lt;/LI&gt;
&lt;LI&gt;Trigger the transmission of a single frame (RFCR3_FNUM = 0)&lt;/LI&gt;
&lt;LI&gt;Wait for the end of the transmission&lt;/LI&gt;
&lt;LI&gt;Fill the RF buffer with the second content&lt;/LI&gt;
&lt;LI&gt;Trigger the transmission of a single frame (RFCR3_FNUM = 0)&lt;/LI&gt;
&lt;LI&gt;Wait for the end of the transmission&lt;/LI&gt;
&lt;LI&gt;…&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To monitor the end of the transmission, bits RFCR7_RFIF and RFCR7_RFEF can be polled if an interrupt-based method is not possible.&lt;/P&gt;
&lt;P&gt;After the transmission has been triggered, bit RFIF will be set at the end of the transmission, if successful. If not successful, bit RFEF will be set.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Table 127.png" style="width: 605px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/256320i9023DBCDEF127534/image-dimensions/605x222?v=v2" width="605" height="222" role="button" title="Table 127.png" alt="Table 127.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;After a transmission has completed, do not forget to clear RFIF/RFEF bit by setting RFIAK bit.&lt;/P&gt;
&lt;P&gt;BR, Tomas&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 08:10:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/NTM88-RF-Interrupt/m-p/1781536#M7807</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2024-01-02T08:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: NTM88 RF Interrupt</title>
      <link>https://community.nxp.com/t5/Sensors/NTM88-RF-Interrupt/m-p/1847743#M8134</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Tomas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I&amp;nbsp; can't get it to work using interrupts and polling, it works using delays. But the delay time is not well calculated and it affects the program operation. Are there other registers that are not configured properly?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 06:03:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/NTM88-RF-Interrupt/m-p/1847743#M8134</guid>
      <dc:creator>dongyong1</dc:creator>
      <dc:date>2024-04-16T06:03:57Z</dc:date>
    </item>
  </channel>
</rss>

