CMSIS RTOS V1 : DSP and semaphore issues
Hi,
I am using STM32F405, STM32Cube_FW_F4_V1.24.2, STM32CubeIDE, CMSIS RTOS V1, and CMSIS DSP library. I would like to use FFT and semaphores in my project.
Does semaphore not work with CMSIS DSP? I know I can get semaphores as well as the DSP related functions to work separately in different projects, but when they're combined in one project, it gives the following error:
"STM32CubeIDE/workspace_1.1.0/STM32F405_CMSIS_RTOS_V1_FFT/Debug/../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c:175: undefined reference to `__get_IPSR'"
Any idea how to troubleshoot this? I've attached my code for your reference.
Thanks.
