<?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>S32 Design StudioのトピックRe: Use Printf() in S32DS IDE</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Use-Printf-in-S32DS-IDE/m-p/2045917#M13093</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243600"&gt;@IsaulO&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your support. My project is working now&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2025 03:44:08 GMT</pubDate>
    <dc:creator>Billi2110</dc:creator>
    <dc:date>2025-02-18T03:44:08Z</dc:date>
    <item>
      <title>Use Printf() in S32DS IDE</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Use-Printf-in-S32DS-IDE/m-p/2044112#M13083</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Currently, I want to print the message in S32DS IDE (S32k144) by print() function (including stdio.h library).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="printf1.PNG" style="width: 772px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/323918i8F2BA50D923F4009/image-size/large?v=v2&amp;amp;px=999" role="button" title="printf1.PNG" alt="printf1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I set it up as below the picture&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="print3.PNG" style="width: 890px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/323916iD8F660D26CB7DA17/image-size/large?v=v2&amp;amp;px=999" role="button" title="print3.PNG" alt="print3.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="printf2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/323917iE14F5879E3CC1C3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="printf2.PNG" alt="printf2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but When I ran it, the console output still did not print the message&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="printf4.PNG" style="width: 997px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/323919iCC4EE920A69CAAB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="printf4.PNG" alt="printf4.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If I miss some setup to print the message, please help me!!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 02:23:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Use-Printf-in-S32DS-IDE/m-p/2044112#M13083</guid>
      <dc:creator>Billi2110</dc:creator>
      <dc:date>2025-02-14T02:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use Printf() in S32DS IDE</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Use-Printf-in-S32DS-IDE/m-p/2045853#M13091</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246359"&gt;@Billi2110&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have tested your configurations and see the expected behavior, have you encountered this issue with another example project?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsaulO_0-1739844735314.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324380i63FBE5B82A42B841/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IsaulO_0-1739844735314.png" alt="IsaulO_0-1739844735314.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsaulO_1-1739844764821.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324382i63CD04F15BD28450/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IsaulO_1-1739844764821.png" alt="IsaulO_1-1739844764821.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsaulO_2-1739844778243.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324383iD26B7BBF706B525D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IsaulO_2-1739844778243.png" alt="IsaulO_2-1739844778243.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could you try setting a breakpoint after the printf line, and letting the program run?&lt;/P&gt;
&lt;P&gt;Additionally, you can check the following community threads, which have information related to the topic:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K/how-to-use-the-printf-function-in-S32DS-3-5/td-p/1721867" target="_blank" rel="noopener"&gt;Solved: how to use the printf function in S32DS.3.5 ? - NXP Community&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32-SDK/S32K-and-printf-implementation/m-p/867907" target="_blank" rel="noopener"&gt;Solved: S32K and printf() implementation - NXP Community&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio/printf-through-OpenSDA/m-p/813615" target="_blank" rel="noopener"&gt;printf() through OpenSDA - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;IsaulO.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 02:17:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Use-Printf-in-S32DS-IDE/m-p/2045853#M13091</guid>
      <dc:creator>IsaulO</dc:creator>
      <dc:date>2025-02-18T02:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Use Printf() in S32DS IDE</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Use-Printf-in-S32DS-IDE/m-p/2045917#M13093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243600"&gt;@IsaulO&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your support. My project is working now&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 03:44:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Use-Printf-in-S32DS-IDE/m-p/2045917#M13093</guid>
      <dc:creator>Billi2110</dc:creator>
      <dc:date>2025-02-18T03:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use Printf() in S32DS IDE</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Use-Printf-in-S32DS-IDE/m-p/2046561#M13098</link>
      <description>&lt;P&gt;Thank you for letting me know, if you have any other question or doubts, please do not hesitate to contact us.&lt;/P&gt;
&lt;P&gt;Have a nice day!&lt;/P&gt;
&lt;P&gt;IsaulO.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 18:07:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Use-Printf-in-S32DS-IDE/m-p/2046561#M13098</guid>
      <dc:creator>IsaulO</dc:creator>
      <dc:date>2025-02-18T18:07:34Z</dc:date>
    </item>
  </channel>
</rss>

