<?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: Project stuck at OSIF_SemaWait in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1671432#M24092</link>
    <description>&lt;P&gt;May you provide me with the recommended connection with the slave?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jun 2023 08:25:19 GMT</pubDate>
    <dc:creator>DemaQasem</dc:creator>
    <dc:date>2023-06-18T08:25:19Z</dc:date>
    <item>
      <title>Project stuck at OSIF_SemaWait</title>
      <link>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1663302#M23600</link>
      <description>&lt;P&gt;Hello, I am currently working on retrieving data from a sensor using I2C, I tried to run an example project "i2c_master_s32k144" from&amp;nbsp;S32K1 SDK RTM v4.0.3, but when debugging the project, it was stuck in&amp;nbsp; "OSIF_SemaWait" function.&amp;nbsp; how to know the reason behind this ? thank you, Dema&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 08:41:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1663302#M23600</guid>
      <dc:creator>DemaQasem</dc:creator>
      <dc:date>2023-06-05T08:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Project stuck at OSIF_SemaWait</title>
      <link>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1663679#M23630</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215133"&gt;@DemaQasem&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is getting stuck on&amp;nbsp;LPI2C_DRV_MasterSendDataBlocking() or&amp;nbsp;LPI2C_DRV_MasterReceiveDataBlocking?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 20:09:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1663679#M23630</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-06-05T20:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Project stuck at OSIF_SemaWait</title>
      <link>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1664041#M23655</link>
      <description>&lt;P&gt;&lt;SPAN&gt;LPI2C_DRV_MasterSendDataBlocking().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;note that it worked 2 times but then stopped and kept stuck in the function mentioned above&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-06-06 102142.png" style="width: 688px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/226378i1DE0C2EB44AD35B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-06-06 102142.png" alt="Screenshot 2023-06-06 102142.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 07:22:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1664041#M23655</guid>
      <dc:creator>DemaQasem</dc:creator>
      <dc:date>2023-06-06T07:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Project stuck at OSIF_SemaWait</title>
      <link>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1665486#M23724</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215133"&gt;@DemaQasem&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As it is a loop in the&amp;nbsp;semaphore the problem could be in the connection with the slave.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you verify if the same problem happened if you do not have the slave connected?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 20:48:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1665486#M23724</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-06-07T20:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Project stuck at OSIF_SemaWait</title>
      <link>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1671398#M24082</link>
      <description>&lt;P&gt;yes, could be the case, thank you so much&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 09:04:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1671398#M24082</guid>
      <dc:creator>DemaQasem</dc:creator>
      <dc:date>2023-06-17T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Project stuck at OSIF_SemaWait</title>
      <link>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1671432#M24092</link>
      <description>&lt;P&gt;May you provide me with the recommended connection with the slave?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 08:25:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1671432#M24092</guid>
      <dc:creator>DemaQasem</dc:creator>
      <dc:date>2023-06-18T08:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Project stuck at OSIF_SemaWait</title>
      <link>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1672172#M24154</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215133"&gt;@DemaQasem&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at the &lt;A href="https://www.nxp.com/docs/en/user-guide/UM10204.pdf" target="_blank" rel="noopener"&gt;I2C-bus specification and user manual&lt;/A&gt;. It will be helpful for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 20:22:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1672172#M24154</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-06-19T20:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Project stuck at OSIF_SemaWait</title>
      <link>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1856311#M34739</link>
      <description>&lt;P&gt;I&amp;nbsp;had the same problem and solved it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;// before call vTaskStartScheduler(), excute:
INT_SYS_SetPriority(LPI2C0_Master_IRQn, configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 14:38:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Project-stuck-at-OSIF-SemaWait/m-p/1856311#M34739</guid>
      <dc:creator>alfaaa</dc:creator>
      <dc:date>2024-04-28T14:38:21Z</dc:date>
    </item>
  </channel>
</rss>

