<?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 No source available while debugging in Digital Signal Controllers</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/No-source-available-while-debugging/m-p/1968845#M3571</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am receiving "No source available error while debugging with&amp;nbsp; MC56F83789 controller. This prevents to understand the required functionality of the code by line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please check this and let me know the reason and solution for the same.&lt;/P&gt;&lt;P&gt;Please fond the screenshot attached.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/303379iC737C627005DAD61/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034" target="_blank"&gt;@xiangjun_rong&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2024 10:42:30 GMT</pubDate>
    <dc:creator>Aman786</dc:creator>
    <dc:date>2024-10-08T10:42:30Z</dc:date>
    <item>
      <title>No source available while debugging</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/No-source-available-while-debugging/m-p/1968845#M3571</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am receiving "No source available error while debugging with&amp;nbsp; MC56F83789 controller. This prevents to understand the required functionality of the code by line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please check this and let me know the reason and solution for the same.&lt;/P&gt;&lt;P&gt;Please fond the screenshot attached.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/303379iC737C627005DAD61/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034" target="_blank"&gt;@xiangjun_rong&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 10:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/No-source-available-while-debugging/m-p/1968845#M3571</guid>
      <dc:creator>Aman786</dc:creator>
      <dc:date>2024-10-08T10:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: No source available while debugging</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/No-source-available-while-debugging/m-p/1969440#M3572</link>
      <description>&lt;P&gt;Hi，&lt;/P&gt;
&lt;P&gt;is it possible that the can_init() api function is provided with binary code by a library without source code?&lt;/P&gt;
&lt;P&gt;If the project gives the source code of can_init() api function, pls post the project so that I can duplicate on my board.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 03:29:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/No-source-available-while-debugging/m-p/1969440#M3572</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-10-09T03:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: No source available while debugging</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/No-source-available-while-debugging/m-p/1974250#M3588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;can_init() function is called once only during initialization. The above-mentioned issue is happening while debugging and in infinite loop. Actually, the code is running fine but while debugging and stopping the execution using break points this issue is happening.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regarding the CAN, the data is also successfully sent.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 11:44:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/No-source-available-while-debugging/m-p/1974250#M3588</guid>
      <dc:creator>Aman786</dc:creator>
      <dc:date>2024-10-15T11:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: No source available while debugging</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/No-source-available-while-debugging/m-p/1974719#M3589</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you still have issue, can you post your project so that I can duplicate your issue on my PC?&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Xiangjun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 02:02:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/No-source-available-while-debugging/m-p/1974719#M3589</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-10-16T02:02:22Z</dc:date>
    </item>
  </channel>
</rss>

