<?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のトピックRe: S32K144 FreeRTOS from ISR API issue</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2142302#M51409</link>
    <description>&lt;DIV&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am facing this issue in all the freeRTOS codes which uses "FromISR" API, even i tried with the samples provided by S32Design studio.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Currently i am trying the sample "freertos_s32k144" in this particular example, from a button ISR handler there is&amp;nbsp; freeRTOS function call "&lt;STRONG&gt;xTimerResetFromISR( xButtonLEDTimer, &amp;amp;xHigherPriorityTaskWoken );&lt;/STRONG&gt; , Even this function call end up in the same configASSERT.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have attached the call stack and the sample code for your reference.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SABARINATH_kh_0-1753769977989.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349888iD84F793D807A56F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SABARINATH_kh_0-1753769977989.png" alt="SABARINATH_kh_0-1753769977989.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 29 Jul 2025 06:16:40 GMT</pubDate>
    <dc:creator>SABARINATH_kh</dc:creator>
    <dc:date>2025-07-29T06:16:40Z</dc:date>
    <item>
      <title>S32K144 FreeRTOS from ISR API issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2140167#M51281</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to set an event from UART recieve ISR call back function using FreeRTOS API "xEventGroupSetBitsFromISR()",&lt;BR /&gt;but the code execution got halted in "configASSERT( ucCurrentPriority &amp;gt;= ucMaxSysCallPriority )" of function - void vPortValidateInterruptPriority( void ) [port.c].&lt;/P&gt;&lt;P&gt;During debugging, it was observed that the priority of the calling interrupt was set to '0', as determined by executing the line:&lt;BR /&gt;"ucCurrentPriority = pcInterruptPriorityRegisters[ ulCurrentInterrupt ]"&lt;/P&gt;&lt;P&gt;so eventully the execution is stuck in this assert statement ("configASSERT( ucCurrentPriority &amp;gt;= ucMaxSysCallPriority )").&lt;/P&gt;&lt;P&gt;Also tried in existing FreeRTOS example code from s32 SDK, still execution halted in same assert statement&lt;/P&gt;&lt;P&gt;Is there any way to fix this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SABARINATH_kh_1-1753359208124.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349325iE94D758074AFF65C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SABARINATH_kh_1-1753359208124.png" alt="SABARINATH_kh_1-1753359208124.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>Thu, 24 Jul 2025 12:45:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2140167#M51281</guid>
      <dc:creator>SABARINATH_kh</dc:creator>
      <dc:date>2025-07-24T12:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FreeRTOS from ISR API issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2140559#M51302</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;as description outlined, for LPUART assign lower ISR priority (numerically higher number) then&amp;nbsp;&lt;SPAN&gt;configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY&lt;/SPAN&gt; is.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In SDK interrupt priority can be changed just by calling&amp;nbsp;INT_SYS_SetPriority in your source code, otherwise the SDK will use default priorities of the hardware.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 05:07:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2140559#M51302</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-07-25T05:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FreeRTOS from ISR API issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2141500#M51375</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961" target="_self"&gt;&lt;SPAN class=""&gt;PetrS&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Sorry for the delay in responding&lt;BR /&gt;I have modified the code by changing the interrupt Priority using above mentioned API "&lt;SPAN&gt;INT_SYS_SetPriority&lt;/SPAN&gt;"&lt;BR /&gt;&lt;BR /&gt;Still its getting Priority value as "Zero"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SABARINATH_kh_2-1753686742839.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349687iB60CAE9866537E4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SABARINATH_kh_2-1753686742839.png" alt="SABARINATH_kh_2-1753686742839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 07:11:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2141500#M51375</guid>
      <dc:creator>SABARINATH_kh</dc:creator>
      <dc:date>2025-07-28T07:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FreeRTOS from ISR API issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2141788#M51391</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;can you share simplified project showing an issue?&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 13:42:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2141788#M51391</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-07-28T13:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FreeRTOS from ISR API issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2142302#M51409</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am facing this issue in all the freeRTOS codes which uses "FromISR" API, even i tried with the samples provided by S32Design studio.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Currently i am trying the sample "freertos_s32k144" in this particular example, from a button ISR handler there is&amp;nbsp; freeRTOS function call "&lt;STRONG&gt;xTimerResetFromISR( xButtonLEDTimer, &amp;amp;xHigherPriorityTaskWoken );&lt;/STRONG&gt; , Even this function call end up in the same configASSERT.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have attached the call stack and the sample code for your reference.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SABARINATH_kh_0-1753769977989.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/349888iD84F793D807A56F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SABARINATH_kh_0-1753769977989.png" alt="SABARINATH_kh_0-1753769977989.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Jul 2025 06:16:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2142302#M51409</guid>
      <dc:creator>SABARINATH_kh</dc:creator>
      <dc:date>2025-07-29T06:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FreeRTOS from ISR API issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2144267#M51508</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I tested your project and it works normally.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 07:22:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2144267#M51508</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-07-31T07:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FreeRTOS from ISR API issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2144545#M51524</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;Did you tried pressing the button (then it will call fromISR API) if so, can you please help me what causing issue in my development board&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 12:38:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2144545#M51524</guid>
      <dc:creator>SABARINATH_kh</dc:creator>
      <dc:date>2025-07-31T12:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FreeRTOS from ISR API issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2145186#M51553</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;yes, on my S32k144EVB-Q100 (revC1) it toggles Green LED repeatedly. &lt;BR /&gt;Once pressing SW3, Red LED will be ON and is going OFF after 5sec unless SW3 is press again. So exactly as example is written.&lt;BR /&gt;To be honest, don't know why same SW is not working on your board, assume same one.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 12:45:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FreeRTOS-from-ISR-API-issue/m-p/2145186#M51553</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-08-01T12:45:37Z</dc:date>
    </item>
  </channel>
</rss>

