<?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>Processor Expert SoftwareのトピックRe: How to put vectors in ram with processor expert?</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384242#M2983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When you use the MQXLite component in the project the interrupt vectors are controlled by the the MQXLite driver. See the MQXLite help - interrupt properties and methods that are provided. In this case set the "Default memory for interrupts" property to INTERNAL FLASH.&lt;/P&gt;&lt;P&gt;For example, when you add an AsynchroSerial component into the project (UART0 is allocated) and enable interrupts, the UART0 interrupts are installed by the following code in the Init method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Allocate interrupt vectors */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* {MQXLite RTOS Adapter} Save old and set new interrupt vector (function handler and ISR parameter) */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Note: Exception handler for interrupt is not saved, because it is not modified */&lt;/P&gt;&lt;P&gt;&amp;nbsp; DeviceDataPrv-&amp;gt;SavedISRSettings.isrData = _int_get_isr_data(LDD_ivIndex_INT_UART0_RX_TX);&lt;/P&gt;&lt;P&gt;&amp;nbsp; DeviceDataPrv-&amp;gt;SavedISRSettings.isrFunction = _int_install_isr(LDD_ivIndex_INT_UART0_RX_TX, ASerialLdd1_Interrupt, DeviceDataPrv);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* {MQXLite RTOS Adapter} Save old and set new interrupt vector (function handler and ISR parameter) */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Note: Exception handler for interrupt is not saved, because it is not modified */&lt;/P&gt;&lt;P&gt;&amp;nbsp; DeviceDataPrv-&amp;gt;SavedISRSettings.isrData = _int_get_isr_data(LDD_ivIndex_INT_UART0_ERR);&lt;/P&gt;&lt;P&gt;&amp;nbsp; DeviceDataPrv-&amp;gt;SavedISRSettings.isrFunction = _int_install_isr(LDD_ivIndex_INT_UART0_ERR, ASerialLdd1_Interrupt, DeviceDataPrv);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 06:30:43 GMT</pubDate>
    <dc:creator>marek_neuzil</dc:creator>
    <dc:date>2015-05-18T06:30:43Z</dc:date>
    <item>
      <title>How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384234#M2975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Processor expert has linker options in cpu build options.&amp;nbsp; There is a dropdown that lets you specify default interrupt locations in internal flash, external flash, internal ram or external ram.&amp;nbsp; The internal flash option is default and works correctly.&amp;nbsp; If you change that dropdown from internal flash to internal ram, it changes the m_interrupts section to start at 0x1fff0000.&amp;nbsp; I have to setup the debugger to jump to 0x410 to start, but it breaks after the first pop because the stack pointer is not correctly setup.&amp;nbsp; Am I doing something wrong or could this be a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 18:53:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384234#M2975</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2014-12-01T18:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384235#M2976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am not able to reproduce the problem. Could you provide me more details about you project, please? I need to know the PEx product and version (e.g. CW MCU 10.6, PExDrv 10.4.2, KDS 2.0.0), the CPU name and compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 07:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384235#M2976</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2014-12-16T07:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384236#M2977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is in KDS 1.1.1, PEX 1.1.1.RT6_b1433-0202, cpu is MK22FN512VLH12.&amp;nbsp; This is with processor expert enabled and kinetis sdk disabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 14:02:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384236#M2977</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2014-12-16T14:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384237#M2978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Finally, I have been able to reproduce the problem - the RAM generator configation of an MK22FN512VLH12 Processor Expert project (in Processor Expert project without SDK) does not work in KDS 2.0.0 with ARM GCC compiler (Segger J-link and P&amp;amp;E universal multilink have been used). I have reported the issue to the responsible development team.&lt;/P&gt;&lt;P&gt;Thank you for reporting of this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 08:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384237#M2978</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2015-01-30T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384238#M2979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any progress on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 14:55:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384238#M2979</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2015-05-01T14:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384239#M2980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The problem has been fixed in the upcoming release of KDS 3.0.0 (it will be published in a few days). There were a bug in the startup file of the application, see the change of stack pointer initialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49832iFC6C9642B5CF55E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.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;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 14:03:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384239#M2980</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2015-05-05T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384240#M2981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for fixing this eventually!&amp;nbsp; I'll mark it correct when I get back to this issue and observe it work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:18:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384240#M2981</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2015-05-05T17:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384241#M2982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't work.&amp;nbsp; I installed kds 3, created a project with processor expert and mqxlite, and put vectors in ram.&amp;nbsp; It runs from the debugger but without the debugger it goes into a reset loop.&amp;nbsp; This project requires that it run without the debugger attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to modify the linker script to work, noticed there is no ENTRY statement.&amp;nbsp; I added the ENTRY statement but it appears codewarrior doesn't support that.&amp;nbsp; How do you specify the entry point in code warrior linker script?&amp;nbsp; I can't find any documents on how codewarrior linker scripting works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 21:58:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384241#M2982</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2015-05-15T21:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384242#M2983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When you use the MQXLite component in the project the interrupt vectors are controlled by the the MQXLite driver. See the MQXLite help - interrupt properties and methods that are provided. In this case set the "Default memory for interrupts" property to INTERNAL FLASH.&lt;/P&gt;&lt;P&gt;For example, when you add an AsynchroSerial component into the project (UART0 is allocated) and enable interrupts, the UART0 interrupts are installed by the following code in the Init method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Allocate interrupt vectors */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* {MQXLite RTOS Adapter} Save old and set new interrupt vector (function handler and ISR parameter) */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Note: Exception handler for interrupt is not saved, because it is not modified */&lt;/P&gt;&lt;P&gt;&amp;nbsp; DeviceDataPrv-&amp;gt;SavedISRSettings.isrData = _int_get_isr_data(LDD_ivIndex_INT_UART0_RX_TX);&lt;/P&gt;&lt;P&gt;&amp;nbsp; DeviceDataPrv-&amp;gt;SavedISRSettings.isrFunction = _int_install_isr(LDD_ivIndex_INT_UART0_RX_TX, ASerialLdd1_Interrupt, DeviceDataPrv);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* {MQXLite RTOS Adapter} Save old and set new interrupt vector (function handler and ISR parameter) */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Note: Exception handler for interrupt is not saved, because it is not modified */&lt;/P&gt;&lt;P&gt;&amp;nbsp; DeviceDataPrv-&amp;gt;SavedISRSettings.isrData = _int_get_isr_data(LDD_ivIndex_INT_UART0_ERR);&lt;/P&gt;&lt;P&gt;&amp;nbsp; DeviceDataPrv-&amp;gt;SavedISRSettings.isrFunction = _int_install_isr(LDD_ivIndex_INT_UART0_ERR, ASerialLdd1_Interrupt, DeviceDataPrv);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 06:30:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384242#M2983</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2015-05-18T06:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384243#M2984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explanation.&amp;nbsp; I am still having the issue where using mqxlite with vectors in ram causes a reset loop unless the debugger is attached.&amp;nbsp; This must be able to run in the field without a debugger attached because we cannot ask clients to attach a debugger in the field just so the product can boot up.&amp;nbsp; Using KDS 3.0 still goes into a reset loop without a debugger attached.&amp;nbsp; Please advise how to use mqxlite with vectors in ram without a debugger attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 16:21:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384243#M2984</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2015-05-26T16:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384244#M2985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Josh Jordan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bug found by colleague Marek was resolved, but your issue is different. The "Default memory for interrupts" is for debugging purposes only, but it is not the correct way to place vectors in RAM, so leave it as &lt;STRONG&gt;INTERNAL FLASH&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a bug in the MQXLite component which does not allow to install vectors in RAM by default. It was already reported (ticket PEXMCU-255, fix on progress).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggested workaround:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1-&lt;/STRONG&gt; Disable linker file generation from CPU component -&amp;gt; Build options -&amp;gt; Generate linker file:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;IMG alt="pastedImage_5.png" src="https://community.nxp.com/t5/image/serverpage/image-id/23410iFB868ED720CBB494/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_5.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2-&lt;/STRONG&gt; Open the linker file (ProcessorExpert.ld) and reserve space in RAM by creating a new segment (e.g. "m_interrupts_ram").&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3-&lt;/STRONG&gt; Rest the size of reserved space from "m_data" segment.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4-&lt;/STRONG&gt; Edit the ".interrupts" section declaration as next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14331104354449543 jive_macro_code jive_text_macro" data-renderedposition="472.25_8_1129_176" jivemacro_uid="_14331104354449543"&gt;&lt;P&gt;&amp;nbsp; __vector_table_FLASH = ORIGIN(m_interrupts);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; .interrupts : AT(__vector_table_FLASH)&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; __vector_table = .;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; . = ALIGN(4);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEEP(*(.vectortable))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; . = ALIGN(4);&lt;/P&gt;&lt;P&gt;&amp;nbsp; } &amp;gt; m_interrupts_ram&amp;nbsp;&amp;nbsp;&amp;nbsp; /* &amp;lt;- Allocate vector table in new RAM segment */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vector_table_size = SIZEOF(.interrupts);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5-&lt;/STRONG&gt; Add 3 new values to the ".romp" section. This will trigger the vector table copy from Flash to RAM during startup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_1433110443136847 jive_macro_code jive_text_macro" data-renderedposition="711.7000122070312_8_1129_112" jivemacro_uid="_1433110443136847"&gt;&lt;P&gt;&amp;nbsp; .romp : AT(_romp_at)&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; __S_romp = _romp_at;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LONG(__vector_table_FLASH)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LONG(__vector_table)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LONG(vector_table_size)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6-&lt;/STRONG&gt; From MQXLite component go to Configuration parameters -&amp;gt; User settings -&amp;gt; Definitions. Set the MQX_ROM_VECTORS macro as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/23729i1C38EFF875E7DE62/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a KDS v3.0.0 project for K22FN512 with these changes, for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384244#M2985</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2020-11-02T13:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to put vectors in ram with processor expert?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384245#M2986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to port solution to the K60F on codewarrior and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 15:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-put-vectors-in-ram-with-processor-expert/m-p/384245#M2986</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2015-06-03T15:17:12Z</dc:date>
    </item>
  </channel>
</rss>

