<?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>S32G中的主题 S32G-VNP-RDB2 UART example is not working</title>
    <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB2-UART-example-is-not-working/m-p/1321170#M78</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are using S32G-VNP_RDB2 board. We have tried to run the UART example which is available in the S32 RTD AUTOSAR 4.4.D2012 package.&lt;/P&gt;&lt;P&gt;In the description of the project we have noticed : "&lt;STRONG&gt; Make sure that &lt;/STRONG&gt;&lt;STRONG&gt;positions of 2 jumpers on the board are correct: Set jump J26 to 4-6, 3-5 positions" &lt;/STRONG&gt;this sentence, but in the board there is no J26 jumper is available.&lt;/P&gt;&lt;P&gt;We followed the same steps in the doc:S32G-VNP-RDB2 REAL TIME DRIVER EXAMPLE ENABLEMENT GUIDE and generated the .elf file. To test the UART we generated Blob image for SD card and tried to run the example but UART is not printing anything.&lt;/P&gt;&lt;P&gt;Could you please help us what is we are missing and also what is the significance of Jumper J26.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 14:04:32 GMT</pubDate>
    <dc:creator>anand_s</dc:creator>
    <dc:date>2021-08-10T14:04:32Z</dc:date>
    <item>
      <title>S32G-VNP-RDB2 UART example is not working</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB2-UART-example-is-not-working/m-p/1321170#M78</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are using S32G-VNP_RDB2 board. We have tried to run the UART example which is available in the S32 RTD AUTOSAR 4.4.D2012 package.&lt;/P&gt;&lt;P&gt;In the description of the project we have noticed : "&lt;STRONG&gt; Make sure that &lt;/STRONG&gt;&lt;STRONG&gt;positions of 2 jumpers on the board are correct: Set jump J26 to 4-6, 3-5 positions" &lt;/STRONG&gt;this sentence, but in the board there is no J26 jumper is available.&lt;/P&gt;&lt;P&gt;We followed the same steps in the doc:S32G-VNP-RDB2 REAL TIME DRIVER EXAMPLE ENABLEMENT GUIDE and generated the .elf file. To test the UART we generated Blob image for SD card and tried to run the example but UART is not printing anything.&lt;/P&gt;&lt;P&gt;Could you please help us what is we are missing and also what is the significance of Jumper J26.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 14:04:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB2-UART-example-is-not-working/m-p/1321170#M78</guid>
      <dc:creator>anand_s</dc:creator>
      <dc:date>2021-08-10T14:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB2 UART example is not working</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB2-UART-example-is-not-working/m-p/1322943#M89</link>
      <description>&lt;P&gt;You are trying to follow instructions that are obsolete and not for your&lt;BR /&gt;board. Update your RTD package to the most recent one. I do not see J26&lt;BR /&gt;mentioned anywhere in the example descriptions accompanying HF2 or HF3 &lt;BR /&gt;release of RTD. Regarding Flash-based application, steps in the Software&lt;BR /&gt;Enablement guide are to give you an idea how to build a workable image, but&lt;BR /&gt;the exact values of various inputs to IVT and related tools may require &lt;BR /&gt;adjustments depending on the project. There are no ready settings for&lt;BR /&gt;UART RTD examples. You have to debug your application in&lt;BR /&gt;order to see what actually is happening and what to correct. Refer to S32DS&lt;BR /&gt;User Guide, section titled "Debugging with S32 Debug Probe from flash for all &lt;BR /&gt;other targets" for instructions on how to debug an application residing in a&lt;BR /&gt;Flash memory. This document is located in S32DS\help\pdf\ folder of your&lt;BR /&gt;S32DS installation.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Platon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 04:31:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB2-UART-example-is-not-working/m-p/1322943#M89</guid>
      <dc:creator>bpe</dc:creator>
      <dc:date>2021-08-13T04:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB2 UART example is not working</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB2-UART-example-is-not-working/m-p/1337699#M130</link>
      <description>&lt;P&gt;In this example the UART is working based on Interrupt. So while checking the Vector_Table.S file, we found that the Handler is not included in the table. After referring Reference manual we identified the NVIC vector ID of LinFlexD1 (used for UART1) which is 83. Added the Handler in the vector table (In table - Number 83 ) after this the UART example worked as expected.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 11:27:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB2-UART-example-is-not-working/m-p/1337699#M130</guid>
      <dc:creator>anand_s</dc:creator>
      <dc:date>2021-09-09T11:27:01Z</dc:date>
    </item>
  </channel>
</rss>

