<?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>Kinetis Software Development KitのトピックRe: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613847#M6369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I tried to compile a new downloaded SDK but this time for FRDM-KL25Z and I had exactly same errors. Even on another computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe there is a problem with Kinetis Expert...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 11:05:21 GMT</pubDate>
    <dc:creator>mr_max</dc:creator>
    <dc:date>2016-11-04T11:05:21Z</dc:date>
    <item>
      <title>Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613843#M6365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I build and downloaded&amp;nbsp; the last SDK for Kinetis KL17Z from kex.nxp.com and I noticed this version now support FreeRTOS v 9.0.0. I am very excited by this version due its news functions.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I create a new projetct with KDS v3.2 via the Kinetis SDKv2 project wizard and then compile my new project, compilation failed with these errors :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;C:\ ....... \Debug/../freertos/Source/tasks.c:2046: undefined reference to `portRECORD_READY_PRIORITY'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;C:\ ....... \Debug/../freertos/Source/tasks.c:2586: undefined reference to `portRECORD_READY_PRIORITY'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seem that the problems are locate into task.c file and for those API : &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;prvAddTaskToReadyList&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt; pxNewTCB &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;taskRESET_READY_PRIORITY&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt; pxTCB&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;uxPriority &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;prvAddTaskToReadyList&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt; pxTCB &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;taskSELECT_HIGHEST_PRIORITY_TASK&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;prvAddTaskToReadyList&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt; pxUnblockedTCB &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And so on in task.c file.&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea what wrong... &lt;SPAN aria-label="Angry" class="emoticon-inline emoticon_angry" style="height:16px;width:16px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I fix this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 13:10:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613843#M6365</guid>
      <dc:creator>mr_max</dc:creator>
      <dc:date>2016-10-31T13:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613844#M6366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;I have found out that the&amp;nbsp;portRECORD_READY_PRIORITY is defined in portmacro.h with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL &amp;lt;&amp;lt; ( uxPriority ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls add #include "portmacro.h" in task.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 05:20:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613844#M6366</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-11-02T05:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613845#M6367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XiangJun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I included &lt;SPAN style="color: #3366ff;"&gt;&lt;EM&gt;"portmacro.h"&lt;/EM&gt;&lt;/SPAN&gt; in &lt;EM&gt;task.c&lt;/EM&gt; but nothing change. So I checked that header file and I realized that portRECORD_READY_PRIORITY is not define ... So I added the macro you gave me and then compile error occurred again but this time for :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;/freertos/Source/tasks.c:2807: undefined reference to `portGET_HIGHEST_PRIORITY'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;/freertos/Source/tasks.c:3738: undefined reference to `portRESET_READY_PRIORITY'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My though is that some macro are missed for some reasons :smileyconfused:. Maybe Kinetis Expert forgot something at build time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send me please your &lt;SPAN style="color: #3366ff;"&gt;"&lt;EM&gt;portmacro.h"&lt;/EM&gt;&lt;/SPAN&gt; file&amp;nbsp; in order the compare ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I attached my portmacro.h.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:31:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613845#M6367</guid>
      <dc:creator>mr_max</dc:creator>
      <dc:date>2016-11-02T16:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613846#M6368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone can help me ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 09:06:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613846#M6368</guid>
      <dc:creator>mr_max</dc:creator>
      <dc:date>2016-11-04T09:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613847#M6369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I tried to compile a new downloaded SDK but this time for FRDM-KL25Z and I had exactly same errors. Even on another computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe there is a problem with Kinetis Expert...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 11:05:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613847#M6369</guid>
      <dc:creator>mr_max</dc:creator>
      <dc:date>2016-11-04T11:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613848#M6370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. So I noticed that my "undefined macro" are linked with the config macro &lt;SPAN style="; color: #000000;"&gt;&lt;EM&gt;configUSE_PORT_OPTIMISED_TASK_SELECTION .&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; Which it set by default in FreeRTOS v9. &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;If I clear it, then compile succeed, otherwise compilation fail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In FreeRTOS v8, this macro config is even not define in &lt;EM&gt;FreeRTOSConfig.h&lt;/EM&gt;, so consider to be clear by default at compilation time. So this why I never had this error before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some information about this config is showed in &lt;EM&gt;task.c&lt;/EM&gt;&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;/* If configUSE_PORT_OPTIMISED_TASK_SELECTION is 0 then task selection is performed in a generic way that is not optimised to any particular microcontroller architecture. */&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the opposite way :&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* If configUSE_PORT_OPTIMISED_TASK_SELECTION is 1 then task selection is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;performed in a way that is tailored to the particular microcontroller&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;architecture being used. */&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FreeRTOS reference manual explain it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture d’écran 2016-11-04 à 13.51.32.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/6453iBFCAAABE2EFF56D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2016-11-04 à 13.51.32.png" alt="Capture d’écran 2016-11-04 à 13.51.32.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I got my issue and that is. It seem that KL17Z or KL25Z cannot support optimised task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;That macro should be cleared by default for those microcontrollers.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 12:54:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613848#M6370</guid>
      <dc:creator>mr_max</dc:creator>
      <dc:date>2016-11-04T12:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613849#M6371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maxime,&lt;/P&gt;&lt;P&gt;Thank you for your posts and efforts.&lt;/P&gt;&lt;P&gt;I have forward your work to our KSDK team for review.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 13:52:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613849#M6371</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-11-04T13:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613850#M6372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Today it's the same with KDS 3.2 (updated) and SDK_2.1_MKL27Z32xxx4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;With &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN class=""&gt;#define configUSE_PORT_OPTIMISED_TASK_SELECTION 0&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt; the compilation still fails &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN class=""&gt;m_data' overflowed by 5184 bytes &lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;m_data overflowed with stack and heap &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;With &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN class=""&gt;HEAP_SIZE&amp;nbsp; = DEFINED(__heap_size__)&amp;nbsp; ? __heap_size__&amp;nbsp; : 0x0050;&lt;BR /&gt;STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0050;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;3296bytes are always missing&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Freertos is not possible on the Z32 (8k RAM) ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2017 16:14:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613850#M6372</guid>
      <dc:creator>PO220</dc:creator>
      <dc:date>2017-01-28T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613851#M6373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I have used FreeRTOS down to device with 1KByte of RAM (of course that does not leave much, only for two tasks).&lt;/P&gt;&lt;P&gt;Your problem with the linker error is probably that you use a heap size too large. Can you check&lt;/P&gt;&lt;P&gt;configTOTAL_HEAP_SIZE&lt;/P&gt;&lt;P&gt;in your FreeRTOSConfig.h?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2017 16:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613851#M6373</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-01-28T16:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613852#M6374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stupid...&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Yesterday I was watching&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#define configMINIMAL_STACK_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((unsigned short)90)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;And I found it weak&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;Defaut value for TOTAL_HEAP_SIZE is 10240... &lt;SPAN class=""&gt;Necessarily with 8k of ram this can not work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2017 11:48:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613852#M6374</guid>
      <dc:creator>PO220</dc:creator>
      <dc:date>2017-01-29T11:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to compile new SDK (FreeRTOS v9) on KL17Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613853#M6375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I created a new program for the KL43Z and I have the same problem.&lt;BR /&gt;I put the #define configUSE_PORT_OPTIMISED_TASK_SELECTION 0.&lt;BR /&gt;The error that I have when I compile is:&lt;BR /&gt;Description Resource Path Location Type&lt;BR /&gt;undefined reference to `_vTaskSwitchContext' port.c /Demo/freertos/Source/portable/GCC/ARM_CM0 line 290 C/C++ Problem&lt;BR /&gt;I didn't modify anything what could I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 18:07:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Fail-to-compile-new-SDK-FreeRTOS-v9-on-KL17Z/m-p/613853#M6375</guid>
      <dc:creator>angelrodriguez2</dc:creator>
      <dc:date>2017-02-16T18:07:44Z</dc:date>
    </item>
  </channel>
</rss>

