<?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 Re: TWR-KV58F220M application cannot enter into interrupt in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-KV58F220M-application-cannot-enter-into-interrupt/m-p/1563966#M64388</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Roger,&lt;/P&gt;
&lt;P&gt;There are several SPI examples in &lt;SPAN&gt;SDK_2_8_0_TWR-KV58F220M&lt;/SPAN&gt;. Do you have reference to its peripheral initialization code and interrupt settings?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="twrkv58f220m_dspi_interrupt.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/202843iA4C2262E446F0C7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="twrkv58f220m_dspi_interrupt.png" alt="twrkv58f220m_dspi_interrupt.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can upload a simple test project so that I can quickly analyze the cause of the problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2022 02:36:22 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2022-12-05T02:36:22Z</dc:date>
    <item>
      <title>TWR-KV58F220M application cannot enter into interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-KV58F220M-application-cannot-enter-into-interrupt/m-p/1563132#M64383</link>
      <description>&lt;P&gt;&lt;STRONG&gt;boot&lt;/STRONG&gt;: flash-resident bootloader&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;peripherals&lt;/STRONG&gt;: uart&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IDE&lt;/STRONG&gt;: MCUXpresso IDE&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SDK Version&lt;/STRONG&gt;: SDK_2_8_0_TWR-KV58F220M.zip&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;boot example&lt;/STRONG&gt;: twrkv58f220m_tower_bootloader&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Application example&lt;/STRONG&gt;:twrkv58f220m_led_demo_tower_a000&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tool&lt;/STRONG&gt;: KinetisFlashTool.exe&lt;/P&gt;&lt;P&gt;after update, four led blinks one by one, everything was all right. But when i add some other resource (for example SPI), application was stop in the DefaultISR. What's the reason? why application cannot enter into the right ISR?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 02:35:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-KV58F220M-application-cannot-enter-into-interrupt/m-p/1563132#M64383</guid>
      <dc:creator>Roger_WANG_2022</dc:creator>
      <dc:date>2022-12-02T02:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-KV58F220M application cannot enter into interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-KV58F220M-application-cannot-enter-into-interrupt/m-p/1563966#M64388</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Roger,&lt;/P&gt;
&lt;P&gt;There are several SPI examples in &lt;SPAN&gt;SDK_2_8_0_TWR-KV58F220M&lt;/SPAN&gt;. Do you have reference to its peripheral initialization code and interrupt settings?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="twrkv58f220m_dspi_interrupt.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/202843iA4C2262E446F0C7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="twrkv58f220m_dspi_interrupt.png" alt="twrkv58f220m_dspi_interrupt.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can upload a simple test project so that I can quickly analyze the cause of the problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 02:36:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-KV58F220M-application-cannot-enter-into-interrupt/m-p/1563966#M64388</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-12-05T02:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-KV58F220M application cannot enter into interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-KV58F220M-application-cannot-enter-into-interrupt/m-p/1564140#M64390</link>
      <description>&lt;P&gt;Hi, Robin&lt;/P&gt;&lt;P&gt;Thanks for your reply. I use "dspi_interrupt_b2b_transfer_master" from SPI examples in SDK_2_8_0_TWR-KV58F220M. And the test projects are attached.&lt;/P&gt;&lt;P&gt;I also search some relate topic,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://community.nxp.com/t5/S32K/s32k148-bootloader-to-app-can-t-work-interrupt/m-p/1165845" target="_blank"&gt;https://community.nxp.com/t5/S32K/s32k148-bootloader-to-app-can-t-work-interrupt/m-p/1165845&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;unfortunately don't get the right answer.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 06:23:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-KV58F220M-application-cannot-enter-into-interrupt/m-p/1564140#M64390</guid>
      <dc:creator>Roger_WANG_2022</dc:creator>
      <dc:date>2022-12-05T06:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-KV58F220M application cannot enter into interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-KV58F220M-application-cannot-enter-into-interrupt/m-p/1564908#M64393</link>
      <description>&lt;P&gt;Hi,Robin&lt;/P&gt;&lt;P&gt;I think i have find the bug. It's the startup file problem.&lt;/P&gt;&lt;P&gt;the example &lt;STRONG&gt;twrkv58f220m_led_demo_tower_a000&lt;/STRONG&gt; use "&lt;STRONG&gt;startup_MKV58F24.S&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;and normal example use "&lt;STRONG&gt;startup_mkv58f24.c&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;the SDK support two different example based on "&lt;STRONG&gt;KSDK driver&lt;/STRONG&gt;" or "&lt;STRONG&gt;transactional API&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;the difference is "&lt;STRONG&gt;KSDK driver&lt;/STRONG&gt;" use &lt;STRONG&gt;SPI0_IRQHandler&lt;/STRONG&gt; directly, "&lt;STRONG&gt;transactional API&lt;/STRONG&gt;" use &lt;STRONG&gt;SPI0_DriverIRQHandler&lt;/STRONG&gt; which not define in "&lt;STRONG&gt;startup_MKV58F24.S&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;I hope NXP engineer can fix this bug. I waste nearly one week time on this problem, hope these can help other NXP users. Thank you!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Roger&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 05:16:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-KV58F220M-application-cannot-enter-into-interrupt/m-p/1564908#M64393</guid>
      <dc:creator>Roger_WANG_2022</dc:creator>
      <dc:date>2022-12-06T05:16:31Z</dc:date>
    </item>
  </channel>
</rss>

