<?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のトピックCalling Firmware functions</title>
    <link>https://community.nxp.com/t5/Sensors/Calling-Firmware-functions/m-p/781305#M5053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Can i use the functions such as&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;TPMS_READ_PRESSURE directly into my code in CodeWarrior? In the fxth870000.h or the fxth870000.c, i cannot see these functions being defined or specified. Do I have to include some specific header files then?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;It would be great if you could show how these functions are created and how to call them using C in CodeWarrior. I think it would be easier to understand if I know how these are linked to the Sensor Measurement Interface. I am new to this environment and really need help for a project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2026 22:00:46 GMT</pubDate>
    <dc:creator>f20150335</dc:creator>
    <dc:date>2026-02-03T22:00:46Z</dc:date>
    <item>
      <title>Calling Firmware functions</title>
      <link>https://community.nxp.com/t5/Sensors/Calling-Firmware-functions/m-p/781305#M5053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Can i use the functions such as&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;TPMS_READ_PRESSURE directly into my code in CodeWarrior? In the fxth870000.h or the fxth870000.c, i cannot see these functions being defined or specified. Do I have to include some specific header files then?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;It would be great if you could show how these functions are created and how to call them using C in CodeWarrior. I think it would be easier to understand if I know how these are linked to the Sensor Measurement Interface. I am new to this environment and really need help for a project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 22:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Calling-Firmware-functions/m-p/781305#M5053</guid>
      <dc:creator>f20150335</dc:creator>
      <dc:date>2026-02-03T22:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Firmware functions</title>
      <link>https://community.nxp.com/t5/Sensors/Calling-Firmware-functions/m-p/781306#M5054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Divyank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend you to take a closer look at the FXTH87xx embedded firmware user guides available on the following website, under User Guides:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/products/sensors/pressure-sensors/tire-pressure-monitoring-sensors/fxth87-tire-pressure-monitor-sensor-family:FXTH87?&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab" title="https://www.nxp.com/products/sensors/pressure-sensors/tire-pressure-monitoring-sensors/fxth87-tire-pressure-monitor-sensor-family:FXTH87?&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab"&gt;FXTH87|Tire Pressure Monitor Sensor|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The FXTH87xx devices contain an embedded firmware function jump table to allow programmers to reference any function through a function pointer to an absolute address. This helps isolate NXP firmware from the user's application. Table 7 in the user guide shows a list of all firmware functions and their address. For a description of how to implement pointers to fixed addresses using the C language, please refer to Manual_Compiler_HC08.pdf (part of the CodeWarrior package).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 07:53:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Calling-Firmware-functions/m-p/781306#M5054</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2018-08-13T07:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Firmware functions</title>
      <link>https://community.nxp.com/t5/Sensors/Calling-Firmware-functions/m-p/781307#M5055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the clarification. Can you please explain where the UUMA array should be located.&amp;nbsp; The firmware user guide says "It&lt;BR /&gt;can be located anywhere the user decides." Is it stored in the 512 bytes of RAM? Also can I create multiple arrays similar to UUMA?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 05:12:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Calling-Firmware-functions/m-p/781307#M5055</guid>
      <dc:creator>f20150335</dc:creator>
      <dc:date>2018-08-14T05:12:27Z</dc:date>
    </item>
  </channel>
</rss>

