<?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>LPCXpresso IDEのトピックRe: Debugging Code in external Ram (IS42S16400J-7TLI) on LPC4330</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-Code-in-external-Ram-IS42S16400J-7TLI-on-LPC4330/m-p/1445577#M33353</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;many thanks for the answer.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I didn't expect a finished script either. I was hoping you might be able to give me a start. There is a script for Keil's uVision IDE. I attached it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The concept from KEIL allows to write these script files nearly like standard C code. How about lpcxpresso/mcuxpresso? What kind of script file is executing by the lpcxpresso debugger and which Emulator is the right one ? "Redlinkserver; CMSIS-DAP; LPC-Link(WinUSB);LPC-Link(Hid); RedProbe family" ? Can you give me some information about the different emulators ? I´m using a LPC-Link2 as HW Debugger.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Is it possible to add a script or the script commands in the Init commands under Edit script ? Do you have examples showing the different possibilities of the Init commands ? sorry for the many stupid questions, I have no experience with this&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Debconfigurations.png" style="width: 976px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/177273i544FF21B79430D4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Debconfigurations.png" alt="Debconfigurations.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 08:35:44 GMT</pubDate>
    <dc:creator>ThomasMeyer</dc:creator>
    <dc:date>2022-04-19T08:35:44Z</dc:date>
    <item>
      <title>Debugging Code in external Ram (IS42S16400J-7TLI) on LPC4330</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-Code-in-external-Ram-IS42S16400J-7TLI-on-LPC4330/m-p/1444166#M33350</link>
      <description>&lt;P&gt;Hi NXP Community,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I'm looking for a way to debug my code from external ram. In my Opinion basically I need to write a script that pokes the appropriate registers to set the SDRAM up before your debug session attempts to download the code into the SDRAM. Do I understand correctly that the script is supposed to do the same thing as the sysinit_lpc4330 ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;/* Enable EMC clock */
Chip_Clock_Enable(CLK_MX_EMC);
/* Init EMC Controller -Enable-LE mode */
Chip_EMC_Init(1, 0, 0);
/* Init EMC Dynamic Controller */
Chip_EMC_Dynamic_Init((IP_EMC_DYN_CONFIG_T *) &amp;amp;IS42S16400_config);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Does anyone have experience with this and can give me a start? I´m using LPC-Link2 and have no experience with the script language.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;thx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:22:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-Code-in-external-Ram-IS42S16400J-7TLI-on-LPC4330/m-p/1444166#M33350</guid>
      <dc:creator>ThomasMeyer</dc:creator>
      <dc:date>2022-04-14T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Code in external Ram (IS42S16400J-7TLI) on LPC4330</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-Code-in-external-Ram-IS42S16400J-7TLI-on-LPC4330/m-p/1444475#M33351</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;As I know we don't have such a script for external RAM.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 08:08:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-Code-in-external-Ram-IS42S16400J-7TLI-on-LPC4330/m-p/1444475#M33351</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-04-15T08:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Code in external Ram (IS42S16400J-7TLI) on LPC4330</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-Code-in-external-Ram-IS42S16400J-7TLI-on-LPC4330/m-p/1445577#M33353</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;many thanks for the answer.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I didn't expect a finished script either. I was hoping you might be able to give me a start. There is a script for Keil's uVision IDE. I attached it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The concept from KEIL allows to write these script files nearly like standard C code. How about lpcxpresso/mcuxpresso? What kind of script file is executing by the lpcxpresso debugger and which Emulator is the right one ? "Redlinkserver; CMSIS-DAP; LPC-Link(WinUSB);LPC-Link(Hid); RedProbe family" ? Can you give me some information about the different emulators ? I´m using a LPC-Link2 as HW Debugger.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Is it possible to add a script or the script commands in the Init commands under Edit script ? Do you have examples showing the different possibilities of the Init commands ? sorry for the many stupid questions, I have no experience with this&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Debconfigurations.png" style="width: 976px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/177273i544FF21B79430D4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Debconfigurations.png" alt="Debconfigurations.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 08:35:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-Code-in-external-Ram-IS42S16400J-7TLI-on-LPC4330/m-p/1445577#M33353</guid>
      <dc:creator>ThomasMeyer</dc:creator>
      <dc:date>2022-04-19T08:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Code in external Ram (IS42S16400J-7TLI) on LPC4330</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-Code-in-external-Ram-IS42S16400J-7TLI-on-LPC4330/m-p/1446054#M33354</link>
      <description>&lt;P&gt;I suggest you check MCUXpresso IDE user guide. in chapter&amp;nbsp; of "Appendix-Additional Hints and Tips", section "LinkServer Script"&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 03:29:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-Code-in-external-Ram-IS42S16400J-7TLI-on-LPC4330/m-p/1446054#M33354</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-04-20T03:29:32Z</dc:date>
    </item>
  </channel>
</rss>

