2016-03-07 10:33 PM
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 #wearable2016-03-08 01:16 AM
Hi Rp,
STM32Cube_FW_F4_V1.11.0\Projects\STM324x9I_EVAL\Applications\FreeRTOSThis 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 tohttp://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00105262.pdf
''Developing Applications on STM32Cube with RTOS''.-Syrine-