This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Threads for stm32417ig

I can't any function for creating thread in c for stm32417Ig. can any one help me?

Parents
  • So the question then is - have you included any RTOS in the project? Because C in itself does not have any magic functions for creating threads.

    Note that Keil ships their tools with an RTOS, but you need to configure your project to make use of it. And you need to include the relevant header files.

Reply
  • So the question then is - have you included any RTOS in the project? Because C in itself does not have any magic functions for creating threads.

    Note that Keil ships their tools with an RTOS, but you need to configure your project to make use of it. And you need to include the relevant header files.

Children