cancel
Showing results for 
Search instead for 
Did you mean: 

FreeRTOS Project Template for STM32L-Discovery BSP

valeriogiampa
Associate II
Posted on March 25, 2013 at 20:29

Hi,

I would use the FreeRTOS on my STM32L-Discovery board with IAR EWARM.

I am finding a Free Project Template that I can use to develop an example application.

All demo Application inculded in the demo folder of the FreeRTOS has same task and functionalities that don't permit an easy clean operation.

Can anyone suggest me how i can develop a free project for freertos on stm323l-discovery?
1 REPLY 1
Posted on March 25, 2013 at 21:40

I guess you need to define clearly what you want from a skeletal/template app?

The purpose of the demo directory seems to serve two purposes, a) show a buildable example to confirm function/linkage on a platform/toolset a user has, or might be close to something they want to port too and b) provide a test case for subsequent versions of the OS.

The more you wrap around the OS itself, the more you dictate a particular solution that suits you, and perhaps not how others might want to do it.

If some of the demo doesn't suit you, cut it out and replace it with something you prefer.
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..