how to implement free RTOS ?

Status
Not open for further replies.

yamine

Member level 1
Joined
May 4, 2012
Messages
37
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,507
hi,
i want to implement a free RTOS on my STM32f3 , how can i do this ?
thank you
 

thank you for reply;
is it normal to find a "int main()" in the project ?
 

i was wrong
am looking for free RTOS in IAR project
 
Last edited:

Hi,

- Download free RTOS source code from their website.
- Create new project in IAR IDE and select your micro STM32F3 in IDE.
- Create one main.C file in your project.
- Add all source file of free RTOS in your newly created project.
- Compile project.

In start there are so many error, but one by one solve out all error and you have your project working with free RTOS.
Simple....

Regards,
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…