Difference between revisions of "Using embOS with X-CUBE-STL"

From SEGGER Wiki
Jump to: navigation, search
m (Michael moved page X-CUBE-STL to Using embOS with X-CUBE-STL)
Line 1: Line 1:
 
ST provides a functional safety package called [https://www.st.com/en/embedded-software/x-cube-stl.html X-CUBE-STL] to help users targeting functional safety up to IEC 61508 SIL2/SIL3. The self-test library can be used with embOS, embOS MPU and embOS Safe without any restrictions.
 
ST provides a functional safety package called [https://www.st.com/en/embedded-software/x-cube-stl.html X-CUBE-STL] to help users targeting functional safety up to IEC 61508 SIL2/SIL3. The self-test library can be used with embOS, embOS MPU and embOS Safe without any restrictions.
 
[[File:embOS_STL.jpg|600px|thumb|right|embOS + X-CUBE-STL]]
 
   
 
== Integration ==
 
== Integration ==
Line 9: Line 7:
   
 
If executed in a task, the required task stack size needs to be adjusted accordingly.
 
If executed in a task, the required task stack size needs to be adjusted accordingly.
  +
  +
[[File:embOS_STL.jpg|embOS + X-CUBE-STL]]

Revision as of 15:25, 16 February 2021

ST provides a functional safety package called X-CUBE-STL to help users targeting functional safety up to IEC 61508 SIL2/SIL3. The self-test library can be used with embOS, embOS MPU and embOS Safe without any restrictions.

Integration

From the embOS perspective the ST self-test library is part of the user application code.

The ST self-test library safety and user manual describes how to add it to your embOS application.

If executed in a task, the required task stack size needs to be adjusted accordingly.

embOS + X-CUBE-STL