Skip to main content
darla14
Associate III
March 8, 2016
Question

Wearable OS for STM32

  • March 8, 2016
  • 1 reply
  • 614 views
Posted on March 08, 2016 at 07:33

HI 

Is there any opensource OS for wearable having hooks/APIS for sensor ,pedometerdisplay ,etc which can be ported to STM32.Or is it ,it is FreeRTOS to start with?

Rgds,

Rp 

#!stm32 #wearable
    This topic has been closed for replies.

    1 reply

    Nesrine M_O
    Associate
    March 8, 2016
    Posted on March 08, 2016 at 10:16

    Hi Rp,

    STM32Cube_FW_F4_V1.11.0\Projects\STM324x9I_EVAL\Applications\FreeRTOS

    This directory contains a set of examples that uses the FreeRTOS, it will be very helpful as staring to develop your own application.

    Also for more details about RTOS implementation on STM32Cube, please refer to

    http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00105262.pdf

    ''Developing Applications on STM32Cube with RTOS''.

    -Syrine-