<?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>topic i.MX6SoloX DDR debug problem with Segger JLink in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506194#M82267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to debug an application located in DDR and running on the M4 core of the i.MX6SX.&lt;/P&gt;&lt;P&gt;I'm using a Segger JLink+ probe and a i.MX6SoloX Sabre SDB board.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The A9 core boots U-Boot from QSPI NOR, then I load the M4 application using &lt;EM&gt;&lt;STRONG&gt;tftpboot&lt;/STRONG&gt;&lt;/EM&gt; and start the application using &lt;STRONG style="color: #606060;"&gt;&lt;EM&gt;bootaux&lt;/EM&gt;&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To debug, I start the JLink GDB server (see attached script) then I connect using Eclipse.&lt;/P&gt;&lt;P&gt;I'm able to debug (breakpoints, stepping...) when the code is located in internal RAM (OCRAM or TCM).&lt;/P&gt;&lt;P&gt;When the code is located in DDR, I can set a breakpoint and stop on it. But then I cannot do anything, the M4 program counter is stuck and I cannot do stepping, examine memory...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did anyone already experienced this problem? Any idea to solve this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336897"&gt;iMX6SoloX_Connect_CortexM4.JLinkScript.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2016 13:44:25 GMT</pubDate>
    <dc:creator>davidjaouen</dc:creator>
    <dc:date>2016-03-25T13:44:25Z</dc:date>
    <item>
      <title>i.MX6SoloX DDR debug problem with Segger JLink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506194#M82267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to debug an application located in DDR and running on the M4 core of the i.MX6SX.&lt;/P&gt;&lt;P&gt;I'm using a Segger JLink+ probe and a i.MX6SoloX Sabre SDB board.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The A9 core boots U-Boot from QSPI NOR, then I load the M4 application using &lt;EM&gt;&lt;STRONG&gt;tftpboot&lt;/STRONG&gt;&lt;/EM&gt; and start the application using &lt;STRONG style="color: #606060;"&gt;&lt;EM&gt;bootaux&lt;/EM&gt;&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To debug, I start the JLink GDB server (see attached script) then I connect using Eclipse.&lt;/P&gt;&lt;P&gt;I'm able to debug (breakpoints, stepping...) when the code is located in internal RAM (OCRAM or TCM).&lt;/P&gt;&lt;P&gt;When the code is located in DDR, I can set a breakpoint and stop on it. But then I cannot do anything, the M4 program counter is stuck and I cannot do stepping, examine memory...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did anyone already experienced this problem? Any idea to solve this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336897"&gt;iMX6SoloX_Connect_CortexM4.JLinkScript.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 13:44:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506194#M82267</guid>
      <dc:creator>davidjaouen</dc:creator>
      <dc:date>2016-03-25T13:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SoloX DDR debug problem with Segger JLink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506195#M82268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still stuck on this problem.&lt;/P&gt;&lt;P&gt;Does one experienced this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 09:47:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506195#M82268</guid>
      <dc:creator>davidjaouen</dc:creator>
      <dc:date>2016-05-10T09:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SoloX DDR debug problem with Segger JLink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506196#M82269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David - I am experiencing the same issue, did you find any solution yet? &amp;nbsp;On the Segger forum there is a similar thread where the proposed solution was to disable cache which is screwing up the Segger JLINK breakpoint setting. &amp;nbsp;I tried this but was unsuccessful. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The general method for debugging that I am using is as follows&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) start the Sabre SD board and stop UBOOT before Linux loads,&lt;/P&gt;&lt;P&gt;2) execute the following commands in UBOOT to set the initial stack pointer and reset vector and take the M4 out of reset (&lt;SPAN style="font-size: 10pt;"&gt;mw.l 0x7f8000 0x20008000; mw.l 0x7f8004 0x1fff9001 144; mw.w 0x7f9000 0xe7fe; dcache flush; bootaux 0x7F8000&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) - NOTE: there is no actual application in memory at this point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;3) attach to the Sabre SD board using JLINK via eclipse, which downloads the application and performs a halt on the M4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;4) steps 2&amp;amp;3 seem 'backwards' to me, but its the only way I can get the JLINK to properly connect and download. &amp;nbsp;I have tried just enabling the M4 core and connecting but this fails - it seems that establishing the stack pointer and initial vector (even if there is no code there), keeps the M4 is a somewhat 'predicable' state until the JLINK attaches and puts real code in memory. &amp;nbsp;Maybe there is a more elegant way to do this for debugging? &amp;nbsp;All of the NXP examples I have seen presume that you load the binary from SD/Flash into the final memory location BEFORE starting the core, but this doesn't seem possible when using Eclipse to load the .elf file via JLINK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The results I am seeing when attempting to debug different memories:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If I simply load my application (&lt;STRONG&gt;built&amp;nbsp;for DDR &amp;amp; TCM&lt;/STRONG&gt;) with the JLINK through Eclipse and let it run (no breakpoints) after the initial halt, it seems to execute as expected; I can see what looks like the correct behavior on the M4 UART output and interact with it.&lt;/P&gt;&lt;P&gt;2) Any any attempt to stop and debug my application (&lt;STRONG&gt;built&amp;nbsp;for DDR &amp;amp; TCM&lt;/STRONG&gt;) results in a lock up. &amp;nbsp;I can set the &lt;EM&gt;&lt;STRONG&gt;initial&lt;/STRONG&gt; &lt;/EM&gt;breakpoint anywhere, and the debugger stops properly. &amp;nbsp;But any attempt to single step or run thereafter fails. &amp;nbsp;In the failing state, the JLINK continuously loops on the following actions per the console:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;..Breakpoint reached @ address 0x800006F2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Reading all registers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Read 4 bytes @ address 0x800006F2 (Data = 0xF0004802)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Starting target CPU...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;...Breakpoint reached @ address 0x800006F2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Reading all registers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Read 4 bytes @ address 0x800006F2 (Data = 0xF0004802)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Starting target CPU...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;...Breakpoint reached @ address 0x800006F2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Reading all registers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Read 4 bytes @ address 0x800006F2 (Data = 0xF0004802)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Starting target CPU...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;...Breakpoint reached @ address 0x800006F2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Reading all registers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;3) If I attempt to disable the cache (0xE0082000, 0xE0082800) the program fails to execute at all; not sure why this is? &amp;nbsp;On the Segger forum this was listed as a possible 'fix' for debugging the M4 in DDR - seems to make my situation worse if I attempt to disable caching from UBOOT prior to loading and executing the image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;4) The same application built for OCRAM and TCM works just fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 21:12:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506196#M82269</guid>
      <dc:creator>jeremym</dc:creator>
      <dc:date>2016-10-10T21:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SoloX DDR debug problem with Segger JLink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506197#M82270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any breakthrough on this issue? I am facing the same thing....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Evgeny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 21:18:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506197#M82270</guid>
      <dc:creator>evgenyerlihman</dc:creator>
      <dc:date>2017-01-18T21:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SoloX DDR debug problem with Segger JLink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506198#M82271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evgeny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take at the following link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://dantechrb.com/blog/how-to-build-and-debug-freertos-applications-for-cortexm4-on-mx6sx" title="http://dantechrb.com/blog/how-to-build-and-debug-freertos-applications-for-cortexm4-on-mx6sx"&gt;How to build and debug FreeRTOS applications for CortexM4 on MX6SX&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;Ronen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:53:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506198#M82271</guid>
      <dc:creator>ronenbenayoun</dc:creator>
      <dc:date>2017-01-26T11:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SoloX DDR debug problem with Segger JLink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506199#M82272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ronen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the great tutorial! Have you had a chance to experiment with the same flow but with DDR instead of TCM?&lt;/P&gt;&lt;P&gt;I was able to debug the M4 using OCRAM, but both OCRAM and TCM&amp;nbsp;are not big enough for my application. I was thinking about the posibillity of placing just the code that i need to debug in the TCM/OCRAM, but it seems a bit complicated and time consuming....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Evgeny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 14:07:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506199#M82272</guid>
      <dc:creator>evgenyerlihman</dc:creator>
      <dc:date>2017-01-26T14:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SoloX DDR debug problem with Segger JLink</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506200#M82273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evgeny,&lt;/P&gt;&lt;P&gt;The only way I have been able to place breakpoints and step through the code is by not enabling the cache.&lt;/P&gt;&lt;P&gt;In the file: &amp;nbsp; &amp;nbsp;system_MCIMX6X_M4.c, function&amp;nbsp;SystemInit() I just commented out all the Cache setup code. &amp;nbsp;Since caches are disabled on reset, they remain disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;behavior is inconsistent but I can single step and set breakpoints. &amp;nbsp;Here is what the function looks like:&lt;/P&gt;&lt;P&gt;void SystemInit(void)&lt;BR /&gt;{&lt;BR /&gt; /* The Vector table base address is given by linker script. */&lt;BR /&gt;#if defined(__CC_ARM)&lt;BR /&gt; extern uint32_t Image$$VECTOR_ROM$$Base[];&lt;BR /&gt;#else&lt;BR /&gt; extern uint32_t __VECTOR_TABLE[];&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;/* Enable FPU */&lt;BR /&gt;#if ((1 == __FPU_PRESENT) &amp;amp;&amp;amp; (1 == __FPU_USED))&lt;BR /&gt; SCB-&amp;gt;CPACR |= ((3UL &amp;lt;&amp;lt; 10*2)|(3UL &amp;lt;&amp;lt; 11*2)); /* set CP10 and CP11 Full Access */&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;/* M4 core clock root configuration. */&lt;BR /&gt;#if 0 &amp;nbsp;//RB&lt;BR /&gt; /* Initialize Cache */&lt;BR /&gt; /* Enable System Bus Cache */&lt;BR /&gt; /* set command to invalidate all ways and write GO bit&lt;BR /&gt; to initiate command */&lt;BR /&gt; LMEM_PSCCR = LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_INVW0_MASK;&lt;BR /&gt; LMEM_PSCCR |= LMEM_PSCCR_GO_MASK;&lt;BR /&gt; /* Wait until the command completes */&lt;BR /&gt; while (LMEM_PSCCR &amp;amp; LMEM_PSCCR_GO_MASK);&lt;BR /&gt; /* Enable system bus cache, enable write buffer */&lt;BR /&gt; LMEM_PSCCR = (LMEM_PSCCR_ENWRBUF_MASK | LMEM_PSCCR_ENCACHE_MASK);&lt;BR /&gt; __ISB();&lt;/P&gt;&lt;P&gt;/* Enable Code Bus Cache */&lt;BR /&gt; /* set command to invalidate all ways and write GO bit&lt;BR /&gt; to initiate command */&lt;BR /&gt; LMEM_PCCCR = LMEM_PCCCR_INVW1_MASK | LMEM_PCCCR_INVW0_MASK;&lt;BR /&gt; LMEM_PCCCR |= LMEM_PCCCR_GO_MASK;&lt;BR /&gt; /* Wait until the command completes */&lt;BR /&gt; while (LMEM_PCCCR &amp;amp; LMEM_PCCCR_GO_MASK);&lt;BR /&gt; /* Enable code bus cache, enable write buffer */&lt;BR /&gt; LMEM_PCCCR = (LMEM_PCCCR_ENWRBUF_MASK | LMEM_PCCCR_ENCACHE_MASK);&lt;BR /&gt; __ISB();&lt;BR /&gt; __DSB();&lt;BR /&gt;#endif &amp;nbsp;//RB&lt;BR /&gt; /* Relocate vector table */&lt;BR /&gt;#if defined(__CC_ARM)&lt;BR /&gt; SCB-&amp;gt;VTOR = (uint32_t)Image$$VECTOR_ROM$$Base + VECT_TAB_OFFSET;&lt;BR /&gt;#else&lt;BR /&gt; SCB-&amp;gt;VTOR = (uint32_t)__VECTOR_TABLE + VECT_TAB_OFFSET;&lt;BR /&gt;#endif&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ronen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;documented here:&amp;nbsp;&lt;A class="link-titled" href="http://dantechrb.com/blog/debug-freertos-applications-for-mx6sx-in-sdram" title="http://dantechrb.com/blog/debug-freertos-applications-for-mx6sx-in-sdram"&gt;Debug FreeRTOS applications for MX6SX in SDRAM&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 02:32:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SoloX-DDR-debug-problem-with-Segger-JLink/m-p/506200#M82273</guid>
      <dc:creator>ronenbenayoun</dc:creator>
      <dc:date>2017-01-27T02:32:36Z</dc:date>
    </item>
  </channel>
</rss>

