<?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: 0x40000220 &amp;lt;- 56: no documentation for this address</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1275652#M44981</link>
    <description>&lt;P&gt;Hi Alice, thank you for looking into this. This is what lpc845breakout_led_blinky says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//*****************************************************************************&lt;BR /&gt;// Reset entry point for your code.&lt;BR /&gt;// Sets up a simple runtime environment and initializes the C/C++&lt;BR /&gt;// library.&lt;BR /&gt;//*****************************************************************************&lt;BR /&gt;__attribute__ ((section(".after_vectors.reset")))&lt;BR /&gt;void ResetISR(void) {&lt;/P&gt;&lt;P&gt;// Disable interrupts&lt;BR /&gt;__asm volatile ("cpsid i");&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Enable SRAM clock used by Stack&lt;BR /&gt;__asm volatile ("LDR R0, =0x40000220\n\t"&lt;BR /&gt;"MOV R1, #56\n\t"&lt;BR /&gt;"STR R1, [R0]");&lt;/P&gt;</description>
    <pubDate>Wed, 12 May 2021 13:01:01 GMT</pubDate>
    <dc:creator>loudpotato</dc:creator>
    <dc:date>2021-05-12T13:01:01Z</dc:date>
    <item>
      <title>0x40000220 &lt;- 56: no documentation for this address</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1275123#M44972</link>
      <description>&lt;P&gt;Hi. I trying to play with LPC845 and noticed a sample project in MCUXpresso writes 56 to&amp;nbsp;0x40000220. The LPC845 documentation says nothing about this memory location. Is something correct? Are there other registers that I could adjust? The memory map says the watchdog is located there, but it has no 0x0220 registers.&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 19:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1275123#M44972</guid>
      <dc:creator>loudpotato</dc:creator>
      <dc:date>2021-05-11T19:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: 0x40000220 &lt;- 56: no documentation for this address</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1275518#M44976</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Fresh-Out-Contributor lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186589" target="_self" aria-label="View Profile of loudpotato"&gt;&lt;SPAN class=""&gt;loudpotato&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;Which demo? Please show me when writes 56 to 0x40000220, thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 09:36:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1275518#M44976</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-05-12T09:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: 0x40000220 &lt;- 56: no documentation for this address</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1275652#M44981</link>
      <description>&lt;P&gt;Hi Alice, thank you for looking into this. This is what lpc845breakout_led_blinky says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//*****************************************************************************&lt;BR /&gt;// Reset entry point for your code.&lt;BR /&gt;// Sets up a simple runtime environment and initializes the C/C++&lt;BR /&gt;// library.&lt;BR /&gt;//*****************************************************************************&lt;BR /&gt;__attribute__ ((section(".after_vectors.reset")))&lt;BR /&gt;void ResetISR(void) {&lt;/P&gt;&lt;P&gt;// Disable interrupts&lt;BR /&gt;__asm volatile ("cpsid i");&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Enable SRAM clock used by Stack&lt;BR /&gt;__asm volatile ("LDR R0, =0x40000220\n\t"&lt;BR /&gt;"MOV R1, #56\n\t"&lt;BR /&gt;"STR R1, [R0]");&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 13:01:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1275652#M44981</guid>
      <dc:creator>loudpotato</dc:creator>
      <dc:date>2021-05-12T13:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: 0x40000220 &lt;- 56: no documentation for this address</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1276284#M44997</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-I lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186589" target="_self" aria-label="View Profile of loudpotato"&gt;&lt;SPAN class=""&gt;loudpotato&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;This address doesn't release on UM, from the comment, it shows // Enable SRAM clock used by Stac&lt;/P&gt;
&lt;P&gt;this is no issue, the demo also can work well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 08:36:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1276284#M44997</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-05-13T08:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: 0x40000220 &lt;- 56: no documentation for this address</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1276504#M45003</link>
      <description>&lt;P&gt;Could you please consider updating the UM? I believe the UM should be the source of the truth, not your code examples.&lt;/P&gt;&lt;P&gt;Do you know if writing 56 to&amp;nbsp;0x40000220 is mandatory? Are there other values could be written there (e.g. for running at 30kHz or at 3kHz)? Are there other registers around I could be missing from other examples, e.g.&amp;nbsp;0x40000224 or&amp;nbsp;0x4000021C?&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 16:59:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1276504#M45003</guid>
      <dc:creator>loudpotato</dc:creator>
      <dc:date>2021-05-13T16:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: 0x40000220 &lt;- 56: no documentation for this address</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1277886#M45032</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;loudpotato,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry for my last comment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For LPC845, I think this code for enable SRAM is wrong. maybe this is just copy from other part, for example LPC546xx, enable SRAM register address is 0x40000220 as below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1621306469590.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144900i60915CAA2510A2C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1621306469590.png" alt="Alice_Yang_0-1621306469590.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For LPC845, address should be 0x4004 8080, while it enabled by default, so the demo also can work well, see below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_1-1621306587875.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144901iCFEA864E0301BDDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_1-1621306587875.png" alt="Alice_Yang_1-1621306587875.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 02:57:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/0x40000220-lt-56-no-documentation-for-this-address/m-p/1277886#M45032</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-05-18T02:57:25Z</dc:date>
    </item>
  </channel>
</rss>

