<?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: S32K3 HSE development</title>
    <link>https://community.nxp.com/t5/S32K/S32K3-HSE-development/m-p/1766724#M29207</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226429"&gt;@james131618&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it could be caused by cache memory. It is important to force descriptors/data sent to/from Messaging Unit to non-cacheable region. To check if it is related to the cache memory, you can try to disable the cache by DC bit in core register CCR Configuration and Control Register.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or go to the project properties and remove D_CACHE_ENABLE:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1701373316036.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/252358i2E13FEFB78C09D6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1701373316036.png" alt="lukaszadrapa_0-1701373316036.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 19:43:47 GMT</pubDate>
    <dc:creator>lukaszadrapa</dc:creator>
    <dc:date>2023-11-30T19:43:47Z</dc:date>
    <item>
      <title>S32K3 HSE development</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-HSE-development/m-p/1766229#M29172</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am developing HSE, but&amp;nbsp;I have some problems:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Q1：&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have installed &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;HSE A/B swap&lt;/FONT&gt;&lt;/STRONG&gt; firmware on S32K324.&lt;/P&gt;&lt;P&gt;And running the official &lt;STRONG&gt;S32K3XX_demo_app&lt;/STRONG&gt; can read the HSE firmware version.&lt;/P&gt;&lt;P&gt;If I can read the HSE firmware version it means HSE is running, right?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="james131618_0-1701325997045.png" style="width: 629px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/252239i4ECF00239AB8FAA5/image-dimensions/629x247?v=v2" width="629" height="247" role="button" title="james131618_0-1701325997045.png" alt="james131618_0-1701325997045.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Q2：&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to use RTD HSE module to operate HSE, so I create a new S32K324 project&lt;/P&gt;&lt;P&gt;I refer to the S32K344 HSE sample program to setting my new project&lt;/P&gt;&lt;P&gt;(sample code:Hse_Ip_AesEncAsyncIrq_S32K344)&lt;/P&gt;&lt;P&gt;(setting inculde: RTD setting, main loop application)&lt;/P&gt;&lt;P&gt;However, when the program is executed to &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;App_GetHseAttrCapabilities()&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;to read the HSE version.&lt;/P&gt;&lt;P&gt;The Function return&amp;nbsp;&lt;FONT color="#FF0000"&gt;HSE_SRV_RSP_NOT_SUPPORTED(0xAA55A11EUL)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;What's the problem? What settings can I check?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="james131618_1-1701326661214.png" style="width: 667px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/252242iF307A46D7230D2A2/image-dimensions/667x259?v=v2" width="667" height="259" role="button" title="james131618_1-1701326661214.png" alt="james131618_1-1701326661214.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope to get a reply as soon as possible, thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 06:49:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-HSE-development/m-p/1766229#M29172</guid>
      <dc:creator>james131618</dc:creator>
      <dc:date>2023-11-30T06:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 HSE development</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-HSE-development/m-p/1766724#M29207</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226429"&gt;@james131618&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it could be caused by cache memory. It is important to force descriptors/data sent to/from Messaging Unit to non-cacheable region. To check if it is related to the cache memory, you can try to disable the cache by DC bit in core register CCR Configuration and Control Register.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or go to the project properties and remove D_CACHE_ENABLE:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1701373316036.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/252358i2E13FEFB78C09D6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1701373316036.png" alt="lukaszadrapa_0-1701373316036.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 19:43:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-HSE-development/m-p/1766724#M29207</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-11-30T19:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 HSE development</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-HSE-development/m-p/1766954#M29216</link>
      <description>&lt;P&gt;Hello Lukas,&lt;/P&gt;&lt;P&gt;Thank you very much for your immediate reply and support.&lt;/P&gt;&lt;P&gt;This solution is effective.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 06:05:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-HSE-development/m-p/1766954#M29216</guid>
      <dc:creator>james131618</dc:creator>
      <dc:date>2023-12-01T06:05:08Z</dc:date>
    </item>
  </channel>
</rss>

