<?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 Re: FLEXIO in S32K</title>
    <link>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2183688#M53391</link>
    <description>&lt;P&gt;Actually I have discussed it here and conclusion is (confirmed by design with similar case) that if Table 39-4 states OFF for certain module and power mode, it is not allowed to use it.&lt;/P&gt;
&lt;P&gt;It is not controller characteristic but system requirement i.e. something needed to be guaranteed by user.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Oct 2025 08:05:06 GMT</pubDate>
    <dc:creator>davidtosenovjan</dc:creator>
    <dc:date>2025-10-10T08:05:06Z</dc:date>
    <item>
      <title>FLEXIO</title>
      <link>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2164695#M52469</link>
      <description>&lt;P&gt;The development board I use is S32K144. I found a discrepancy with the manual when I used the FLEXIO function. In the manual about power management mode, it is said that FLEXIO does not work in VLPS, but I found that the FLEXIO timer can still be used after entering VLPS. My experiment is to use a pin as a trigger to trigger the timer to output a waveform. Another experiment is to configure it as serial port reception. I use PC serial port connection tool to connect to the corresponding pin. After entering VLPS mode, I can still trigger an interrupt to wake up MCU by sending a byte of data, and the data I read in the shifterbuffer in the interrupt service program is really a byte of data I send. The above two experiments can prove that the FLEIXO module can still run in VLPS mode, which is contrary to the manual. So can anyone answer my question&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 05:16:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2164695#M52469</guid>
      <dc:creator>GXY</dc:creator>
      <dc:date>2025-09-07T05:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXIO</title>
      <link>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2165187#M52500</link>
      <description>&lt;P&gt;Where is it stated that FlexIO cannot ryn in VLPS mode? I haven't found such statement - could you clarify? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 12:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2165187#M52500</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2025-09-08T12:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXIO</title>
      <link>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2169235#M52659</link>
      <description>It is mentioned in a table in Chapter 39 POWERMANAGER of the manual that FLEXIO is OFF in VLPS, which means it cannot be used</description>
      <pubDate>Sun, 14 Sep 2025 12:08:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2169235#M52659</guid>
      <dc:creator>GXY</dc:creator>
      <dc:date>2025-09-14T12:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXIO</title>
      <link>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2169482#M52672</link>
      <description>&lt;P&gt;Could you double check power mode status. Possibly different way that using debugger, as it may not reflect it according note below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidtosenovjan_0-1757922122901.png" style="width: 572px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/356885iAEDB436469FBCC01/image-dimensions/572x363?v=v2" width="572" height="363" role="button" title="davidtosenovjan_0-1757922122901.png" alt="davidtosenovjan_0-1757922122901.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 07:43:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2169482#M52672</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2025-09-15T07:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXIO</title>
      <link>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2182983#M53361</link>
      <description>&lt;P&gt;I cannot view the value of this register in VLPS mode, and this bit will not be updated to STOP or VLPS. What I can confirm is that the CPU has not continued to execute the program, and the return value of the POWER_SYS_SetMode() function is SUCCESS after waking up. I think this indicates that the VLPS mode has been successfully entered. As I said before, before entering VLPS, I have configured one pin of FLEXIO to receive the serial port and turned on the interrupt of the SSF flag. After entering the VLPS, I can still wake up the MCU by sending a byte of serial port data. I read the data of the shift buffer in the interrupt exactly as I sent it. The above phenomenon indicates that FLEXIO is still working in the VLPS mode. I think this is inconsistent with OFF in the manual table, so I want to know what the problem is.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 11:22:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2182983#M53361</guid>
      <dc:creator>GXY</dc:creator>
      <dc:date>2025-10-09T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXIO</title>
      <link>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2183688#M53391</link>
      <description>&lt;P&gt;Actually I have discussed it here and conclusion is (confirmed by design with similar case) that if Table 39-4 states OFF for certain module and power mode, it is not allowed to use it.&lt;/P&gt;
&lt;P&gt;It is not controller characteristic but system requirement i.e. something needed to be guaranteed by user.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 08:05:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2183688#M53391</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2025-10-10T08:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXIO</title>
      <link>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2184671#M53463</link>
      <description>&lt;P&gt;If it's as you said, then in the FlexIO column of the AWIC's wake-up sources in Table 8-5, VLPS should be added like for some other modules, but it's not. So I believe that the OFF state in Table 39-4 is as described in Table 39-3 (Module and clock sources are disabled.). I have verified that other modules, such as (EWM), are OFF under VLPS, and do not generate interrupts after entering VLPS without refreshing the configuration. In summary, I still believe that according to the manual, FLEXIO should not work under VLPS, but my tests show otherwise. I confirmed that the MCU indeed entered VLPS mode through the following three points: 1. The bus clock was turned off (observed with an oscilloscope through clkout). 2. The CPU did not continue executing the program (this program referenced a demo program for mode conversion). 3. After waking up, the third bit of SMC-&amp;gt;PMCTRL printed out was 0, indicating that the VLPS process was not aborted&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 08:43:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2184671#M53463</guid>
      <dc:creator>GXY</dc:creator>
      <dc:date>2025-10-13T08:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXIO</title>
      <link>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2185739#M53533</link>
      <description>&lt;P&gt;Even if it could work under certain conditions, it was not validated, so, it must not be used. I don't see any issue with&amp;nbsp;Table 8-5, it is correct.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 11:52:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FLEXIO/m-p/2185739#M53533</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2025-10-14T11:52:28Z</dc:date>
    </item>
  </channel>
</rss>

