2017-02-19 10:06 AM
Hi.
i want run free RTOS on STM32.
But there are a lot of concepts and parameters for setting (task,Queues,Thread,.....).
I have read 'Developing Applications on STM32Cube with RTOS' But I am still confused.
so
please explain me about how to initialize the main and important parameters ..
i want use this peripherals in my project(my project is an intelligent dimmer).
1-timer in interrupt mode
2-GPIOs that works dependently by timer interrupt & e
xternal interrupt
3- ADC in interrupt mode
4- External interrupt
5-Usart & SPI interface
6-RTC
thank you.
#free-rtos #stm32-free-rtos2017-02-19 11:18 AM
To help you get started:
There are
http://www.freertos.org/a00090.html#ST
that target STM32 that can be used as a reference, includinghttp://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP-IP_FAT_Examples_ST_STM32F407.html
. There is also a f and how to use them, and a free reference manual (same link as per the book) that describes the configuration options.2017-02-26 07:58 AM
hi
thank you for your replay.
this document is so good for get started.
but i need simple example with describe parameter in CUBEMX.
thank you.