<?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のトピックS32K MSCM (Miscellaneous System Control Module) Feature Clarification</title>
    <link>https://community.nxp.com/t5/S32K/S32K-MSCM-Miscellaneous-System-Control-Module-Feature/m-p/2062742#M46841</link>
    <description>&lt;P&gt;I am working on comstar and using the controller s32k322 and we are using EB Tresos to configure the BSW. We are finding it difficult to configure the MSCM(&lt;SPAN&gt;&lt;STRONG&gt;Miscellaneous System Control Module&lt;/STRONG&gt;&lt;/SPAN&gt;) peripheral using the settings provided.&lt;/P&gt;&lt;P&gt;We need a test code to understand the core to core interrupt functionality of the MSCM module. We need to know the exact config to be made in the UI and the stub code for the ISR. We have attached some screenshots from the EB Tresos for better understanding.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BalasubramaniyanS_0-1742191320355.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/328360i70065A99390CBC18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BalasubramaniyanS_0-1742191320355.png" alt="BalasubramaniyanS_0-1742191320355.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, 17 Mar 2025 06:04:28 GMT</pubDate>
    <dc:creator>BalasubramaniyanS</dc:creator>
    <dc:date>2025-03-17T06:04:28Z</dc:date>
    <item>
      <title>S32K MSCM (Miscellaneous System Control Module) Feature Clarification</title>
      <link>https://community.nxp.com/t5/S32K/S32K-MSCM-Miscellaneous-System-Control-Module-Feature/m-p/2062742#M46841</link>
      <description>&lt;P&gt;I am working on comstar and using the controller s32k322 and we are using EB Tresos to configure the BSW. We are finding it difficult to configure the MSCM(&lt;SPAN&gt;&lt;STRONG&gt;Miscellaneous System Control Module&lt;/STRONG&gt;&lt;/SPAN&gt;) peripheral using the settings provided.&lt;/P&gt;&lt;P&gt;We need a test code to understand the core to core interrupt functionality of the MSCM module. We need to know the exact config to be made in the UI and the stub code for the ISR. We have attached some screenshots from the EB Tresos for better understanding.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BalasubramaniyanS_0-1742191320355.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/328360i70065A99390CBC18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BalasubramaniyanS_0-1742191320355.png" alt="BalasubramaniyanS_0-1742191320355.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, 17 Mar 2025 06:04:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K-MSCM-Miscellaneous-System-Control-Module-Feature/m-p/2062742#M46841</guid>
      <dc:creator>BalasubramaniyanS</dc:creator>
      <dc:date>2025-03-17T06:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32K MSCM (Miscellaneous System Control Module) Feature Clarification</title>
      <link>https://community.nxp.com/t5/S32K/S32K-MSCM-Miscellaneous-System-Control-Module-Feature/m-p/2065427#M47001</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Sorry, I did find how to use MSCM to implement&lt;STRONG&gt; core-to-core interrupts&lt;/STRONG&gt; in MCAL.&amp;nbsp;&lt;BR /&gt;But I saw in the &lt;STRONG&gt;RM&lt;/STRONG&gt; of S32K3 RTD 5.0.0 that &lt;STRONG&gt;core-to-core interrupts&lt;/STRONG&gt; can be configured in &lt;STRONG&gt;MSCM&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rm MSCM Configuration CPU_TO_CPU_INT.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/329046i34E3C590D8FFE5E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Rm MSCM Configuration CPU_TO_CPU_INT.png" alt="Rm MSCM Configuration CPU_TO_CPU_INT.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Do you just need to implement the &lt;STRONG&gt;core-to-core interrupts&lt;/STRONG&gt; function, or do you need to transfer information between cores? If the latter, it is recommended to use &lt;STRONG&gt;IPCF - S32K3 Inter-Platform Common Framework&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Here is the&amp;nbsp;&lt;A href="https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/S32K/18655/1/s32k324_dualcore_demo_20220524.zip" target="_self"&gt;s32k324_dualcore_demo_20220524.zip&lt;/A&gt; download from &lt;A href="https://community.nxp.com/t5/S32K/S32K324-Multi-Core-Example-Project-based-on-Whiteboard/m-p/1515429" target="_self"&gt;S32K324 Multi-Core Example Project based on Whiteboard&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s32k324_dualcore_demo_20220524 Data_Sharing_Demo.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/329048i6EE7DBE6068DAB3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="s32k324_dualcore_demo_20220524 Data_Sharing_Demo.png" alt="s32k324_dualcore_demo_20220524 Data_Sharing_Demo.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;IPCF&lt;/STRONG&gt; can be downloaded from NXP website&lt;BR /&gt;&lt;A href="https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K3-STDSW-D" target="_self" rel="nofollow noopener noreferrer"&gt;S32K3 Standard Software&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&amp;gt; Automotive SW - S32K3 - Inter-Platform Communication Framework&lt;/P&gt;
&lt;P&gt;After you install SW32K3_IPCF_4.2.0_D2412.exe, you will find the following files in the installation path:&lt;BR /&gt;C:\NXP\SW32K3_IPCF_4.2.0_D2412\eclipse\plugins\Ipcf_TS_T40D34M42I0R0\doc\IPCF_S32K3_4.2.0_User_Manual.pdf&lt;BR /&gt;C:\NXP\SW32K3_IPCF_4.2.0_D2412\eclipse\plugins\Ipcf_TS_T40D34M42I0R0\examples&lt;/P&gt;
&lt;P&gt;I have some dual core IPCF training materials that can only be shared with you after signing an NDA.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 09:07:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K-MSCM-Miscellaneous-System-Control-Module-Feature/m-p/2065427#M47001</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2025-03-20T09:07:44Z</dc:date>
    </item>
  </channel>
</rss>

