<?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: Enabling Thumb mode in LPCXpresso IDE for cortex M4 (LPC4330)</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Enabling-Thumb-mode-in-LPCXpresso-IDE-for-cortex-M4-LPC4330/m-p/552884#M14476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Mon Mar 10 10:54:20 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The Cortex-Mx series is different to the ARM7TDMI. The Cortex-Mx processors are Thumb-only CPUs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are the so called "intrinsics" which can be used to execute assembler code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also use inline assembler functions: (compiler tool dependent)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;__asm void test(unsigned int input)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; MSR&amp;nbsp;&amp;nbsp; MASK, input&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; BX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recommend to have a look into the Cortex-M docs on the ARM website and also browse on Google for resulst on the search string "use assembler with Cortex-M3" .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:35:57 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:35:57Z</dc:date>
    <item>
      <title>Enabling Thumb mode in LPCXpresso IDE for cortex M4 (LPC4330)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Enabling-Thumb-mode-in-LPCXpresso-IDE-for-cortex-M4-LPC4330/m-p/552883#M14475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by praveen.9123 on Tue Mar 04 04:29:01 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on LPC4330 from 3 months, And am facing problem to call assembly code. please suggest me how to enable Thumb mode in LPCXpresso IDE for cortex M4 (LPC4330).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:35:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Enabling-Thumb-mode-in-LPCXpresso-IDE-for-cortex-M4-LPC4330/m-p/552883#M14475</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling Thumb mode in LPCXpresso IDE for cortex M4 (LPC4330)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Enabling-Thumb-mode-in-LPCXpresso-IDE-for-cortex-M4-LPC4330/m-p/552884#M14476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Mon Mar 10 10:54:20 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The Cortex-Mx series is different to the ARM7TDMI. The Cortex-Mx processors are Thumb-only CPUs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are the so called "intrinsics" which can be used to execute assembler code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also use inline assembler functions: (compiler tool dependent)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;__asm void test(unsigned int input)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; MSR&amp;nbsp;&amp;nbsp; MASK, input&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; BX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recommend to have a look into the Cortex-M docs on the ARM website and also browse on Google for resulst on the search string "use assembler with Cortex-M3" .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:35:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Enabling-Thumb-mode-in-LPCXpresso-IDE-for-cortex-M4-LPC4330/m-p/552884#M14476</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:35:57Z</dc:date>
    </item>
  </channel>
</rss>

