cancel
Showing results for 
Search instead for 
Did you mean: 

using stm32f40 with freeRTOS

ranran
Senior II
Posted on July 05, 2015 at 21:37

Hello,

I would like your tips about how to find information about stm32f40.

We plan to use it with several devices suce as:

 I2C STMPE1601 keyboard ,  MHDR2X14  CAM Interface, can bus, SPI OLED, and more.

 From start reading it seems that it is often used with freeRTOS.

What is the best way to find if this devices are supported in freeRTOS with this microcontroller ?

Thank you,

Ran

#stm32f4 #freertos
2 REPLIES 2
Rogers.Gary
Senior II
Posted on July 06, 2015 at 04:34

hi,

Just check the FreeRTOS website. Here's a link:

http://www.freertos.org/FreeRTOS-for-STM32F4xx-Cortex-M4F-IAR.html

When you install FreeRTOS, have a look in the examples directories. It shows most of the compilers and processors supported. The STM32F4xx is pretty well supported and not at all difficult to implement. I suggest to buy the FreeRTOS documentation, as it will save you a lot of time. It's money well spent and goes toward supporting a great product.

ranran
Senior II
Posted on July 06, 2015 at 06:12

Hi,

Thank yo uvery much for the suggestion.

But I guess that I won't understand what is the supported and what is missing just from the book.

I need to serach inside freeRTOS  source code probably. Right ?

Regards,

Ran