I can't any function for creating thread in c for stm32417Ig. can any one help me?
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.
yes i have added rtl.h header file
That wasn't a complete answer to what I asked.