<?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>LPCXpresso IDE中的主题 Re: Recreate Example001 from FreeRTOS manual</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Recreate-Example001-from-FreeRTOS-manual/m-p/549850#M11157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Jul 29 23:34:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this FAQ from Code Red will help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsupport.code-red-tech.com%2FCodeRedWiki%2FUndefinedReference" rel="nofollow" target="_blank"&gt;http://support.code-red-tech.com/CodeRedWiki/UndefinedReference&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:56:16 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:56:16Z</dc:date>
    <item>
      <title>Recreate Example001 from FreeRTOS manual</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Recreate-Example001-from-FreeRTOS-manual/m-p/549849#M11156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mwoodmansee on Mon Jul 29 18:41:42 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to learn about the LPC1769 and am rewriting the examples used in Richard Barry's FreeRTOS manual.&amp;nbsp; When I compile a retyped version of Example01 called example01_rework I get the following compilation dump.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide your thoughts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;****************************************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;20:28:54 **** Incremental Build of configuration Debug for project example01_rework ****&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/cr_startup_lpc17.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__NEWLIB__ -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\FreeRTOS_Library\demo_code" -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\CMSISv1p30_LPC17xx\inc" -I../src -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"src/cr_startup_lpc17.d" -MT"src/cr_startup_lpc17.d" -o "src/cr_startup_lpc17.o" "../src/cr_startup_lpc17.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../src/cr_startup_lpc17.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/main.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__NEWLIB__ -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\FreeRTOS_Library\demo_code" -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\CMSISv1p30_LPC17xx\inc" -I../src -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/main.c: In function 'main':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/main.c:38:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/main.c:41:2: warning: pointer targets in passing argument 2 of 'xTaskGenericCreate' differ in signedness [-Wpointer-sign]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../FreeRTOS_include/task.h:1299:22: note: expected 'const signed char * const' but argument is of type 'char *'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/main.c:49:2: warning: pointer targets in passing argument 2 of 'xTaskGenericCreate' differ in signedness [-Wpointer-sign]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../FreeRTOS_include/task.h:1299:22: note: expected 'const signed char * const' but argument is of type 'char *'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/main.c: At top level:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/main.c:23:13: warning: 'setupHardware' defined but not used [-Wunused-function]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../src/main.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../FreeRTOS_src/croutine.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__NEWLIB__ -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\FreeRTOS_Library\demo_code" -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\CMSISv1p30_LPC17xx\inc" -I../src -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"FreeRTOS_src/croutine.d" -MT"FreeRTOS_src/croutine.d" -o "FreeRTOS_src/croutine.o" "../FreeRTOS_src/croutine.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../FreeRTOS_src/croutine.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../FreeRTOS_src/list.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__NEWLIB__ -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\FreeRTOS_Library\demo_code" -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\CMSISv1p30_LPC17xx\inc" -I../src -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"FreeRTOS_src/list.d" -MT"FreeRTOS_src/list.d" -o "FreeRTOS_src/list.o" "../FreeRTOS_src/list.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../FreeRTOS_src/list.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../FreeRTOS_src/queue.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__NEWLIB__ -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\FreeRTOS_Library\demo_code" -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\CMSISv1p30_LPC17xx\inc" -I../src -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"FreeRTOS_src/queue.d" -MT"FreeRTOS_src/queue.d" -o "FreeRTOS_src/queue.o" "../FreeRTOS_src/queue.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../FreeRTOS_src/queue.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../FreeRTOS_src/tasks.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__NEWLIB__ -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\FreeRTOS_Library\demo_code" -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\CMSISv1p30_LPC17xx\inc" -I../src -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"FreeRTOS_src/tasks.d" -MT"FreeRTOS_src/tasks.d" -o "FreeRTOS_src/tasks.o" "../FreeRTOS_src/tasks.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../FreeRTOS_src/tasks.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../FreeRTOS_src/timers.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__NEWLIB__ -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\FreeRTOS_Library\demo_code" -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\CMSISv1p30_LPC17xx\inc" -I../src -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"FreeRTOS_src/timers.d" -MT"FreeRTOS_src/timers.d" -o "FreeRTOS_src/timers.o" "../FreeRTOS_src/timers.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../FreeRTOS_src/timers.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../FreeRTOS_portable/MemMang/heap_2.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__NEWLIB__ -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\FreeRTOS_Library\demo_code" -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\CMSISv1p30_LPC17xx\inc" -I../src -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"FreeRTOS_portable/MemMang/heap_2.d" -MT"FreeRTOS_portable/MemMang/heap_2.d" -o "FreeRTOS_portable/MemMang/heap_2.o" "../FreeRTOS_portable/MemMang/heap_2.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../FreeRTOS_portable/MemMang/heap_2.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../FreeRTOS_portable/port.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__NEWLIB__ -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\FreeRTOS_Library\demo_code" -I"C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\CMSISv1p30_LPC17xx\inc" -I../src -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"FreeRTOS_portable/port.d" -MT"FreeRTOS_portable/port.d" -o "FreeRTOS_portable/port.o" "../FreeRTOS_portable/port.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../FreeRTOS_portable/port.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building target: example01_rework.axf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU Linker&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -nostdlib -Xlinker -Map="example01_rework.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "example01_rework_Debug.ld" -o "example01_rework.axf"&amp;nbsp; ./src/cr_startup_lpc17.o ./src/main.o&amp;nbsp; ./FreeRTOS_src/croutine.o ./FreeRTOS_src/list.o ./FreeRTOS_src/queue.o ./FreeRTOS_src/tasks.o ./FreeRTOS_src/timers.o&amp;nbsp; ./FreeRTOS_portable/MemMang/heap_2.o&amp;nbsp; ./FreeRTOS_portable/port.o&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./src/main.o: In function `vTask1':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\example01_rework\Debug/../src/main.c:71: undefined reference to `vPrintString'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./src/main.o: In function `vTask2':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\h117018\Documents\LPCXpresso_5.2.6_2137\workspace\example01_rework\Debug/../src/main.c:93: undefined reference to `vPrintString'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_5.2.6_2137/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv7-m\libc.a(lib_a-sbrkr.o): In function `_sbrk_r':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sbrkr.c:(.text._sbrk_r+0xc): undefined reference to `_sbrk'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_5.2.6_2137/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv7-m\libc.a(lib_a-writer.o): In function `_write_r':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;writer.c:(.text._write_r+0x10): undefined reference to `_write'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_5.2.6_2137/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv7-m\libc.a(lib_a-closer.o): In function `_close_r':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;closer.c:(.text._close_r+0xc): undefined reference to `_close'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_5.2.6_2137/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv7-m\libc.a(lib_a-fstatr.o): In function `_fstat_r':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fstatr.c:(.text._fstat_r+0xe): undefined reference to `_fstat'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_5.2.6_2137/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv7-m\libc.a(lib_a-isattyr.o): In function `_isatty_r':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;isattyr.c:(.text._isatty_r+0xc): undefined reference to `_isatty'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_5.2.6_2137/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv7-m\libc.a(lib_a-lseekr.o): In function `_lseek_r':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lseekr.c:(.text._lseek_r+0x10): undefined reference to `_lseek'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_5.2.6_2137/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv7-m\libc.a(lib_a-readr.o): In function `_read_r':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;readr.c:(.text._read_r+0x10): undefined reference to `_read'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;collect2: ld returned 1 exit status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [example01_rework.axf] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;20:29:04 Build Finished (took 9s.773ms)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:56:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Recreate-Example001-from-FreeRTOS-manual/m-p/549849#M11156</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate Example001 from FreeRTOS manual</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Recreate-Example001-from-FreeRTOS-manual/m-p/549850#M11157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Jul 29 23:34:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this FAQ from Code Red will help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsupport.code-red-tech.com%2FCodeRedWiki%2FUndefinedReference" rel="nofollow" target="_blank"&gt;http://support.code-red-tech.com/CodeRedWiki/UndefinedReference&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:56:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Recreate-Example001-from-FreeRTOS-manual/m-p/549850#M11157</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:56:16Z</dc:date>
    </item>
  </channel>
</rss>

