2013-03-25 12:29 PM
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?2013-03-25 01:40 PM
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.