<?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>LPC MicrocontrollersのトピックRe: LPC43xx Reset script</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Reset-script/m-p/985518#M38859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any further detail that can help?&lt;/P&gt;&lt;P&gt;Basically about the Reset &amp;amp; Connect script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;fv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2020 11:13:42 GMT</pubDate>
    <dc:creator>cescvaro</dc:creator>
    <dc:date>2020-01-28T11:13:42Z</dc:date>
    <item>
      <title>LPC43xx Reset script</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Reset-script/m-p/985515#M38856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using an LPC4330 micro with a custom board and I'm using MCUXpresso 10.3.&lt;/P&gt;&lt;P&gt;I'm able to run a debug+flash session (the code is stored on an external flash) but I'm unable to properly lunch an attach debug session, after the IDE connects with the probe looks like it set (or jump) to adress 0x0 but the VTOR is not there.&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;Which Connect and Reset script should I use ?&lt;/P&gt;&lt;P&gt;How to properly tell gdb where VTOR is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 17:18:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Reset-script/m-p/985515#M38856</guid>
      <dc:creator>cescvaro</dc:creator>
      <dc:date>2020-01-21T17:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx Reset script</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Reset-script/m-p/985516#M38857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="351869" data-username="cescvaro" href="https://community.nxp.com/people/cescvaro"&gt;Francesco,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regarding your question for VTOR, obviously, the value of VTOR register is dependent on the position of vector table, the LPC4330 processor is flashless, in other words, the LPC4330 has not on-chip flash, I suppose you put the code and constant on external spi flash on your board, is it right? The spi flash is located at 0x1400-0000, if it is the case, the VTOR should be 0x1400-0000.&lt;/P&gt;&lt;P&gt;If it is not what you expected, pls post your project so that we can have a review.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 07:55:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Reset-script/m-p/985516#M38857</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-01-22T07:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx Reset script</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Reset-script/m-p/985517#M38858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XiangJun ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the answer.&lt;/P&gt;&lt;P&gt;Yes you are right, there is a an external SPIFI Flash located at 0x1400_0000.&lt;/P&gt;&lt;P&gt;I suppose you put the code and constant on external spi flash on your board, is it right? =&amp;gt; yes.&lt;/P&gt;&lt;P&gt;So, I'm not sure about how setup an attach only debug configuration (I'm using LPC Link 2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My config option are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Debug connection SWD&lt;/LI&gt;&lt;LI&gt;Additional options: empty&lt;/LI&gt;&lt;LI&gt;Attach onyl: True&lt;/LI&gt;&lt;LI&gt;Connect Script: not sure about this. Flash connect?&lt;/LI&gt;&lt;LI&gt;Debug Level: 2&lt;/LI&gt;&lt;LI&gt;Debugger memory cache: Disable&lt;/LI&gt;&lt;LI&gt;Disconnect behavior: cont&lt;/LI&gt;&lt;LI&gt;Flash Driver Reset Handling: Default&lt;/LI&gt;&lt;LI&gt;Load Image: Ture but should be no problem as is deprecated.&lt;/LI&gt;&lt;LI&gt;Maximum Wire Speed: empty&lt;/LI&gt;&lt;LI&gt;Memory Access Checking: off&lt;/LI&gt;&lt;LI&gt;Pre launch command: empty&lt;/LI&gt;&lt;LI&gt;Reset Handling: Default&lt;/LI&gt;&lt;LI&gt;Reset Script: not sure. LPC18LPC43ExternalFLASHBootResetscript.scp ?&lt;/LI&gt;&lt;LI&gt;Run/Continue image: cont&lt;/LI&gt;&lt;LI&gt;Semihosting support: off&lt;/LI&gt;&lt;LI&gt;Vector catch: False&lt;/LI&gt;&lt;LI&gt;Wirespeed: empty.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;fv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 08:42:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Reset-script/m-p/985517#M38858</guid>
      <dc:creator>cescvaro</dc:creator>
      <dc:date>2020-01-22T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx Reset script</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Reset-script/m-p/985518#M38859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any further detail that can help?&lt;/P&gt;&lt;P&gt;Basically about the Reset &amp;amp; Connect script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;fv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 11:13:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Reset-script/m-p/985518#M38859</guid>
      <dc:creator>cescvaro</dc:creator>
      <dc:date>2020-01-28T11:13:42Z</dc:date>
    </item>
  </channel>
</rss>

