<?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: Problem about MCU settings</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575130#M22158</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 Fri Jun 07 00:28:15 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try a 'Refresh MCU Cache' (Button in 'MCU settings' window) already?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your project is starting and running on my LPCXpresso1769 without problems (without connected LCD).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:29:04 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:29:04Z</dc:date>
    <item>
      <title>Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575124#M22152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by zhaichangmin on Wed Jun 05 18:23:23 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I use LPC1768, I modify MCU setting, the default configration is like this:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MFlash512 (rx) : ORIGIN = 0x0, LENGTH = 0x80000 /* 512k */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This can work correctly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I modify it, make it change like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MFlash512 (rx) : ORIGIN = 0x0, LENGTH = 0x78000 /* 480k */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I have changed, it can't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to know the reason and how I resolve the problem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I see the code of the Disassembly, the program stop at the 0x00000000, it say "No Source available for g_pfnVectors()".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use the top 32K of the flash to save myself data, for eample, some configration information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zhai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575124#M22152</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575125#M22153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Wed Jun 05 23:46:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What doesn't work? If we knew what your problem was, we might be able to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And why are you changing the memory size?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575125#M22153</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575126#M22154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by zhaichangmin on Thu Jun 06 00:58:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I see the code of the Disassembly, the program stop at the 0x00000000, it say "No Source available for g_pfnVectors()".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use the top 32K of the flash to save myself data, for eample, some configration information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575126#M22154</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575127#M22155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Jun 06 03:08:29 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible, I suggest that you export your project and attach to the thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/ImportExport&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Make sure that you do a clean before exporting.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are not in a position to provide the project, then please ZIP up and post your generated axf file, the *.ld linker script files and the map file generated by your tools build (probably in the Debug directory).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please also supply debug log created when you launch your debug session:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/DebugLog&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please also confirm what version of LPCXpresso IDE you are using, and which debug probe and board you are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575127#M22155</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575128#M22156</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 Thu Jun 06 03:18:03 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: zhaichangmin&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; When I have changed, it can't work.&lt;BR /&gt;I want to know the reason and how I resolve the problem,&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing MCU settings to reduced flash size isn't causing any problems here. After a new clean and build cycle everything is working as usual.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sometimes 'Disassembly' view is a little bit sleepy and showing it's content not until the first step.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So whatever problem you are facing, reducing flash size isn't causing it and without further information it's difficult to guess.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575128#M22156</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575129#M22157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by zhaichangmin on Thu Jun 06 18:06:59 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The project and debug log is in the attach file, I use LPCXpresso v4.2.3_292, the board&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is LPC1768 Development Kit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zhai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575129#M22157</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575130#M22158</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 Fri Jun 07 00:28:15 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try a 'Refresh MCU Cache' (Button in 'MCU settings' window) already?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your project is starting and running on my LPCXpresso1769 without problems (without connected LCD).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575130#M22158</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575131#M22159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by zhaichangmin on Fri Jun 07 00:49:44 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: R2D2&lt;/STRONG&gt;&lt;BR /&gt;Did you try a 'Refresh MCU Cache' (Button in 'MCU settings' window) already?&lt;BR /&gt;&lt;BR /&gt;Your project is starting and running on my LPCXpresso1769 without problems (without connected LCD).&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't kown how to 'Refresh MCU Cache', can you explain it in detail?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575131#M22159</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575132#M22160</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 Fri Jun 07 00:56:10 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: zhaichangmin&lt;/STRONG&gt;&lt;BR /&gt;I don't kown how to 'Refresh MCU Cache', can you explain it in detail?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a simple button in your&amp;nbsp; 'MCU settings' window :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575132#M22160</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575133#M22161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Fri Jun 07 01:18:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I see you are using v4.2.3 - this is a very out of date version. Suggest you upgrade to the latest v5.2.4.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575133#M22161</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575134#M22162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by zhaichangmin on Fri Jun 07 23:36:28 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't change MCU settings, the MCU settings still like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MFlash512 (rx) : ORIGIN = 0x0, LENGTH = 0x80000 /* 512k */&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use top 32K of the 512k flash to save myself data, I want to know if it will generate &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575134#M22162</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about MCU settings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575135#M22163</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 Sat Jun 08 01:36:50 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: zhaichangmin&lt;/STRONG&gt;&lt;BR /&gt;I don't change MCU settings, the MCU settings still like this: MFlash512 (rx) : ORIGIN = 0x0, LENGTH = 0x80000 /* 512k */&lt;BR /&gt;&lt;BR /&gt;If I use top 32K of the 512k flash to save myself data, I want to know if it will generate problem?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; If your code is less than 480k the last sector shouldn't be touched.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And if you don't erase the complete flash before writing a program ('Mass erase') your last sector data will survive even flashing a new program.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-about-MCU-settings/m-p/575135#M22163</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:29:07Z</dc:date>
    </item>
  </channel>
</rss>

