<?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のトピックRe: gpioset recover failed based on SDK BSP39 on RDB2</title>
    <link>https://community.nxp.com/t5/S32G/gpioset-recover-failed-based-on-SDK-BSP39-on-RDB2/m-p/1842274#M6588</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24163"&gt;@chenyin_h&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I checked the status of the pin.&lt;/P&gt;&lt;P&gt;You can easily reproduce the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhantao&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 08:46:20 GMT</pubDate>
    <dc:creator>hittzt</dc:creator>
    <dc:date>2024-04-08T08:46:20Z</dc:date>
    <item>
      <title>gpioset recover failed based on SDK BSP39 on RDB2</title>
      <link>https://community.nxp.com/t5/S32G/gpioset-recover-failed-based-on-SDK-BSP39-on-RDB2/m-p/1838312#M6482</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently tested gpio APIs, and found that when try to set back the value of one gpiochip using gpioset, but failed. The whole log is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you please help to confirm the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhantao&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 03:47:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/gpioset-recover-failed-based-on-SDK-BSP39-on-RDB2/m-p/1838312#M6482</guid>
      <dc:creator>hittzt</dc:creator>
      <dc:date>2024-04-01T03:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: gpioset recover failed based on SDK BSP39 on RDB2</title>
      <link>https://community.nxp.com/t5/S32G/gpioset-recover-failed-based-on-SDK-BSP39-on-RDB2/m-p/1839270#M6514</link>
      <description>&lt;P&gt;Hello, @&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/135277" target="_blank"&gt;hittzt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks for the question.&lt;/P&gt;
&lt;P&gt;May I know if you ever used gpioget to collect the status of the pin during the test?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 10:45:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/gpioset-recover-failed-based-on-SDK-BSP39-on-RDB2/m-p/1839270#M6514</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-04-02T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: gpioset recover failed based on SDK BSP39 on RDB2</title>
      <link>https://community.nxp.com/t5/S32G/gpioset-recover-failed-based-on-SDK-BSP39-on-RDB2/m-p/1842274#M6588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24163"&gt;@chenyin_h&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I checked the status of the pin.&lt;/P&gt;&lt;P&gt;You can easily reproduce the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhantao&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 08:46:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/gpioset-recover-failed-based-on-SDK-BSP39-on-RDB2/m-p/1842274#M6588</guid>
      <dc:creator>hittzt</dc:creator>
      <dc:date>2024-04-08T08:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: gpioset recover failed based on SDK BSP39 on RDB2</title>
      <link>https://community.nxp.com/t5/S32G/gpioset-recover-failed-based-on-SDK-BSP39-on-RDB2/m-p/1842985#M6603</link>
      <description>&lt;P&gt;Hello, @&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/135277" target="_blank"&gt;hittzt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback.&lt;/P&gt;&lt;P&gt;From my opinion, the test method seems not very reasonable according to the notes from gpioset command:&lt;/P&gt;&lt;P&gt;“The state of a GPIO line controlled over the character device reverts to default when the last process referencing the file descriptor representing the device file exits. &lt;STRONG&gt;This means that it's wrong to run gpioset, have it exit and expect the line to continue being driven high or low...”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Chenyin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 07:25:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/gpioset-recover-failed-based-on-SDK-BSP39-on-RDB2/m-p/1842985#M6603</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-04-09T07:25:37Z</dc:date>
    </item>
  </channel>
</rss>

