cancel
Showing results for 
Search instead for 
Did you mean: 

Wearable OS for STM32

darla14
Senior
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
1 REPLY 1
Nesrine M_O
Lead II
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-