<?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>S32K中的主题 FreeRTOS IIC_Deinit</title>
    <link>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1763554#M28987</link>
    <description>&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;When I enable task scheduling and uninitialize the IIC module, an error occurs,becouse of&amp;nbsp;OSIF_SemaDestroy(). why?&lt;/P&gt;</description>
    <pubDate>Sat, 25 Nov 2023 09:08:59 GMT</pubDate>
    <dc:creator>fancycang</dc:creator>
    <dc:date>2023-11-25T09:08:59Z</dc:date>
    <item>
      <title>FreeRTOS IIC_Deinit</title>
      <link>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1763554#M28987</link>
      <description>&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;When I enable task scheduling and uninitialize the IIC module, an error occurs,becouse of&amp;nbsp;OSIF_SemaDestroy(). why?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 09:08:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1763554#M28987</guid>
      <dc:creator>fancycang</dc:creator>
      <dc:date>2023-11-25T09:08:59Z</dc:date>
    </item>
    <item>
      <title>回复： FreeRTOS IIC_Deinit</title>
      <link>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1763555#M28988</link>
      <description>&lt;P&gt;I2C_MasterDeinit() and use flexio for iic&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 09:10:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1763555#M28988</guid>
      <dc:creator>fancycang</dc:creator>
      <dc:date>2023-11-25T09:10:00Z</dc:date>
    </item>
    <item>
      <title>回复： FreeRTOS IIC_Deinit</title>
      <link>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1763958#M29032</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;was&amp;nbsp;&lt;SPAN&gt;I2C_MasterInit() called before, which should&amp;nbsp;create osifSema?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 09:43:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1763958#M29032</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-11-27T09:43:42Z</dc:date>
    </item>
    <item>
      <title>回复： FreeRTOS IIC_Deinit</title>
      <link>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1763988#M29033</link>
      <description>&lt;P&gt;Hi petr&lt;/P&gt;&lt;P&gt;I'm glad to receive your reply. I created a task and started task scheduling.&lt;/P&gt;&lt;P&gt;This is my code&lt;/P&gt;&lt;DIV&gt;I2C_MasterInit(&amp;amp;flexio_instance, &amp;amp;i2c_pal_flexio_MasterConfig0);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;/* Initialize Interrupt priority for FlexIO I2C driver as bus master */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;INT_SYS_SetPriority( FLEXIO_IRQn, configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY );&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;.........&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I2C_MasterDeinit(&amp;amp;flexio_instance);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;After this line of code&amp;nbsp;&amp;nbsp;"(void)OSIF_SemaDestroy(&amp;amp;(master-&amp;gt;idleSemaphore));"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;and the code jump to "portFORCE_INLINE static void vPortRaiseBASEPRI( void )"&lt;/DIV&gt;&lt;DIV&gt;I do not know how to receive this problem........&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best regards&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Nov 2023 10:11:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1763988#M29033</guid>
      <dc:creator>fancycang</dc:creator>
      <dc:date>2023-11-27T10:11:04Z</dc:date>
    </item>
    <item>
      <title>回复： FreeRTOS IIC_Deinit</title>
      <link>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1768906#M29309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;maybe this&amp;nbsp;&lt;SPAN&gt;happens due to the lack of heap and stack of the&amp;nbsp;task, so to avoid this try to increment the&amp;nbsp;task's stack and the Total heap size.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 09:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1768906#M29309</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-12-05T09:18:10Z</dc:date>
    </item>
    <item>
      <title>回复： FreeRTOS IIC_Deinit</title>
      <link>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1768949#M29311</link>
      <description>Hi petr&lt;BR /&gt;i think my code heap and stack enough size&lt;BR /&gt;i finish this promble ,use function change i2c address&lt;BR /&gt;Best regards</description>
      <pubDate>Tue, 05 Dec 2023 09:50:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FreeRTOS-IIC-Deinit/m-p/1768949#M29311</guid>
      <dc:creator>fancycang</dc:creator>
      <dc:date>2023-12-05T09:50:02Z</dc:date>
    </item>
  </channel>
</rss>

