2015-07-05 12:37 PM
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 #freertos2015-07-05 07:34 PM
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.2015-07-05 09:12 PM
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