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

Can not find RTOS.LIB and RTOS_config.c files in CMSIS V3.20 release package

I recently downloaded the latest STM32F4 Peripheral library, STM32F4xx_DSP_StdPeriph_Lib_V1.3.0. The library contains peripheral driver and CMSIS V3.20 which includes CMSIS-RTOS V1.02. In the CMSIS documentation that came with the download, there is a section talks about the using a CMSIS RTOS implementation. The file structure of the following files are shown:
1. startup_<device>.s
2. system_<device>.c
3. <device>.h
4. <user>.c
5. cmsis_os.h
6. RTOS.LIB
7. RTOS_config.c

My question is, where are the RTOS.LIB and RTOS_config.c files? I can not find them in the entire file strcuture of the library. Has anyone used CMSIS-RTOS V1.02?

Thanks!

Jim

0