<?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: How to configure interrupt priorities when using freertos for s32k142</title>
    <link>https://community.nxp.com/t5/S32K/How-to-configure-interrupt-priorities-when-using-freertos-for/m-p/1744227#M28054</link>
    <description>&lt;P&gt;Hello, I have found already an example for freertos for my microcontroller, so no need to answer this.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2023 07:04:53 GMT</pubDate>
    <dc:creator>elb1</dc:creator>
    <dc:date>2023-10-23T07:04:53Z</dc:date>
    <item>
      <title>How to configure interrupt priorities when using freertos for s32k142</title>
      <link>https://community.nxp.com/t5/S32K/How-to-configure-interrupt-priorities-when-using-freertos-for/m-p/1743789#M28033</link>
      <description>&lt;P&gt;Hello all, I am using freertos for s32k142 microcontroller, all the tasks are working fine, and i want now to implement gpio interrupt, but I am really confused on how to configure priorities.&lt;BR /&gt;What numbers i can give to these macros (configKERNEL_INTERRUPT_PRIORITY and configMAX_SYSCALL_INTERRUPT_PRIORITY) from freeRtosConfig.h ?&lt;BR /&gt;I have read what is in this link "&lt;A href="https://forums.freertos.org/t/freertos-interrupt-priorities-vs-mcu-interrupt-priorities/1634" target="_blank"&gt;https://forums.freertos.org/t/freertos-interrupt-priorities-vs-mcu-interrupt-priorities/1634&lt;/A&gt;5" but they say that it is microcontroller specific, can anyone help me where i can find that information for s32k142, or some example ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 15:33:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-configure-interrupt-priorities-when-using-freertos-for/m-p/1743789#M28033</guid>
      <dc:creator>elb1</dc:creator>
      <dc:date>2023-10-20T15:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure interrupt priorities when using freertos for s32k142</title>
      <link>https://community.nxp.com/t5/S32K/How-to-configure-interrupt-priorities-when-using-freertos-for/m-p/1744227#M28054</link>
      <description>&lt;P&gt;Hello, I have found already an example for freertos for my microcontroller, so no need to answer this.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 07:04:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-configure-interrupt-priorities-when-using-freertos-for/m-p/1744227#M28054</guid>
      <dc:creator>elb1</dc:creator>
      <dc:date>2023-10-23T07:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure interrupt priorities when using freertos for s32k142</title>
      <link>https://community.nxp.com/t5/S32K/How-to-configure-interrupt-priorities-when-using-freertos-for/m-p/1744290#M28061</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216072"&gt;@elb1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;maybe for others:&lt;/P&gt;
&lt;P&gt;S32K1 devices have 4 priority bits -&amp;gt; 16 priority levels.&lt;/P&gt;
&lt;P&gt;As mentioned in these articles:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.freertos.org/a00110.html#kernel_priority" target="_blank"&gt;https://www.freertos.org/a00110.html#kernel_priority&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.freertos.org/RTOS-Cortex-M3-M4.html" target="_blank"&gt;https://www.freertos.org/RTOS-Cortex-M3-M4.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;... configKERNEL_INTERRUPT_PRIORITY should be set to the lowest interrupt priority, i.e. to 0xF.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;About configMAX_SYSCALL_INTERRUPT_PRIORITY:&lt;/P&gt;
&lt;P&gt;"The RTOS interrupt nesting scheme splits the available interrupt priorities into two groups - those that will get masked by RTOS critical sections, and those that are never masked by RTOS critical sections and are therefore always enabled. The configMAX_SYSCALL_INTERRUPT_PRIORITY setting in FreeRTOSConfig.h defines the boundary between the two groups. The optimal value for this setting will depend on the number of priority bits implemented in the microcontroller."&lt;/P&gt;
&lt;P&gt;configMAX_SYSCALL_INTERRUPT_PRIORITY is set to 1 by default in our sample projects.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 08:03:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-configure-interrupt-priorities-when-using-freertos-for/m-p/1744290#M28061</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-10-23T08:03:05Z</dc:date>
    </item>
  </channel>
</rss>

