<?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 Some Problem when use PINS_DRV_Init function in FreeRTOS in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/Some-Problem-when-use-PINS-DRV-Init-function-in-FreeRTOS/m-p/1454212#M2519</link>
    <description>&lt;P&gt;Hi,I got some Trouble in use function&amp;nbsp;PINS_DRV_Init().&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I opened a example Project called freertos_s32k144, when i configued pin mux and generate code automaticly，Then i called function&amp;nbsp;PINS_DRV_Init() and debug the program ， there are a assert occured：&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20220506194508.png" style="width: 840px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/179049i4524C9FFEB5F9712/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20220506194508.png" alt="QQ截图20220506194508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems not none in the structure&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20220506193657.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/179048iA52EEDE2636436D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20220506193657.png" alt="QQ截图20220506193657.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is my code：&lt;/P&gt;&lt;P&gt;void rtos_start( void )&lt;BR /&gt;{&lt;BR /&gt;CLOCK_SYS_Init(g_clockManConfigsArr, CLOCK_MANAGER_CONFIG_CNT,&lt;BR /&gt;g_clockManCallbacksArr, CLOCK_MANAGER_CALLBACK_CNT);&lt;BR /&gt;CLOCK_SYS_UpdateConfiguration(0U, CLOCK_MANAGER_POLICY_AGREEMENT);&lt;BR /&gt;CLOCK_DRV_Init(&amp;amp;clockMan1_InitConfig0);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PINS_DRV_Init(NUM_OF_CONFIGURED_PINS, g_pin_mux_InitConfigArr);&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;vTaskStartScheduler();&lt;/P&gt;&lt;P&gt;/* If all is well, the scheduler will now be running, and the following line&lt;BR /&gt;will never be reached. If the following line does execute, then there was&lt;BR /&gt;insufficient FreeRTOS heap memory available for the idle and/or timer tasks&lt;BR /&gt;to be created. See the memory management section on the FreeRTOS web site&lt;BR /&gt;for more details. */&lt;BR /&gt;for( ;; );&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2022 11:48:06 GMT</pubDate>
    <dc:creator>geekfuns</dc:creator>
    <dc:date>2022-05-06T11:48:06Z</dc:date>
    <item>
      <title>Some Problem when use PINS_DRV_Init function in FreeRTOS</title>
      <link>https://community.nxp.com/t5/S32-SDK/Some-Problem-when-use-PINS-DRV-Init-function-in-FreeRTOS/m-p/1454212#M2519</link>
      <description>&lt;P&gt;Hi,I got some Trouble in use function&amp;nbsp;PINS_DRV_Init().&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I opened a example Project called freertos_s32k144, when i configued pin mux and generate code automaticly，Then i called function&amp;nbsp;PINS_DRV_Init() and debug the program ， there are a assert occured：&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20220506194508.png" style="width: 840px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/179049i4524C9FFEB5F9712/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20220506194508.png" alt="QQ截图20220506194508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems not none in the structure&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20220506193657.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/179048iA52EEDE2636436D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20220506193657.png" alt="QQ截图20220506193657.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is my code：&lt;/P&gt;&lt;P&gt;void rtos_start( void )&lt;BR /&gt;{&lt;BR /&gt;CLOCK_SYS_Init(g_clockManConfigsArr, CLOCK_MANAGER_CONFIG_CNT,&lt;BR /&gt;g_clockManCallbacksArr, CLOCK_MANAGER_CALLBACK_CNT);&lt;BR /&gt;CLOCK_SYS_UpdateConfiguration(0U, CLOCK_MANAGER_POLICY_AGREEMENT);&lt;BR /&gt;CLOCK_DRV_Init(&amp;amp;clockMan1_InitConfig0);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PINS_DRV_Init(NUM_OF_CONFIGURED_PINS, g_pin_mux_InitConfigArr);&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;vTaskStartScheduler();&lt;/P&gt;&lt;P&gt;/* If all is well, the scheduler will now be running, and the following line&lt;BR /&gt;will never be reached. If the following line does execute, then there was&lt;BR /&gt;insufficient FreeRTOS heap memory available for the idle and/or timer tasks&lt;BR /&gt;to be created. See the memory management section on the FreeRTOS web site&lt;BR /&gt;for more details. */&lt;BR /&gt;for( ;; );&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 11:48:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Some-Problem-when-use-PINS-DRV-Init-function-in-FreeRTOS/m-p/1454212#M2519</guid>
      <dc:creator>geekfuns</dc:creator>
      <dc:date>2022-05-06T11:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Some Problem when use PINS_DRV_Init function in FreeRTOS</title>
      <link>https://community.nxp.com/t5/S32-SDK/Some-Problem-when-use-PINS-DRV-Init-function-in-FreeRTOS/m-p/1461500#M2538</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200563"&gt;@geekfuns&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The g_pin_mux_InitConfigArr0 struct is generated by the CT.&lt;/P&gt;
&lt;P&gt;Is it set correctly in the GUI?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1653038037573.png" style="width: 879px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/180411iDBA5A77A66D9C811/image-dimensions/879x268?v=v2" width="879" height="268" role="button" title="danielmartynek_0-1653038037573.png" alt="danielmartynek_0-1653038037573.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 09:17:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Some-Problem-when-use-PINS-DRV-Init-function-in-FreeRTOS/m-p/1461500#M2538</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-05-20T09:17:15Z</dc:date>
    </item>
  </channel>
</rss>

