Iam using IAR6.20, STM32F207 and Eval board STM32G-202.
Iam using function OS_SuspendAllTasks(); OS_SetInitialSuspendCnt(3); and OS_ResumeAllSuspendedTasks(); in main before starting the OS_Start();
Iam getting the linker error as these function definitions are not available for linker.
The library os7m_tl_d.a comes with the IAR installation and this i have included in the project.
What other library should be used for getting definitions of these functions in to the project.
Iam using function OS_SuspendAllTasks(); OS_SetInitialSuspendCnt(3); and OS_ResumeAllSuspendedTasks(); in main before starting the OS_Start();
Iam getting the linker error as these function definitions are not available for linker.
The library os7m_tl_d.a comes with the IAR installation and this i have included in the project.
What other library should be used for getting definitions of these functions in to the project.