<?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: LPC55S69 : USB_SRAM peripheral or memory ?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084489#M41647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/diego.charles"&gt;diego.charles&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Romcode migh use USB for ISP programming. And it might be so that it initialize it during scan when look active peripheral.&lt;/P&gt;&lt;P&gt;It might&amp;nbsp; be sudden feature if USB_SRAM retain over reboot.&lt;/P&gt;&lt;P&gt;I can see romcode leave some clocks attached to some peripherals and some clock like USB is enabled.&lt;/P&gt;&lt;P&gt;Even it is expected that all unused peripherals/clocks should be disabled.&lt;/P&gt;&lt;P&gt;Is any clear guide exists what explains state of all peripherals at point when executuion jump from bootrom ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Jun 2020 19:11:10 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2020-06-07T19:11:10Z</dc:date>
    <item>
      <title>LPC55S69 : USB_SRAM peripheral or memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084482#M41640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;In UM&amp;nbsp;2.1.7&amp;nbsp; USB_SRAM counted as peripheral device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this area is used as regular R/W memory without any limitation ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I set in MPU attributes for it as for regular memory :&lt;/P&gt;&lt;P&gt;tskMPU_REGION_READ_WRITE | tskMPU_REGION_EXECUTE_NEVER&lt;/P&gt;&lt;P&gt;or like device :&amp;nbsp;tskMPU_REGION_DEVICE_MEMORY&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does USB_SRAM have some limitations or special usage ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see over reboot it is always wiped to 0x00 and do not retains at all ?&lt;/P&gt;&lt;P&gt;This is becouse it is peripheral and it&amp;nbsp;resetted somehow or BootRom just cleaned it some how ?&lt;/P&gt;&lt;P&gt;Can it be used as area what is cleaned due reset in any case ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 08:51:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084482#M41640</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-05-28T08:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : USB_SRAM peripheral or memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084483#M41641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just one more addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; pass uint32_t * ptr&amp;nbsp; via nsc call from nonsecure side to secure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if I print value *ptr it is always show 0 if this pointer point to USB_SRAM.&lt;/P&gt;&lt;P&gt;If It normal SRAM , everything is OK. and it show real value in area what is pointer point to.&lt;/P&gt;&lt;P&gt;No Hardfault, Memaligh fault. Just return 0 on Secure side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nonsecure SRAM area is provisioned in Secure MPU with user privileges for be able to have access to it from Secure side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not quite understand what is difference between normal SRAM and USB_SRAM in this case or overall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2020 16:08:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084483#M41641</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-06-01T16:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : USB_SRAM peripheral or memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084484#M41642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on your questions,&lt;/P&gt;&lt;P&gt;please, provide me additional time to present my feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2020 17:42:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084484#M41642</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-06-01T17:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : USB_SRAM peripheral or memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084485#M41643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more issue is not known for USB_SRAM also.&lt;/P&gt;&lt;P&gt;Whole memory area is zeroized over reboot.&lt;/P&gt;&lt;P&gt;And it is not provisioned in linker memory map e.g it is not software effect.&lt;/P&gt;&lt;P&gt;It can be cleaned in BootRom due automatic ISP peripheral scan or becouse it is special memory.&lt;/P&gt;&lt;P&gt;Do you know reason ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2020 06:20:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084485#M41643</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-06-02T06:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : USB_SRAM peripheral or memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084486#M41644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1 Regarding your&amp;nbsp; last question I have some&amp;nbsp; results to show:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I powered my board (with the&amp;nbsp; LPC55S69 rev1B) and flashed my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp; After that, when the USB RAM&amp;nbsp; was gated:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;&amp;nbsp; CLOCK_EnableClock(kCLOCK_UsbRam1)&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;I&amp;nbsp; find out random values , they are expected after a power up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/111789i36316040CE5E6E80/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Moving on, I&amp;nbsp; decided to initialize the USB RAM with values different that zero.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp; CLOCK_EnableClock(kCLOCK_UsbRam1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;//this loop will&amp;nbsp; write from&amp;nbsp;0x40100000(USB RAM base address ) to&amp;nbsp; 0x40103FCC&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (int i = 0; i &amp;lt; (&lt;STRONG&gt;FSL_FEATURE_USB_USB_RAM&lt;/STRONG&gt;/4); i++)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((uint32_t *)&lt;STRONG&gt;FSL_FEATURE_USB_USB_RAM_BASE_ADDRESS&lt;/STRONG&gt;)[i] = 0x0EU;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then, I confirmed&amp;nbsp; the success on this :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/111790i3C367D9F76195006/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Finally ,&amp;nbsp;&lt;STRONG&gt; I noticed that&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG&gt;after&amp;nbsp; a&amp;nbsp; sotfware reset, the USB RAM&amp;nbsp; retained&amp;nbsp; my initialization&lt;/STRONG&gt;.&amp;nbsp; This may suggest that the USB RAM is not initialized by the MCU or by startup code, as you mention. Even after I flashed another project the USB RAM retained my previous initialization.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regarding the other questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user manual indicates that is possible to use the USB RAM as a generic memory when no USB interface is being used.&lt;STRONG&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'll check if there is a recommendation on how to define the USB RAM using FreeRTOS MPU drivers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt; Note:&lt;BR /&gt; - If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: #51626f;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt; -------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 00:30:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084486#M41644</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-06-03T00:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : USB_SRAM peripheral or memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084487#M41645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ie709758@iteso.mx"&gt;ie709758@iteso.mx&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you ! I get your point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clock for USB_SRAM is not mentioned anywhere.&lt;/P&gt;&lt;P&gt;Looks like ConfigTool add it to clock tree only when entire USB is enabled.&lt;/P&gt;&lt;P&gt;I can see USB_SRAM can retain in PowerDown mode if need.&lt;/P&gt;&lt;P&gt;But looks like Bootrom is not enable clock by default and context might be lost over reboot.&lt;/P&gt;&lt;P&gt;Is this so ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="position: absolute; left: 287px; top: 85.3333px;"&gt;&lt;DIV class="gtx-trans-icon"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 06:44:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084487#M41645</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-06-03T06:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : USB_SRAM peripheral or memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084488#M41646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding&amp;nbsp; the other questions:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;Can I set in MPU attributes for it as for regular memory ?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Although the USB_SRAM is located on&amp;nbsp; the Peripheral space on the LPC55S69, &lt;STRONG&gt;you can define its attributes as a normal memory&lt;/STRONG&gt;,&amp;nbsp;&amp;nbsp;since you are going to you are going to read and write data&amp;nbsp;you will do it on a normal SRAM area.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only as reference&lt;/STRONG&gt;, the&amp;nbsp;&lt;A href="https://static.docs.arm.com/100699/0200/armv8m_memory_protection_unit_100699_0200_en.pdf#page=15"&gt;ARMv8-M Memory Protection Unit&lt;/A&gt;&amp;nbsp;on chapter&amp;nbsp;&lt;A href="https://static.docs.arm.com/100699/0200/armv8m_memory_protection_unit_100699_0200_en.pdf#page=15"&gt;5 Memory type definitions in ARMv8-M&lt;/A&gt;&amp;nbsp;provides an overview of the&amp;nbsp;Device&amp;nbsp;and&amp;nbsp;Normal&amp;nbsp;memories. Device memories are intended for protection of peripheral control registers and they do not support several&amp;nbsp; optimizations made for Normal memories.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;But looks like Bootrom is not enable clock by default and context might be lost over reboot.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is this so ?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have noticed&amp;nbsp;that the initialization on USB_SRAM, that I showed previously, only was lost only after a power cycle,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I still recommend you confirm this on your side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;STRONG style="background-color: #ffffff; color: #51626f; "&gt;Can this area is used as regular R/W memory without any limitation ?&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;UL&gt;&lt;LI style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;As long you are not implementing&amp;nbsp; USB drivers on the MCU, the USB_SRAM can be used as a general purpose memory.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;If you want to implement this&amp;nbsp;memory with the&amp;nbsp; MPU you will need to check ARM&amp;nbsp; recommendations like:&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; color: #3d3d3d;"&gt;&lt;A href="https://static.docs.arm.com/100699/0200/armv8m_memory_protection_unit_100699_0200_en.pdf#page=26"&gt;&lt;SPAN style="color: #2989c5; text-decoration: none;"&gt;The smallest size that can be programmed for an MPU region is 32 bytes.&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;or&amp;nbsp;The smallest size that can be programmed for an MPU region is 32 bytes.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information helps,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background: white; border: 0px;"&gt;&lt;SPAN style="color: #51626f; border: 0px; font-weight: inherit;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background: white; border: 0px;"&gt;&lt;SPAN style="color: #51626f; border: 0px; font-weight: inherit;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2020 05:22:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084488#M41646</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-06-06T05:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : USB_SRAM peripheral or memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084489#M41647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/diego.charles"&gt;diego.charles&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Romcode migh use USB for ISP programming. And it might be so that it initialize it during scan when look active peripheral.&lt;/P&gt;&lt;P&gt;It might&amp;nbsp; be sudden feature if USB_SRAM retain over reboot.&lt;/P&gt;&lt;P&gt;I can see romcode leave some clocks attached to some peripherals and some clock like USB is enabled.&lt;/P&gt;&lt;P&gt;Even it is expected that all unused peripherals/clocks should be disabled.&lt;/P&gt;&lt;P&gt;Is any clear guide exists what explains state of all peripherals at point when executuion jump from bootrom ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2020 19:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084489#M41647</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-06-07T19:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : USB_SRAM peripheral or memory ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084490#M41648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize for the delay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using MCuxpresso, you can switch the debugger breakpoint from main to ResetISR. Then open the peripheral view of the&amp;nbsp; Syscon -&amp;gt;AHBCLKCTRLx registers to check their clock status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp; AHBCLKCTRL2 ,we can see that&amp;nbsp; the USB_SRAM is dissabled&amp;nbsp; at the beggining of the application .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112704i661FFDC1921F364A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 18:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-USB-SRAM-peripheral-or-memory/m-p/1084490#M41648</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-06-12T18:07:36Z</dc:date>
    </item>
  </channel>
</rss>

