<?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>S32KのトピックRe: CPU /Thermal load for S32K328 micro controller</title>
    <link>https://community.nxp.com/t5/S32K/CPU-Thermal-load-for-S32K328-micro-controller/m-p/2378991#M59146</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for S32K3, there is no dedicated single RTD API for “CPU/thermal load test”. Usually this is implemented by:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;- generating CPU load on each core using application busy loops or RTOS tasks&lt;BR /&gt;- monitoring die temperature through the internal TempSense path via ADC APIs&lt;/P&gt;
&lt;P&gt;For temperature monitoring, please check the ADC TempSense APIs:&lt;/P&gt;
&lt;P&gt;Adc_Sar_Ip_TempSenseEnable()&lt;BR /&gt;Adc_Sar_Ip_GetConvData()&lt;BR /&gt;Adc_Sar_Ip_TempSenseCalculateTemp()&lt;/P&gt;
&lt;P&gt;see more e,g on&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/Internal-Temperature-sensor/m-p/1688673" target="_blank"&gt;https://community.nxp.com/t5/S32K/Internal-Temperature-sensor/m-p/1688673&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For multicore execution on S32K328:&lt;/P&gt;
&lt;P&gt;- create/use an S32K3 multicore RTD project&lt;BR /&gt;- start the secondary core using the NXP multicore startup flow&lt;BR /&gt;- run a CPU stress task on each core&lt;BR /&gt;- periodically read TempSense and log temperature versus load&lt;/P&gt;
&lt;P&gt;see below link for multicore project generation guide&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K/Multicore-applications-on-the-S32K3-series-processors/m-p/2050051" target="_blank"&gt;https://community.nxp.com/t5/S32K/Multicore-applications-on-the-S32K3-series-processors/m-p/2050051&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 09 Jun 2026 11:18:57 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2026-06-09T11:18:57Z</dc:date>
    <item>
      <title>CPU /Thermal load for S32K328 micro controller</title>
      <link>https://community.nxp.com/t5/S32K/CPU-Thermal-load-for-S32K328-micro-controller/m-p/2378716#M59130</link>
      <description>&lt;P&gt;We need help to implement the CPU/thermal load for S32K328 microcontroller in our project. Please let me know the API's to test the CPU/thermal loading. Kindly mention all the steps to run in multiple cores.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 06:11:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CPU-Thermal-load-for-S32K328-micro-controller/m-p/2378716#M59130</guid>
      <dc:creator>muthukarupan</dc:creator>
      <dc:date>2026-06-09T06:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: CPU /Thermal load for S32K328 micro controller</title>
      <link>https://community.nxp.com/t5/S32K/CPU-Thermal-load-for-S32K328-micro-controller/m-p/2378828#M59139</link>
      <description>&lt;P&gt;according to the S32K UM, there are&amp;nbsp;Temperature Sensor (TempSense) inside. Maybe there are some routine at S32 DESIGN STUDIO sdk&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 08:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CPU-Thermal-load-for-S32K328-micro-controller/m-p/2378828#M59139</guid>
      <dc:creator>db16122</dc:creator>
      <dc:date>2026-06-09T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: CPU /Thermal load for S32K328 micro controller</title>
      <link>https://community.nxp.com/t5/S32K/CPU-Thermal-load-for-S32K328-micro-controller/m-p/2378991#M59146</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for S32K3, there is no dedicated single RTD API for “CPU/thermal load test”. Usually this is implemented by:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;- generating CPU load on each core using application busy loops or RTOS tasks&lt;BR /&gt;- monitoring die temperature through the internal TempSense path via ADC APIs&lt;/P&gt;
&lt;P&gt;For temperature monitoring, please check the ADC TempSense APIs:&lt;/P&gt;
&lt;P&gt;Adc_Sar_Ip_TempSenseEnable()&lt;BR /&gt;Adc_Sar_Ip_GetConvData()&lt;BR /&gt;Adc_Sar_Ip_TempSenseCalculateTemp()&lt;/P&gt;
&lt;P&gt;see more e,g on&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/Internal-Temperature-sensor/m-p/1688673" target="_blank"&gt;https://community.nxp.com/t5/S32K/Internal-Temperature-sensor/m-p/1688673&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For multicore execution on S32K328:&lt;/P&gt;
&lt;P&gt;- create/use an S32K3 multicore RTD project&lt;BR /&gt;- start the secondary core using the NXP multicore startup flow&lt;BR /&gt;- run a CPU stress task on each core&lt;BR /&gt;- periodically read TempSense and log temperature versus load&lt;/P&gt;
&lt;P&gt;see below link for multicore project generation guide&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K/Multicore-applications-on-the-S32K3-series-processors/m-p/2050051" target="_blank"&gt;https://community.nxp.com/t5/S32K/Multicore-applications-on-the-S32K3-series-processors/m-p/2050051&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Jun 2026 11:18:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CPU-Thermal-load-for-S32K328-micro-controller/m-p/2378991#M59146</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2026-06-09T11:18:57Z</dc:date>
    </item>
  </channel>
</rss>

