<?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のトピックs32k312 ramcode application use HSE api?</title>
    <link>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1990811#M43045</link>
    <description>&lt;DIV&gt;Hi NXP,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; i want use ramcode binary (which all code are in SRAM region) in a factory program application. use jlink to set PC to run, it works fine.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; but when it call HSE api, eg read hse version, get_attr ... etc, it fails. debug located that it fails to get hse channel and not to call HSE_Send().&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;is it possible to call hse function in ramcode?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 08 Nov 2024 06:15:43 GMT</pubDate>
    <dc:creator>victory</dc:creator>
    <dc:date>2024-11-08T06:15:43Z</dc:date>
    <item>
      <title>s32k312 ramcode application use HSE api?</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1990811#M43045</link>
      <description>&lt;DIV&gt;Hi NXP,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; i want use ramcode binary (which all code are in SRAM region) in a factory program application. use jlink to set PC to run, it works fine.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; but when it call HSE api, eg read hse version, get_attr ... etc, it fails. debug located that it fails to get hse channel and not to call HSE_Send().&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;is it possible to call hse function in ramcode?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Nov 2024 06:15:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1990811#M43045</guid>
      <dc:creator>victory</dc:creator>
      <dc:date>2024-11-08T06:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: s32k312 ramcode application use HSE api?</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1991157#M43069</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234378"&gt;@victory&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't matter where the code is running from. I'm not sure what's going on, it would be necessary to debug the "get hse channel" more. &lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 15:15:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1991157#M43069</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2024-11-08T15:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: s32k312 ramcode application use HSE api?</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1992597#M43158</link>
      <description>&lt;P&gt;problem update 1:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 1. ide can't load ramcode after chip power on.&amp;nbsp; ide or other tool need init ecc sram first , then ramcode can write. i am fixed this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;current problem is :&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; after chip power on and jlink initialized sram, ide/ozone can run the code(hse still not working). but use jlink to write the ramcode and set reg15(PC) not working.&amp;nbsp; it goes hardfault in startup_cm7.s somewhere,&amp;nbsp; is there any precondition need to do ? thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 07:39:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1992597#M43158</guid>
      <dc:creator>victory</dc:creator>
      <dc:date>2024-11-12T07:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: s32k312 ramcode application use HSE api?</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1992791#M43173</link>
      <description>&lt;P&gt;update 2:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;currently, i can load ramcode to mcu and set PC to run,&amp;nbsp; &amp;nbsp;or use ozone to load ramcode elf to mcu and run, both are ok.(uart can print, interrupt can trigger)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;but in either case, hse can't work.&amp;nbsp; i guess that in ramcode mode, the IVT header (0xA5 ) or app header(0xd5) are not checked,&amp;nbsp; it started run from reset handler by user setting PC, is it a problem that SAF /HSE not run?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 10:30:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1992791#M43173</guid>
      <dc:creator>victory</dc:creator>
      <dc:date>2024-11-12T10:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: s32k312 ramcode application use HSE api?</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1994584#M43288</link>
      <description>&lt;P&gt;I can't see problem here. Could you please check content of HSE GPR register at 0x4039_C028 and then content of GSR and FSR registers in MU_0 after execution of HSE_Send()?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 10:27:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-ramcode-application-use-HSE-api/m-p/1994584#M43288</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2024-11-14T10:27:58Z</dc:date>
    </item>
  </channel>
</rss>

