<?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 FreeRTOS Application Testing Procedure in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/FreeRTOS-Application-Testing-Procedure/m-p/2162868#M240496</link>
    <description>&lt;P&gt;Need to validate the FreeRTOS using below source in imx93 custom board.&lt;BR /&gt;&lt;A href="https://mcuxpresso.nxp.com/dashboard" target="_blank"&gt;https://mcuxpresso.nxp.com/dashboard&lt;/A&gt;&lt;BR /&gt;Kindly share the application testing document for validating FreeRTOS.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Sep 2025 11:39:57 GMT</pubDate>
    <dc:creator>Esakkiammal</dc:creator>
    <dc:date>2025-09-03T11:39:57Z</dc:date>
    <item>
      <title>FreeRTOS Application Testing Procedure</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/FreeRTOS-Application-Testing-Procedure/m-p/2162868#M240496</link>
      <description>&lt;P&gt;Need to validate the FreeRTOS using below source in imx93 custom board.&lt;BR /&gt;&lt;A href="https://mcuxpresso.nxp.com/dashboard" target="_blank"&gt;https://mcuxpresso.nxp.com/dashboard&lt;/A&gt;&lt;BR /&gt;Kindly share the application testing document for validating FreeRTOS.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 11:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/FreeRTOS-Application-Testing-Procedure/m-p/2162868#M240496</guid>
      <dc:creator>Esakkiammal</dc:creator>
      <dc:date>2025-09-03T11:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS Application Testing Procedure</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/FreeRTOS-Application-Testing-Procedure/m-p/2164449#M240549</link>
      <description>&lt;DIV&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254401"&gt;@Esakkiammal&lt;/a&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I hope you are doing very well.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Inside of the SDK folder, you will find a folder called freertos_exmaples:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;linux@machine:~/SDK_25_03_00_MCIMX93-EVK/boards/mcimx93evk/freertos_examples$ ls
freertos_event  freertos_generic  freertos_hello  freertos_mutex  freertos_queue  freertos_sem  freertos_sem_static  freertos_swtimer
linux@machine:~/SDKs/SDK_25_03_00_MCIMX93-EVK/boards/mcimx93evk/freertos_examples$ &lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You can compile any example with gcc tool from arm. In my case I am using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads/13-3-rel1" target="_blank" rel="noopener" shape="rect"&gt;arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi&lt;/A&gt;.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You can Download the tool, and then export an environment variable for compile:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;$ export ARMGCC_DIR=~/cortex-m-toolchain/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Then, go to the project you want to compile, for example "freertos_hello". Inside of the directory, you will find another one with name "armgcc". There are the necessary scripts to compile the project:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;#Inside of "armgcc" directory
$ ./build_release.sh 
$ cd release
$ ls
freertos_hello.bin  freertos_hello_cm33.elf
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Now you can load the examples to the board.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Best regards,&lt;/DIV&gt;
&lt;DIV&gt;Salas.&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Sep 2025 14:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/FreeRTOS-Application-Testing-Procedure/m-p/2164449#M240549</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-09-05T14:41:55Z</dc:date>
    </item>
  </channel>
</rss>

