<?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: Demo for Input Period Measurement of S32K344 in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1812793#M8863</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Dragos&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot ! It is exactly the key point to solve the problem!&lt;/P&gt;&lt;P&gt;I can now get the period and use the edge count function, which I use to analyze motor encoder signals.&lt;/P&gt;&lt;P&gt;However, I still have a question although it does not prevent me from completing the task at hand. When I try to get duty-cycle data of the PWM input signal, I found that the corresponding function "Icu_GetDutyCycleValues" needs an input parameter, which is a&amp;nbsp;pointer to a buffer where the results (high time and period time)shall be placed. I have created a structure bus type (a bus that has two unint32 variables "period time" and "high time") in Simulink to store these results, but I don't know how to put the pointer into the Matlab Function module.&lt;/P&gt;&lt;P&gt;I have tried to build a DataStoreMemery which has a data type of&amp;nbsp;custom bus type and use it as input, but it didn't work.&lt;/P&gt;&lt;P&gt;Is it possible to give some suggestions? Or it would be better if you could show me how to realize it and just add it&amp;nbsp;to the model you provided earlier.&amp;nbsp;I hope you don't think this is too much &lt;LI-EMOJI id="lia_face-with-tongue" title=":吐舌头:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Regulus&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2024 11:37:42 GMT</pubDate>
    <dc:creator>RegulusCheng</dc:creator>
    <dc:date>2024-02-21T11:37:42Z</dc:date>
    <item>
      <title>Demo for Input Period Measurement of S32K344</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1794481#M8790</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build an MCU (Motor Control Unit) program with&amp;nbsp;S32K3X4EVB-Q172, which is a part of MCSPTE1AK344 EVB.&lt;/P&gt;&lt;P&gt;I am using Simulink in Matlab 2021b, with MBDT 1.4.0.&lt;/P&gt;&lt;P&gt;I notice there are no PWM input measurements or eMIOS/ICU&amp;nbsp;&amp;nbsp;models in this toolbox, only an ISR custom code example using ICU functions. However, I am a beginner in AutoSar or C-code programming, I only have some experience in Simulink, so I really need some Demo about PWM input signal measurement.&lt;/P&gt;&lt;P&gt;Since I need to get the encoder signal and Motor speed/position information, I think the most helpful demo would be something about input period measurement and input edge count. Would it be possible to provide me with some related demos for learning? I really need it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Regulus&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 08:28:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1794481#M8790</guid>
      <dc:creator>RegulusCheng</dc:creator>
      <dc:date>2024-01-24T08:28:48Z</dc:date>
    </item>
    <item>
      <title>回复： Demo for Input Period Measurement of S32K344</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1799450#M8817</link>
      <description>&lt;P&gt;Is this difficult? I really need some help cause the PMSM control program need be done&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 03:36:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1799450#M8817</guid>
      <dc:creator>RegulusCheng</dc:creator>
      <dc:date>2024-02-01T03:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Demo for Input Period Measurement of S32K344</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1799877#M8818</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217391"&gt;@RegulusCheng&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Currently, the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Model-Based Design Toolbox (MBDT) release&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;for S32K3xx does not include support for the ICU component but we are going&amp;nbsp;to add it in a future release. Taking into consideration that we include the entire RTD drivers package, you can still use the component in our toolbox by accessing the ICU's API using custom code blocks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Beside the ISR custom code example, you could also check the&amp;nbsp;&lt;STRONG&gt;s32k344_mc_bldc_ebt &lt;/STRONG&gt;example which is a motor control application that is using custom&amp;nbsp;code to read PWM signals. Beside the custom code usage you should also check the associated configuration project and see an example of ICU settings.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The following threads contain useful information about custom code usage:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/PWM-Capture-for-S32K3-in-Simulink/m-p/1732894#M8564" target="_blank"&gt;https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/PWM-Capture-for-S32K3-in-Simulink/m-p/1732894#M8564&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/SENT-Protocol-Support-in-S32K3-MBDT/m-p/1783542#M8737" target="_blank"&gt;https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/SENT-Protocol-Support-in-S32K3-MBDT/m-p/1783542#M8737&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Victor&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 12:00:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1799877#M8818</guid>
      <dc:creator>georgevictor</dc:creator>
      <dc:date>2024-02-01T12:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Demo for Input Period Measurement of S32K344</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1810486#M8845</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was told to use Matlab function or C function in Simulink should set the used head file and source file in "Model configuration - Simulation target", like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_0-1708310686787.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263607i1DBD20C2ABE7B046/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_0-1708310686787.png" alt="RegulusCheng_0-1708310686787.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I found that the example "s32k3xx_mc_bldc" didn't set these files, directly using the Matlab function to call C functions. Does it mean that this operation is not necessary?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_1-1708310930038.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263608i888B3774DDAFE8DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_1-1708310930038.png" alt="RegulusCheng_1-1708310930038.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 02:49:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1810486#M8845</guid>
      <dc:creator>RegulusCheng</dc:creator>
      <dc:date>2024-02-19T02:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Demo for Input Period Measurement of S32K344</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1810838#M8848</link>
      <description>&lt;P&gt;Hi, Victor&lt;/P&gt;&lt;P&gt;I learned the BLDC example and know I can use the Matlab Function&amp;nbsp;module to call C function. However, I can not finish Period measurement as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the BLDC example is configured by EB tresos, but I only know a little about S32CT, I do the configuration with S32CT&amp;nbsp;Refer to EB project, I also learn from some other examples. But I don't know if I finished the Icu configuration correctly and if it's the reason why I can not get period data.&lt;/P&gt;&lt;P&gt;Here is my configuration file, and I finished the following configuration :&lt;/P&gt;&lt;P&gt;1. Set PTE11 and PTD0 to eMios in Pins setting.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_0-1708338752443.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263706i2841A908649555E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_0-1708338752443.png" alt="RegulusCheng_0-1708338752443.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Set eMios MasterCounter in Mcl setting:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_1-1708338848838.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263707iA983047F58031E86/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_1-1708338848838.png" alt="RegulusCheng_1-1708338848838.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. Enable peripheral clock of eMios0 in Mcu setting.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_2-1708338912225.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263708iC44F725A7D584340/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_2-1708338912225.png" alt="RegulusCheng_2-1708338912225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4. Enable relating eMios interrupt controller in Platform setting&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_3-1708338964499.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263709iC06BD9712492994B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_3-1708338964499.png" alt="RegulusCheng_3-1708338964499.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5. Set Icu channels&lt;/P&gt;&lt;P&gt;5.1 Set Icu_channel0, using eMios0_channel1, using SiganlMeasurement mode, and set to Period_Time measurement function.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_4-1708339192768.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263710iF33C3F74204242A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_4-1708339192768.png" alt="RegulusCheng_4-1708339192768.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5.2 Set IcueMios, using&amp;nbsp;using eMios0_channel1, using MasterCounter0(eMios0_23), using&amp;nbsp;IcuSubModeforMeasurement IPWM&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_6-1708339373375.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263713i34BC84367343B44A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_6-1708339373375.png" alt="RegulusCheng_6-1708339373375.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5.3 Enable eMios&amp;nbsp;IcuHwlnterruptConfigList&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_7-1708339503436.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263714i179DF27B11F26AFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_7-1708339503436.png" alt="RegulusCheng_7-1708339503436.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think I have finished all related settings. Then I make a simple model to get PWM period, the model is post as follow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_8-1708339647509.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263716iE42DDD1F38F9499D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_8-1708339647509.png" alt="RegulusCheng_8-1708339647509.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the initialize function, I configured FreeMaster and called Icu_StartSignalMeasurement function to enable Icuchannel0.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_9-1708339737926.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263717i31B4626E6A3C0EDF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_9-1708339737926.png" alt="RegulusCheng_9-1708339737926.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_10-1708339758292.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263718i8AB54614C5754C26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_10-1708339758292.png" alt="RegulusCheng_10-1708339758292.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the main function, I set a flashing LED to ensure the program is running successfully.&lt;/P&gt;&lt;P&gt;Then I used the Icu_getTimeElapsed() function which is copied from the BLDC example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegulusCheng_11-1708339891334.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263720i6FEEEB2FC908C4E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RegulusCheng_11-1708339891334.png" alt="RegulusCheng_11-1708339891334.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program can be downloaded to the board and the LED is flashing as wish. However, the period data keeps zero when I give PTE11 a 3V 1kHz PWM signal, which means the&amp;nbsp;Icu_getTimeElapsed() function gets nothing returned.&lt;/P&gt;&lt;P&gt;I really appreciate it if you or anybody could check my configuration file and Simulink model, and tell me what is wrong and how can I get period data successfully. It is really important for me.&lt;/P&gt;&lt;P&gt;thanks again!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;regulus&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 10:59:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1810838#M8848</guid>
      <dc:creator>RegulusCheng</dc:creator>
      <dc:date>2024-02-19T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Demo for Input Period Measurement of S32K344</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1812163#M8862</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217391"&gt;@RegulusCheng&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;After investigating over your model and its associated configuration, I've included an example version that illustrates the&amp;nbsp;ICU functionality.&lt;/P&gt;
&lt;P&gt;It came to my attention that you were attempting to use the PTE11 pin, which is designated as DNP (Do Not Populate) in the schematic datasheet. Taking this into account, I've switched from PTE11 (EMIOS_0_CH_1) to PTB13 (EMIOS_0_CH_1). The Pins tool for the EMIOS_0_CH_1 instance was the only modification, as it was the same eMIOS instance for both pins.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_0-1708457552703.png" style="width: 242px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/264100i91C0FAB9A275D874/image-dimensions/242x380?v=v2" width="242" height="380" role="button" title="dragostoma_0-1708457552703.png" alt="dragostoma_0-1708457552703.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It's also important to note that the Icu_GetTimeElapsed function returns an Icu_ValueType data type, which is an uint32. According to your model, this output was set to uint16.&lt;/P&gt;
&lt;P&gt;Considering these suggestions, you'll be able to integrate the Icu_GetTimeElapsed functionality into your application.&lt;/P&gt;
&lt;P&gt;It should be noted that in the attached model, the signal was generated by USER_SW0 (PTB26). Therefore, in order to measure the period, you need to connect the PTB13 (J2.4), the ICU channel that is set to Signal Measurement mode, Period Time setting, and the PTB26 (J3.3), which is the generated signal, in this case USER_SW0. For the purpose of visualizing the measure time and confirming that the implementation is accurate, I also included a FreeMaster file (s32k344Test.pmpx).&lt;/P&gt;
&lt;P&gt;I hope you can accomplish your goal using this approach. Please let us know if you require any more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dragos&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 07:15:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1812163#M8862</guid>
      <dc:creator>dragostoma</dc:creator>
      <dc:date>2024-02-21T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Demo for Input Period Measurement of S32K344</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1812793#M8863</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Dragos&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot ! It is exactly the key point to solve the problem!&lt;/P&gt;&lt;P&gt;I can now get the period and use the edge count function, which I use to analyze motor encoder signals.&lt;/P&gt;&lt;P&gt;However, I still have a question although it does not prevent me from completing the task at hand. When I try to get duty-cycle data of the PWM input signal, I found that the corresponding function "Icu_GetDutyCycleValues" needs an input parameter, which is a&amp;nbsp;pointer to a buffer where the results (high time and period time)shall be placed. I have created a structure bus type (a bus that has two unint32 variables "period time" and "high time") in Simulink to store these results, but I don't know how to put the pointer into the Matlab Function module.&lt;/P&gt;&lt;P&gt;I have tried to build a DataStoreMemery which has a data type of&amp;nbsp;custom bus type and use it as input, but it didn't work.&lt;/P&gt;&lt;P&gt;Is it possible to give some suggestions? Or it would be better if you could show me how to realize it and just add it&amp;nbsp;to the model you provided earlier.&amp;nbsp;I hope you don't think this is too much &lt;LI-EMOJI id="lia_face-with-tongue" title=":吐舌头:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Regulus&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 11:37:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Demo-for-Input-Period-Measurement-of-S32K344/m-p/1812793#M8863</guid>
      <dc:creator>RegulusCheng</dc:creator>
      <dc:date>2024-02-21T11:37:42Z</dc:date>
    </item>
  </channel>
</rss>

