Difference between revisions of "BELK-TN-007: FreeRTOS on single-core Bora Lite SoM"

From DAVE Developer's Wiki
Jump to: navigation, search
(Introduction)
Line 19: Line 19:
 
== Introduction ==
 
== Introduction ==
 
As knows, Bora Lite SoM is suited for compact, cost-sensitive applications. As such, it is often equipped with XC7Z007 or XC7Z014 SoC's, which implement single-core processors. When using a single core
 
As knows, Bora Lite SoM is suited for compact, cost-sensitive applications. As such, it is often equipped with XC7Z007 or XC7Z014 SoC's, which implement single-core processors. When using a single core
 +
 +
==Setting up the ''Hello, world!'' project==
 +
 +
==Running the application==
 +
<pre class="board-terminal">
 +
Hello from Freertos example main
 +
Rx task received string from Tx task: Hello World
 +
Rx task received string from Tx task: Hello World
 +
Rx task received string from Tx task: Hello World
 +
Rx task received string from Tx task: Hello World
 +
Rx task received string from Tx task: Hello World
 +
Rx task received string from Tx task: Hello World
 +
</pre>

Revision as of 16:32, 4 February 2020

Info Box
Bora5-small.jpg Applies to Bora
BORA Xpress.png Applies to BORA Xpress
BORALite-TOP.png Applies to BORA Lite


History[edit | edit source]

Version Date Notes
1.0.0 February 2020 First public release

Introduction[edit | edit source]

As knows, Bora Lite SoM is suited for compact, cost-sensitive applications. As such, it is often equipped with XC7Z007 or XC7Z014 SoC's, which implement single-core processors. When using a single core

Setting up the Hello, world! project[edit | edit source]

Running the application[edit | edit source]

Hello from Freertos example main
Rx task received string from Tx task: Hello World
Rx task received string from Tx task: Hello World
Rx task received string from Tx task: Hello World
Rx task received string from Tx task: Hello World
Rx task received string from Tx task: Hello World
Rx task received string from Tx task: Hello World