<?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: Debugging with breakpoint without stopping all interrupt in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Debugging-with-breakpoint-without-stopping-all-interrupt/m-p/1963283#M5474</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186731"&gt;@EdwinHz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your answer. One last question: if I start adopting FreeRTOS and enable the use of multiple threads, is it possible to pause one thread using the debugger while leaving the others running?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 06:43:19 GMT</pubDate>
    <dc:creator>Davidino</dc:creator>
    <dc:date>2024-09-27T06:43:19Z</dc:date>
    <item>
      <title>Debugging with breakpoint without stopping all interrupt</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Debugging-with-breakpoint-without-stopping-all-interrupt/m-p/1961455#M5469</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have developed an application on the iMXRT-1064 without an operating system. Among its various features, the application includes an EtherCAT master, with communication maintained through a timer interrupt.&lt;/P&gt;&lt;P&gt;I would like to use breakpoints to pause the code execution in order to inspect variable values or verify the logical flow. However, when a breakpoint is hit, all interrupts and code execution are halted as well, causing the EtherCAT connection to drop.&lt;/P&gt;&lt;P&gt;Is there a way to set breakpoints that halt the main execution but still allow certain interrupts, such as the one handling the EtherCAT communication, to continue running?&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 07:24:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Debugging-with-breakpoint-without-stopping-all-interrupt/m-p/1961455#M5469</guid>
      <dc:creator>Davidino</dc:creator>
      <dc:date>2024-09-25T07:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging with breakpoint without stopping all interrupt</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Debugging-with-breakpoint-without-stopping-all-interrupt/m-p/1962016#M5471</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/179182"&gt;@Davidino&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm afraid there isn't an option to have breakpoints that halt execution of the MCU while allowing specific interrupts.&lt;/P&gt;
&lt;P&gt;The most there is, is Debug Mode on your ENET module as described on section "41.3.9.3 Debug mode" of the RM.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 19:44:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Debugging-with-breakpoint-without-stopping-all-interrupt/m-p/1962016#M5471</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-09-25T19:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging with breakpoint without stopping all interrupt</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Debugging-with-breakpoint-without-stopping-all-interrupt/m-p/1963283#M5474</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186731"&gt;@EdwinHz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your answer. One last question: if I start adopting FreeRTOS and enable the use of multiple threads, is it possible to pause one thread using the debugger while leaving the others running?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 06:43:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Debugging-with-breakpoint-without-stopping-all-interrupt/m-p/1963283#M5474</guid>
      <dc:creator>Davidino</dc:creator>
      <dc:date>2024-09-27T06:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging with breakpoint without stopping all interrupt</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Debugging-with-breakpoint-without-stopping-all-interrupt/m-p/1963740#M5475</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/179182"&gt;@Davidino&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm afraid this isn't possible either. As mentioned on the&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=MCUXPRESSO-FREERTOS-DEBG&amp;amp;appType=license" target="_self"&gt;MCUXpresso IDE FreeRTOS Debug Guide&lt;/A&gt;: "If the execution of a user task is halted either through a user action (halt) or a debug event (breakpoint, watchpoint, fault, and so on), the stopped thread is current and no application thread executes in the background."&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 20:29:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Debugging-with-breakpoint-without-stopping-all-interrupt/m-p/1963740#M5475</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-09-27T20:29:17Z</dc:date>
    </item>
  </channel>
</rss>

