<?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: LPC4337 Ethernet is working only in debug Mode</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-Ethernet-is-working-only-in-debug-Mode/m-p/765677#M30811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the LPC43xx errata file with record of RESET.3 (chapter 3.19).&lt;/P&gt;&lt;P&gt;Please check &lt;A href="https://www.nxp.com/docs/en/errata/ES_LPC435X_3X_2X_1X_FLASH.pdf"&gt;here&lt;/A&gt; for the detailed info.&lt;/P&gt;&lt;P&gt;There with the work-around to do a software reset or external reset.&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2018 05:56:59 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2018-05-22T05:56:59Z</dc:date>
    <item>
      <title>LPC4337 Ethernet is working only in debug Mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-Ethernet-is-working-only-in-debug-Mode/m-p/765676#M30810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;LPC4337 Ethernet is Working completely only in&amp;nbsp;Debug Mode.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I have a problem with My LPC4337 target, my system works with the LWIP&amp;nbsp; with no RTOS (&amp;nbsp;&amp;nbsp;the examples files are under&amp;nbsp;lpcopen_3_02_lpcxpresso_xpresso4337.zip under &lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/lpc-cortex-m-mcus/lpc4300-cortex-m4-m0/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX"&gt;THIS&lt;/A&gt;&amp;nbsp;link)&amp;nbsp; and&amp;nbsp; when&amp;nbsp; the debugger is Connected&amp;nbsp; the Program work Ok, they receive multicast UDP messages and send and receive &amp;nbsp;unicast messages&amp;nbsp;without problem, but after power on reset, the program don't receive more Multicast Messages, but receive and Send UDP unicast messages&amp;nbsp;&amp;nbsp;without problem ,&amp;nbsp; I really don't understand why is that happen , I view other Posts&amp;nbsp; like &lt;A _jive_internal="true" href="https://community.nxp.com/thread/451616"&gt;THIS&lt;/A&gt;&amp;nbsp;but&amp;nbsp; for them the Ethernets stop to work and for me&amp;nbsp; is working partially without debugger , but with the debugger its working Ok.&lt;/P&gt;&lt;P&gt;maybe is &amp;nbsp;something I the configuration for the memory , my memory linker&amp;nbsp;script is at the end:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;PROVIDE(_pvHeapStart = DEFINED(__user_heap_base) ? __user_heap_base : ADDR(.data_RAM3));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;PROVIDE(_pvHeapLimit = DEFINED(__user_heap_base) ? __user_heap_base + 0x7FFF: ADDR(.data_RAM3) + 0x7FFF);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;PROVIDE(_vStackTop = DEFINED(__user_stack_top) ? __user_stack_top : __top_RamAHB16 - 0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;/* ## Create checksum value (used in startup) ## */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;PROVIDE(__valid_user_code_checksum = 0 -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;(_vStackTop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;+ (ResetISR + 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;+ (NMI_Handler + 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;+ (HardFault_Handler + 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;+ (( DEFINED(MemManage_Handler) ? MemManage_Handler : 0 ) + 1) /* MemManage_Handler may not be defined */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;+ (( DEFINED(BusFault_Handler) ? BusFault_Handler : 0 ) + 1) /* BusFault_Handler may not be defined */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;+ (( DEFINED(UsageFault_Handler) ? UsageFault_Handler : 0 ) + 1) /* UsageFault_Handler may not be defined */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: andale mono,monospace; font-size: 11px;"&gt;) );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where my Heap are in the memory 0x20000000&amp;nbsp;to 0x20007FFF and my Stack begin&amp;nbsp;at the memory 0x20008000, and the global variables at position 0x10080000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I am doing wrong , or is a error in the debugger ,how start the debugger the controller that something happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt; ( I think is not the Ethernet,&amp;nbsp; I think is a problem with the power on reset, because after power on reset the program don't work correctly and after software reset or press reset pin&amp;nbsp; or programming over debugger the program works fine, but I think is something with the lpc link 2 programmer because , I tested a old version from my program that work fine but&amp;nbsp; now is not working and the only thing that I remember that I do ist to use another lpc link 2 programmer......... )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 10:56:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-Ethernet-is-working-only-in-debug-Mode/m-p/765676#M30810</guid>
      <dc:creator>luiswalther-aco</dc:creator>
      <dc:date>2018-05-18T10:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4337 Ethernet is working only in debug Mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-Ethernet-is-working-only-in-debug-Mode/m-p/765677#M30811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the LPC43xx errata file with record of RESET.3 (chapter 3.19).&lt;/P&gt;&lt;P&gt;Please check &lt;A href="https://www.nxp.com/docs/en/errata/ES_LPC435X_3X_2X_1X_FLASH.pdf"&gt;here&lt;/A&gt; for the detailed info.&lt;/P&gt;&lt;P&gt;There with the work-around to do a software reset or external reset.&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 05:56:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-Ethernet-is-working-only-in-debug-Mode/m-p/765677#M30811</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-05-22T05:56:59Z</dc:date>
    </item>
  </channel>
</rss>

