<?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中的主题 Debug error</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546059#M13178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahalinr on Wed Oct 30 00:11:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using LPC11c14 Can open in eclipse cdt software.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please the ram,rom and sram origin address of this lpc11c14.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;I&gt;&lt;BR /&gt;&lt;I&gt;&lt;I&gt;[u]MEMORY&lt;BR /&gt;{&lt;BR /&gt;/* ram size has to be checked with SEGGER!!! */&lt;BR /&gt;ram (rwx) : ORIGIN = 0x100000C0, LENGTH = 8k /*initial value of the stack pointer (SP) can be read from 0x20000000 and the initial value of the PC can be read from 0x20000004*/&lt;BR /&gt;/* last 2 pages reserved for persistent data storage (else LENGTH = 1024k )*/&lt;BR /&gt;rom (rx) : ORIGIN = 0x00000000, LENGTH = 8k&lt;BR /&gt;option_bytes_rom (rx) : ORIGIN = 0x1FFF4000, LENGTH = 16k&lt;BR /&gt;extnor (rx) : ORIGIN = 0x40000000, LENGTH = 32k&lt;BR /&gt;extsram (rwx) : ORIGIN = 0x10000000, LENGTH = 32k&lt;BR /&gt;extnand (rx) : ORIGIN = 0x70000000, LENGTH = 20k&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;The folllowing is the memory address i am using.&lt;BR /&gt;&lt;BR /&gt;Though i am able to compile,while debugging it displays that memory cannot be accessed.&lt;BR /&gt;&lt;BR /&gt;I have attached the output error.&lt;BR /&gt;&lt;BR /&gt;Plz help me out&lt;BR /&gt;&lt;BR /&gt;thx in advance&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:47:11 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:47:11Z</dc:date>
    <item>
      <title>Debug error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546059#M13178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahalinr on Wed Oct 30 00:11:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using LPC11c14 Can open in eclipse cdt software.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please the ram,rom and sram origin address of this lpc11c14.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;I&gt;&lt;BR /&gt;&lt;I&gt;&lt;I&gt;[u]MEMORY&lt;BR /&gt;{&lt;BR /&gt;/* ram size has to be checked with SEGGER!!! */&lt;BR /&gt;ram (rwx) : ORIGIN = 0x100000C0, LENGTH = 8k /*initial value of the stack pointer (SP) can be read from 0x20000000 and the initial value of the PC can be read from 0x20000004*/&lt;BR /&gt;/* last 2 pages reserved for persistent data storage (else LENGTH = 1024k )*/&lt;BR /&gt;rom (rx) : ORIGIN = 0x00000000, LENGTH = 8k&lt;BR /&gt;option_bytes_rom (rx) : ORIGIN = 0x1FFF4000, LENGTH = 16k&lt;BR /&gt;extnor (rx) : ORIGIN = 0x40000000, LENGTH = 32k&lt;BR /&gt;extsram (rwx) : ORIGIN = 0x10000000, LENGTH = 32k&lt;BR /&gt;extnand (rx) : ORIGIN = 0x70000000, LENGTH = 20k&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;The folllowing is the memory address i am using.&lt;BR /&gt;&lt;BR /&gt;Though i am able to compile,while debugging it displays that memory cannot be accessed.&lt;BR /&gt;&lt;BR /&gt;I have attached the output error.&lt;BR /&gt;&lt;BR /&gt;Plz help me out&lt;BR /&gt;&lt;BR /&gt;thx in advance&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:47:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546059#M13178</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debug error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546060#M13179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed Oct 30 03:03:12 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC11C14 has 32k ROM and 8k RAM:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MEMORY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; /* Define each memory region */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; MFlash32 (rx) : ORIGIN = 0x0, LENGTH = 0x8000 /* 32K bytes */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x2000 /* 8K bytes */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:47:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546060#M13179</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debug error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546061#M13180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahalinr on Wed Oct 30 03:08:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is MFlash32(rx)?? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:47:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546061#M13180</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debug error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546062#M13181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahalinr on Wed Oct 30 03:57:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried it,but still it shows the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I modify anythng in my start.S file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:47:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546062#M13181</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Debug error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546063#M13182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed Oct 30 07:24:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mahalinr&lt;/STRONG&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;What is MFlash32(rx)??&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's what User Manual (UM10398) is calling:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;The peripheral complement of the LPC111x/LPC11Cxx includes up to &lt;STRONG&gt;32 kB of flash&lt;BR /&gt;memory&lt;/STRONG&gt;, up to 8 kB of data memory,...&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:47:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546063#M13182</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debug error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546064#M13183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Wed Oct 30 07:29:28 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mahalinr&lt;/STRONG&gt;&lt;BR /&gt;Should I modify anythng in my start.S file&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously you are not using LPCXpresso. So I would suggest to use a toolchain, which is doing that memory settings for you...&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:47:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debug-error/m-p/546064#M13183</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:47:14Z</dc:date>
    </item>
  </channel>
</rss>

