<?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: How to use printf function in S32DS for Power Architecture for MPC5748G</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889254#M4745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Martin...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, we are able to print on uart2 with suggested second method with above example that have been provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajani Sureja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Mar 2019 04:48:54 GMT</pubDate>
    <dc:creator>rajani_sureja33</dc:creator>
    <dc:date>2019-03-03T04:48:54Z</dc:date>
    <item>
      <title>How to use printf function in S32DS for Power Architecture for MPC5748G</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889250#M4741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to enable std printf stdio function with argument for linflex uart2 then how to enable it for s32 design studio mpc5748g controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here example code "uart_pal_lpc5748g" provided without argument support and uses UART_SendDataBlocking. So i want to leverage this functionality on std printf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please suggest step for doing that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Rajani Sureja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 05:50:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889250#M4741</guid>
      <dc:creator>rajani_sureja33</dc:creator>
      <dc:date>2019-02-26T05:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use printf function in S32DS for Power Architecture for MPC5748G</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889251#M4742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are theoretically two ways, how to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) you can replace putc function which is used by printf by LPUART_DRV_SendBlocking function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) you can use vprintf function which uses buffer and this buffer can be send by LPUART_DRV_SendBlocking. For this purpose, you can create your own printf function (for example my_printf).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 08:21:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889251#M4742</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2019-02-27T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use printf function in S32DS for Power Architecture for MPC5748G</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889252#M4743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for quick reply!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have tried to use LINFLEXD_UART_DRV_SendDataBlocking in continues for every 100ms with blocking period of 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the above case we could not able to print after certain printf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we have to do for this issue.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 10:57:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889252#M4743</guid>
      <dc:creator>rajani_sureja33</dc:creator>
      <dc:date>2019-02-28T10:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use printf function in S32DS for Power Architecture for MPC5748G</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889253#M4744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure, if I understand the sentence &lt;EM&gt;&lt;STRONG&gt;"For the above case we could not able to print after certain printf."&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain your problem in detail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 11:39:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889253#M4744</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2019-02-28T11:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use printf function in S32DS for Power Architecture for MPC5748G</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889254#M4745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Martin...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, we are able to print on uart2 with suggested second method with above example that have been provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajani Sureja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2019 04:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-use-printf-function-in-S32DS-for-Power-Architecture-for/m-p/889254#M4745</guid>
      <dc:creator>rajani_sureja33</dc:creator>
      <dc:date>2019-03-03T04:48:54Z</dc:date>
    </item>
  </channel>
</rss>

