<?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: Xpresso IDE + Assembler</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Xpresso-IDE-Assembler/m-p/569354#M19663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Oct 11 06:12:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So why not just set a breakpoint in the startup code and debug it, rather than using assembly code? You can do this manually (open the startup file in the editor and double click on a line), or by changing the default breakpoint from main() to somewhere else:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsupport.code-red-tech.com%2FCodeRedWiki%2FInitialBP" rel="nofollow" target="_blank"&gt;http://support.code-red-tech.com/CodeRedWiki/InitialBP&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Note that typically the startup file is compiled with optimisation turned on (-Os). You may want to switch this back to no optimisation (-O0). To do this select the file in Project Explorer view, right click and open its properties.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use assembler though, then&amp;nbsp; use the "Search the forums" box (top right of the main forum page) for 'assembly' or "assembler". You will find lots of previous threads on this subject.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:26:50 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:26:50Z</dc:date>
    <item>
      <title>Xpresso IDE + Assembler</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Xpresso-IDE-Assembler/m-p/569353#M19662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by 0xbin4ry on Fri Oct 11 01:53:53 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is it possible to debug ASM code in Xpresso IDE? Furthermore, is it possible to get example codes for LPC XPresso 11U14 with the startup files in ASM, rather then in C?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My goal is to debug the startup file (so before the MCU calls main()), possibly in ASM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I already compiled a simple blinky demo and disassembled the binary to get the ASM code of ResetISR(). However, I want to debug the code to see, whether this corresponds to the ASC version of the startup.c for the Cortex-M0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:26:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Xpresso-IDE-Assembler/m-p/569353#M19662</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Xpresso IDE + Assembler</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Xpresso-IDE-Assembler/m-p/569354#M19663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Oct 11 06:12:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So why not just set a breakpoint in the startup code and debug it, rather than using assembly code? You can do this manually (open the startup file in the editor and double click on a line), or by changing the default breakpoint from main() to somewhere else:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsupport.code-red-tech.com%2FCodeRedWiki%2FInitialBP" rel="nofollow" target="_blank"&gt;http://support.code-red-tech.com/CodeRedWiki/InitialBP&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Note that typically the startup file is compiled with optimisation turned on (-Os). You may want to switch this back to no optimisation (-O0). To do this select the file in Project Explorer view, right click and open its properties.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use assembler though, then&amp;nbsp; use the "Search the forums" box (top right of the main forum page) for 'assembly' or "assembler". You will find lots of previous threads on this subject.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:26:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Xpresso-IDE-Assembler/m-p/569354#M19663</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:26:50Z</dc:date>
    </item>
  </channel>
</rss>

