<?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: Interrupt vectors should be run from RAM</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Interrupt-vectors-should-be-run-from-RAM/m-p/328123#M2482</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;You may find useful this post on the MCU on Eclipse blog:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/" title="http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/"&gt;serial-bootloader-for-the-freedom-board-with-processor-expert&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specially in the part &lt;STRONG&gt;Application Memory Map&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can also check the &lt;STRONG&gt;S-Record (S19) Application File Generation&lt;/STRONG&gt; to know how to create the .bin file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif;"&gt;I hope this information can help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2014 01:40:16 GMT</pubDate>
    <dc:creator>adriancano</dc:creator>
    <dc:date>2014-11-11T01:40:16Z</dc:date>
    <item>
      <title>Interrupt vectors should be run from RAM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Interrupt-vectors-should-be-run-from-RAM/m-p/328122#M2481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set the CPU component as in figure :Hi,&lt;/P&gt;&lt;P&gt;I'm testing the FRDM-K20D50M board (128K flash). I flash it with UTASKER USB Bootloader (uTaskerSerialLoader_FRDM-K20D50M.S19)&lt;/P&gt;&lt;P&gt;I made a little code for blinking a led with Processor Expert&lt;/P&gt;&lt;P&gt;The owner application&amp;nbsp; reset code must be linked at 0x8080. &lt;/P&gt;&lt;P&gt;Interrupt vectors should be run from RAM or set to a location in the code (not left at 0x00000000)" .&lt;/P&gt;&lt;P&gt;I have set the CPU component as in figure , but it 's wrong.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Immagine1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46882i1303F3FBA38BAFBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Immagine1.jpg" alt="Immagine1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Output File Format must be&amp;nbsp; ".bin" .&lt;/P&gt;&lt;P&gt;It's possible to do it with Processor Expert?&lt;/P&gt;&lt;P&gt; Thanks&lt;/P&gt;&lt;P&gt; Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 21:02:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Interrupt-vectors-should-be-run-from-RAM/m-p/328122#M2481</guid>
      <dc:creator>jerryfavero</dc:creator>
      <dc:date>2014-11-10T21:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt vectors should be run from RAM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Interrupt-vectors-should-be-run-from-RAM/m-p/328123#M2482</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;You may find useful this post on the MCU on Eclipse blog:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/" title="http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/"&gt;serial-bootloader-for-the-freedom-board-with-processor-expert&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specially in the part &lt;STRONG&gt;Application Memory Map&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can also check the &lt;STRONG&gt;S-Record (S19) Application File Generation&lt;/STRONG&gt; to know how to create the .bin file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif;"&gt;I hope this information can help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 01:40:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Interrupt-vectors-should-be-run-from-RAM/m-p/328123#M2482</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2014-11-11T01:40:16Z</dc:date>
    </item>
  </channel>
</rss>

