Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:freertos:freertos-addin:examples [09 Mar 2020 07:47] – old revision restored (28 Feb 2020 08:41) sullivan liuresources:tools-software:freertos:freertos-addin:examples [25 Apr 2022 14:01] (current) – Removing example guides Murray Anderson
Line 20: Line 20:
  
   * ICE1000/2000: http://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/emulators.html   * ICE1000/2000: http://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/emulators.html
-  * J-Link: https://www.segger.com/products/debug-probes/j-link/models/j-link-lite/j-link-lite-arm/ 
 ** Host PC: ** ** Host PC: **
  
Line 33: Line 32:
  
 ===== Get the Source Code Ready ===== ===== Get the Source Code Ready =====
-You can get the FreeRTOS Add-in Example form the [[https://bitbucket.analog.com/projects/DTE/repos/freertos-addin-examples|github-web]] +You can get examples for FreeRTOS (with and without the Add-Infrom [[repo>freertos-examples]]
- +
-**__FreeRTOS Add-in Examples__** +
- +
-  ; **name** : freertos-addin-examples +
-  ; **version** : ''v1.0.0'' +
-  ; **branch** : remotes/origin/release/freertosaddin-''1.0.0'' +
-  ; **supported board** : ADSP-BF707 : ADSP-21569 : ADSP-SC573 : ADSP-SC584 : ADSP-SC589 +
-  ; ** examples **  : BoundedBuffer : DiningPhilosophers : MCAPI_Example : StandardDemo : ThreadLocalStorage +
- +
-**__Git Usage__** +
- +
-<code bash> +
-git clone https://bitbucket.analog.com/scm/dte/freertos-addin-examples.git +
- +
-cd freertos-addin-examples +
- +
-git branch -a  +
- +
-git checkout -b develop/freertosaddin-1.0.0 remotes/origin/develop/freertosaddin-1.0.0 +
- +
-git pull +
- +
-</code> +
- +
- +
----- +
- +
-===== Example Quick Start Guide ===== +
-The following processors are supported with examples being provided for the following  EZ-Kits: +
-^ Processors Supported ^ Examples provided for ^ Guide ^ +
-| ADSP-BF7xx| ADSP-BF707 EZ-Kit | [[resources/tools-software/freertos/freertos-addin/examples#adsp-bf707_ez-kit|Running the examples on ADSP-BF707 Ez-Kit]] | +
-| ADSP-2156x| ADSP-21569 EZ-Kit | | +
-| ADSP-SC5xx| ADSP-SC573 EZ-Kit | | +
-| ::: | ADSP-SC584 EZ-Kit | | +
-| ::: | ADSP-SC589 EZ-Kit | | +
-| | | +
- +
----- +
- +
-==== ADSP-BF707 EZ-Kit ==== +
-The FreeRTOS-Addin Example for Analog Devices processors ADSP-BF707 contains the following examples: +
- +
-^Processor   ^Toolchain                  ^Example(s)   ^ +
-| ADSP-BF707  | CrossCore Embedded Studio| **[[resources/tools-software/freertos/freertos-addin/examples/standard-demos/running-the-standard-demos| Standard Demos]]**\\ | +
-| ADSP-BF707 | CrossCore Embedded Studio | **[[resources/tools-software/freertos/freertos-addin/examples/bounded-buffer/running-the-bounded-buffer-example| Bounded Buffer]]**\\ | +
-| ADSP-BF707 | CrossCore Embedded Studio | **[[resources/tools-software/freertos/freertos-addin/examples/dining-philosophers/running-the-dining-philosophers-example | Dining Philosophers]]**\\ | +
-| ADSP-BF707 | CrossCore Embedded Studio | **[[resources/tools-software/freertos/freertos-addin/examples/thread-local-storage/running-the-thread-local-storage-example| Thread Local Storage]]**\\ | +
- +
----- +
- +
-==== ADZS-21569 EZ-Kit ==== +
-The FreeRTOS-Addin Example for Analog Devices processors ADZS-21569 contains the following examples: +
- +
-^Processor   ^Toolchain                  ^Example(s  ^ +
-| ADZS-21569  | CrossCore Embedded Studio| **[[resources/tools-software/freertos/freertos-addin/examples/standard-demos/running-the-standard-demos| Standard Demos]]**\\ | +
-| ADZS-21569 | CrossCore Embedded Studio | **[[resources/tools-software/freertos/freertos-addin/examples/bounded-buffer/running-the-bounded-buffer-example| Bounded Buffer]]**\\ | +
-| ADZS-21569 | CrossCore Embedded Studio | **[[resources/tools-software/freertos/freertos-addin/examples/dining-philosophers/running-the-dining-philosophers-example | Dining Philosophers]]**\\ | +
-| ADZS-21569 | CrossCore Embedded Studio | **[[resources/tools-software/freertos/freertos-addin/examples/thread-local-storage/running-the-thread-local-storage-example| Thread Local Storage]]**\\ | +
- +
----- +
- +
-==== ADSP-SC573 EZ-Kit ==== +
-The FreeRTOS-Addin Example for Analog Devices processors ADSP-SC573 contains the following examples: +
- +
-Running the Examples on ADPS-SC573-EZKIT with CrossCore Embedded Studio +
- +
-  ; **CORTEX-A5**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/standard-demos/running-the-standard-demos| Standard Demos]] ** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/bounded-buffer/running-the-bounded-buffer-example| Bounded Buffer]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/dining-philosophers/running-the-dining-philosophers-example | Dining Philosophers]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/thread-local-storage/running-the-thread-local-storage-example| Thread Local Storage]]** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/lwip-dns-client/running-the-lwip-dns-client-example| LwIP DNS Client]]** +
-  ; **SHARC+** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/standard-demos/running-the-standard-demos| Standard Demos]] ** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/bounded-buffer/running-the-bounded-buffer-example| Bounded Buffer]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/dining-philosophers/running-the-dining-philosophers-example | Dining Philosophers]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/thread-local-storage/running-the-thread-local-storage-example| Thread Local Storage]]** +
-  ; **Muti-COREs** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/mcapi-example/running-the-mcapi-message-example| MCAPI Example]]** +
- +
- +
----- +
- +
-==== ADSP-SC584 EZ-Kit ==== +
-The FreeRTOS-Addin Example for Analog Devices processors ADSP-SC584 contains the following examples: +
- +
-Running the Examples on ADPS-SC584-EZKIT with CrossCore Embedded Studio +
-  ; **CORTEX-A5**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/standard-demos/running-the-standard-demos| Standard Demos]] ** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/bounded-buffer/running-the-bounded-buffer-example| Bounded Buffer]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/dining-philosophers/running-the-dining-philosophers-example | Dining Philosophers]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/thread-local-storage/running-the-thread-local-storage-example| Thread Local Storage]]** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/lwip-dns-client/running-the-lwip-dns-client-example| LwIP DNS Client]]** +
-  ; **SHARC+** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/standard-demos/running-the-standard-demos| Standard Demos]] ** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/bounded-buffer/running-the-bounded-buffer-example| Bounded Buffer]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/dining-philosophers/running-the-dining-philosophers-example | Dining Philosophers]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/thread-local-storage/running-the-thread-local-storage-example| Thread Local Storage]]** +
-  ; **Muti-COREs** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/mcapi-example/running-the-mcapi-message-example| MCAPI Example]]** +
- +
----- +
- +
-==== ADSP-SC589 EZ-Kit ==== +
-The FreeRTOS-Addin Example for Analog Devices processors ADSP-SC589 contains the following examples: +
- +
-Running the Examples on ADPS-SC589-EZKIT with CrossCore Embedded Studio +
-  ; **CORTEX-A5**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/standard-demos/running-the-standard-demos| Standard Demos]] ** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/bounded-buffer/running-the-bounded-buffer-example| Bounded Buffer]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/dining-philosophers/running-the-dining-philosophers-example | Dining Philosophers]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/thread-local-storage/running-the-thread-local-storage-example| Thread Local Storage]]** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/lwip-dns-client/running-the-lwip-dns-client-example| LwIP DNS Client]]** +
-  ; **SHARC+** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/standard-demos/running-the-standard-demos| Standard Demos]] ** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/bounded-buffer/running-the-bounded-buffer-example| Bounded Buffer]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/dining-philosophers/running-the-dining-philosophers-example | Dining Philosophers]]**  +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/thread-local-storage/running-the-thread-local-storage-example| Thread Local Storage]]** +
-  ; **Muti-COREs** +
-  : **[[resources/tools-software/freertos/freertos-addin/examples/mcapi-example/running-the-mcapi-message-example| MCAPI Example]]**+
  
 ---- ----
  
 ===== References & External Links ===== ===== References & External Links =====
-The FreeRTOS product for Analog Devices processors contains the following examples+  ; ** Processor Hardware Reference ** 
 +  : [[adi>en/products/adsp-bf707.html#product-documentation|ADSP-BF707 Hardware Reference Manual]] 
 +  [[adi>en/products/adsp-21569.html#product-documentation|ADSP-21569 Hardware Reference Manual]] 
 +  : [[adi>en/products/adsp-sc573.html#product-documentation|ADSP-SC573 Hardware Reference Manual]] 
 +  : [[adi>en/products/adsp-sc584.html#product-documentation|ADSP-SC584 Hardware Reference Manual]] 
 +  : [[adi>en/products/adsp-sc589.html#product-documentation|ADSP-SC589 Hardware Reference Manual]] 
 +  ; ** Evaluation Kits Schematic ** 
 +  :[[adi>en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/eval-bf707.html#eb-documentation|ADSP-BF707 EZ-Kit Schematic]] 
 +  :[[adi>en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/ADZS-21569-EZKIT.html#eb-documentation|ADSP-21569 EZ-Kit Schematic]] 
 +  :[[adi>en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/SC573EZKIT.html#eb-documentation|ADSP-SC573 EZ-Kit Schematic]] 
 +  :[[adi>en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-ADSP-SC584.html#eb-documentation|ADSP-SC584 EZ-Kit Schematic]] 
 +  :[[adi>en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-ADSP-SC589.html#eb-documentation|ADSP-SC589 EZ-Kit Schematic]] 
 +  ; ** FreeRTOS Manual ** 
 +  :[[https://www.freertos.org/Documentation/RTOS_book.html|FreeROS Documentation]] 
 +  :[[https://www.freertos.org/a00102.html|FreeRTOS Demo Applications]] 
 +       
 +  
  
resources/tools-software/freertos/freertos-addin/examples.1583736458.txt.gz · Last modified: 09 Mar 2020 07:47 by sullivan liu