<?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: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406960#M47786</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195771"&gt;@CarlosGarabito&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;For the sake of correctnes: &lt;STRONG&gt;creating a new project&lt;/STRONG&gt; and &lt;STRONG&gt;importing an SDK example&lt;/STRONG&gt; are two &lt;STRONG&gt;different&lt;/STRONG&gt; processes. When you say that you are creating a new project but at the same time recite steps import an SDK example your wording is ambiguous. That's not helpful.&lt;/P&gt;&lt;P&gt;Let's look at the User Manual as the reference for wording regarding MCUXpresso IDE:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielholala_0-1643616541683.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169197i303E21AFA69AF772/image-size/large?v=v2&amp;amp;px=999" role="button" title="danielholala_0-1643616541683.png" alt="danielholala_0-1643616541683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="danielholala_1-1643616570853.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169198iA97BC13067D81D34/image-size/large?v=v2&amp;amp;px=999" role="button" title="danielholala_1-1643616570853.png" alt="danielholala_1-1643616570853.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mind you, the issue I'm observing occurs only when you create a new project ("Quickstart Panel -&amp;gt; New Project..."). It does not occur when you import an SDK example.&lt;/P&gt;&lt;P&gt;This is likely a bug. Please try to recreate the issue that I'm observing. If you can confirm then forward the report to the SDK team.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 08:14:15 GMT</pubDate>
    <dc:creator>danielholala</dc:creator>
    <dc:date>2022-01-31T08:14:15Z</dc:date>
    <item>
      <title>SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1405119#M47752</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;based on SDK_2.x_LPC5526 I created a new project using "New Project Wizard" and included "FreeRTOS kernel".&lt;/P&gt;&lt;P&gt;However, &lt;EM&gt;FreeRTOSConfig.h&lt;/EM&gt;&amp;nbsp;in this new project reads as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;#ifdef __NVIC_PRIO_BITS
/* __BVIC_PRIO_BITS will be specified when CMSIS is being used. */
#define configPRIO_BITS __NVIC_PRIO_BITS
#else
#define configPRIO_BITS 4 /* 15 priority levels */
#endif&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's wrong as Cortex-M33 core only uses 3 bits for interrupt priority.&lt;/P&gt;&lt;P&gt;The examples get it right.&amp;nbsp;I assume that I should use an example's FreeRTOSConfig.h as starting point&lt;/P&gt;&lt;P&gt;So why does the New Project Wizard fail to include a correct&amp;nbsp;&lt;EM&gt;FreeRTOSConfig.h&lt;/EM&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 13:47:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1405119#M47752</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2022-01-26T13:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1405204#M47756</link>
      <description>&lt;P&gt;As I mentioned, the examples get it right.&lt;/P&gt;&lt;P&gt;However, as soon as I select "SDK Management" from the Project Explorer and then "Refresh SDK Components", the wizard offers to replace the example project's&lt;EM&gt; FreeRTOSConfig.h&lt;/EM&gt;&amp;nbsp;(configPRIO_BITS correct) with the template for &lt;EM&gt;FreeRTOSConfig.h&lt;/EM&gt;&amp;nbsp;from the SDK (configPRIO_BITS wrong).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="danielholala_0-1643202415777.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/168904i2075466D6ECDB730/image-size/large?v=v2&amp;amp;px=999" role="button" title="danielholala_0-1643202415777.png" alt="danielholala_0-1643202415777.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The configuration files do not differ (or only in a few lines) from example to example. The diff to the template is very long. Obviously, the configuration files are not derived from the template configuration file.&lt;/P&gt;&lt;P&gt;That should be fixed.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 13:46:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1405204#M47756</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2022-01-26T13:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406232#M47765</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/139806" target="_blank"&gt;&lt;SPAN&gt;danielholala&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;&lt;SPAN&gt;if you create your project following these steps, using MCUXpresso SDK (&lt;/SPAN&gt;&lt;A href="https://mcuxpresso.nxp.com/en/dashboard" target="_blank"&gt;&lt;SPAN&gt;Dashboard | MCUXpresso SDK Builder (nxp.com)&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;) to create the principal board and select FreeRTOS, and then, opened it with MCUXpresso IDE and create new project (File --&amp;gt; Project --&amp;gt; import SDK example --&amp;gt; select your own board --&amp;gt; rtos example --&amp;gt; freertos_hello).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;Ones your project is created, we can search in the FreeRTOSConfig.h, and we can find that it has 3 not 4, in the section of configPRIO_BITS as you can see down.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;#define configPRIO_BITS 3 /* 8 priority levels */&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;#endif&lt;/P&gt;
&lt;/LI-SPOILER&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;So, maybe you created your project FreeRTOS follow different steps, or different boards. make your projects following the steps that I tell you and you will not have problems in the libraries created with the wizard.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;I hope this helps.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;Best regards&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;Carlos Garabito&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 19:59:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406232#M47765</guid>
      <dc:creator>CarlosGarabito</dc:creator>
      <dc:date>2022-01-27T19:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406234#M47766</link>
      <description>&lt;P&gt;Hi again&lt;/P&gt;
&lt;P&gt;Maybe you need to write step by step what you are doing in such a way we can see the were is problem.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 20:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406234#M47766</guid>
      <dc:creator>CarlosGarabito</dc:creator>
      <dc:date>2022-01-27T20:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406470#M47770</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195771"&gt;@CarlosGarabito&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I wrote '&lt;SPAN&gt;based on SDK_2.x_LPC5526 I created a new project using "&lt;EM&gt;New Project&lt;/EM&gt; Wizard" and included "FreeRTOS kernel".'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I assume you are familiar with the use of MCUXpresso IDE, SDKs and project creation. Please see below and tell me, what more information do you need from me?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 08:30:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406470#M47770</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2022-01-28T08:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406487#M47771</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195771"&gt;@CarlosGarabito&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for getting back to me!&lt;/P&gt;&lt;P&gt;As a side note: The MCUXpresso IDE manual recommends to install and manage SDKs via the &lt;EM&gt;Installed SDKs&lt;/EM&gt; view.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="danielholala_1-1643355771860.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169116iAC33B85905B9B6E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="danielholala_1-1643355771860.png" alt="danielholala_1-1643355771860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielholala_0-1643355618096.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169113iA7E383F3E12770DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="danielholala_0-1643355618096.png" alt="danielholala_0-1643355618096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You suggest to deviate from the manual and to use the&amp;nbsp;MCUXpresso SDK Builder on nxp.com instead. I wonder why this is. I think you should stick to the process that the manual suggests OR if the official recommendation now is to use the SDK Builder, change the manual accordingly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Back to the issue at hand: Of course, I created the project using different steps:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="danielholala_2-1643355977039.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169117i3CCD047FCEE961D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="danielholala_2-1643355977039.png" alt="danielholala_2-1643355977039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I assume you missed that. Please try again using the "New project..." wizard here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="danielholala_3-1643356247426.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169121iD382B3649B80CA83/image-size/large?v=v2&amp;amp;px=999" role="button" title="danielholala_3-1643356247426.png" alt="danielholala_3-1643356247426.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll see that completely different code for &lt;EM&gt;FreeRTOSConfig.h&lt;/EM&gt; (at least, haven't checked other files) will be pulled into the new project.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 07:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406487#M47771</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2022-01-28T07:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406668#M47780</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/139806"&gt;@danielholala&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;Yes, I do, that's why I tell you the steps that you need to do in the right form to functionality your project, otherwise, we need to see what you are doing that you have a wrong in your project.&lt;/P&gt;&lt;P&gt;Following the steps that you indicate, in my case, works without problems. So, you maybe, need to update your MCUXpress IDE, or update your project in MXUXpress SDK or create a new project in a different workspace.&lt;/P&gt;&lt;P&gt;Have a good day&lt;/P&gt;&lt;P&gt;Carlos Garabito&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 15:11:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406668#M47780</guid>
      <dc:creator>CarlosGarabito</dc:creator>
      <dc:date>2022-01-28T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406676#M47781</link>
      <description>&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;obviously you are executing different steps.&lt;/P&gt;&lt;P&gt;You wrote that you did: "c&lt;SPAN&gt;reate new project (File --&amp;gt; Project --&amp;gt; &lt;STRONG&gt;import SDK example&lt;/STRONG&gt;&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That's &lt;STRONG&gt;importing&lt;/STRONG&gt; an SDK &lt;STRONG&gt;example&lt;/STRONG&gt;. And by the way, you are referring to the "File" menu but there's no "Project" submenu in there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That being said, what I did was using "Quickstart Panel" and there "New project...".&lt;/P&gt;&lt;P&gt;Did you try this?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 15:36:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406676#M47781</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2022-01-28T15:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406719#M47782</link>
      <description>&lt;P&gt;Yes, that's right, I forget to put new, so the steps are (create new project (File --&amp;gt; New --&amp;gt; Project --&amp;gt;import SDK example&lt;STRONG&gt;"&lt;/STRONG&gt; which&amp;nbsp;is the same as select in quickstart panel to select "import SDK example", my apologies for that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By other hand, this blog may help you reaffirm your knowledge about the configuration of configPRIO_BITS&amp;nbsp;&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2016/08/14/arm-cortex-m-interrupts-and-freertos-part-1/" target="_blank"&gt;ARM Cortex-M, Interrupts and FreeRTOS: Part 1 | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Consolas; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 17:35:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406719#M47782</guid>
      <dc:creator>CarlosGarabito</dc:creator>
      <dc:date>2022-01-28T17:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406960#M47786</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195771"&gt;@CarlosGarabito&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;For the sake of correctnes: &lt;STRONG&gt;creating a new project&lt;/STRONG&gt; and &lt;STRONG&gt;importing an SDK example&lt;/STRONG&gt; are two &lt;STRONG&gt;different&lt;/STRONG&gt; processes. When you say that you are creating a new project but at the same time recite steps import an SDK example your wording is ambiguous. That's not helpful.&lt;/P&gt;&lt;P&gt;Let's look at the User Manual as the reference for wording regarding MCUXpresso IDE:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielholala_0-1643616541683.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169197i303E21AFA69AF772/image-size/large?v=v2&amp;amp;px=999" role="button" title="danielholala_0-1643616541683.png" alt="danielholala_0-1643616541683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="danielholala_1-1643616570853.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169198iA97BC13067D81D34/image-size/large?v=v2&amp;amp;px=999" role="button" title="danielholala_1-1643616570853.png" alt="danielholala_1-1643616570853.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mind you, the issue I'm observing occurs only when you create a new project ("Quickstart Panel -&amp;gt; New Project..."). It does not occur when you import an SDK example.&lt;/P&gt;&lt;P&gt;This is likely a bug. Please try to recreate the issue that I'm observing. If you can confirm then forward the report to the SDK team.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 08:14:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1406960#M47786</guid>
      <dc:creator>danielholala</dc:creator>
      <dc:date>2022-01-31T08:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1407639#M47806</link>
      <description>&lt;P&gt;Thanks for your observation, I am writing now to SDK team to check it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 15:05:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1407639#M47806</guid>
      <dc:creator>CarlosGarabito</dc:creator>
      <dc:date>2022-02-01T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: SDK for LPC5526 wrongly configures 4 configPRIO_BITS in FreeRTOSConfig.h in new project</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1419367#M48004</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/139806"&gt;@danielholala&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The team of MCUXpresso SDK was contacted and they response with the next:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;" Issue was fixed within SDK sources.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The fix will be available within&amp;nbsp;the next SDK version update "&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Have a good day&lt;/P&gt;
&lt;P&gt;Carlos Garabito&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 22:09:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-for-LPC5526-wrongly-configures-4-configPRIO-BITS-in/m-p/1419367#M48004</guid>
      <dc:creator>CarlosGarabito</dc:creator>
      <dc:date>2022-02-24T22:09:56Z</dc:date>
    </item>
  </channel>
</rss>

