<?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>S32KのトピックRe: LIN_DRV_IRQHandler</title>
    <link>https://community.nxp.com/t5/S32K/LIN-DRV-IRQHandler/m-p/1270826#M10748</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can see that the bootloader is executed from code flash memory. So, it is caused by read while write error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1619781635968.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143738iCB5E93B72C604866/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1619781635968.png" alt="lukaszadrapa_0-1619781635968.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Code flash on S32K116 consists of one read partition only. So, you are not allowed to access the code flash when program or erase operation is being executed on code flash.&lt;/P&gt;
&lt;P&gt;Solutions:&lt;/P&gt;
&lt;P&gt;1. Put the bootloader to data flash memory as it is done in:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12323.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12323.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12218.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12218.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. Disable interrupts before erase/program operation.&lt;/P&gt;
&lt;P&gt;3. Or if you need to process interrupts during erase operation, it's necessary to put all the interrupt resources (interrupt vector table, ISR handler, functions called by ISR handler) to RAM memory.&lt;/P&gt;
&lt;P&gt;First option is usually easier task.&lt;/P&gt;
&lt;P&gt;More read partitions are available only on S32K146 (two partitions) and S32K148 (three partitions). All smaller derivatives of S32K1 have one partition only in case of code flash.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 11:29:10 GMT</pubDate>
    <dc:creator>lukaszadrapa</dc:creator>
    <dc:date>2021-04-30T11:29:10Z</dc:date>
    <item>
      <title>LIN_DRV_IRQHandler</title>
      <link>https://community.nxp.com/t5/S32K/LIN-DRV-IRQHandler/m-p/1270663#M10739</link>
      <description>&lt;P&gt;Hello NXP Experts,&lt;BR /&gt;I am working on LIN Bootloader .here we are facing issue with&amp;nbsp; LIN_DRV_IRQHandler when erase memory .when request send from master(CANOE) for erase memory it's going to&amp;nbsp; LIN_DRV_IRQHandler.&lt;BR /&gt;if any one having any idea please share to us&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143698i5E7504F8CCA2FAFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;&lt;BR /&gt;Ganesh Babu Vaka&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 05:37:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LIN-DRV-IRQHandler/m-p/1270663#M10739</guid>
      <dc:creator>ganeshvaka2</dc:creator>
      <dc:date>2021-04-30T05:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: LIN_DRV_IRQHandler</title>
      <link>https://community.nxp.com/t5/S32K/LIN-DRV-IRQHandler/m-p/1270826#M10748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can see that the bootloader is executed from code flash memory. So, it is caused by read while write error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1619781635968.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143738iCB5E93B72C604866/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1619781635968.png" alt="lukaszadrapa_0-1619781635968.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Code flash on S32K116 consists of one read partition only. So, you are not allowed to access the code flash when program or erase operation is being executed on code flash.&lt;/P&gt;
&lt;P&gt;Solutions:&lt;/P&gt;
&lt;P&gt;1. Put the bootloader to data flash memory as it is done in:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12323.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12323.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12218.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12218.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. Disable interrupts before erase/program operation.&lt;/P&gt;
&lt;P&gt;3. Or if you need to process interrupts during erase operation, it's necessary to put all the interrupt resources (interrupt vector table, ISR handler, functions called by ISR handler) to RAM memory.&lt;/P&gt;
&lt;P&gt;First option is usually easier task.&lt;/P&gt;
&lt;P&gt;More read partitions are available only on S32K146 (two partitions) and S32K148 (three partitions). All smaller derivatives of S32K1 have one partition only in case of code flash.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 11:29:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LIN-DRV-IRQHandler/m-p/1270826#M10748</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2021-04-30T11:29:10Z</dc:date>
    </item>
  </channel>
</rss>

