ARM-software / CMSIS_5

CMSIS Version 5 Development Repository
http://arm-software.github.io/CMSIS_5/index.html
Apache License 2.0
1.33k stars 1.08k forks source link

CMSIS 5.9.0 RTX issue #1556

Open manuesseti opened 2 years ago

manuesseti commented 2 years ago

RTX RTOS error By upgrading from cmsis 5.7.0 to cmsis 5.9.0, in the debugger tool of keil uVision I can't view anymore the threads and the infos about the rtx rtos2. The tool complains about a missing RTX5.scvd file, but, actually, the file is in the path where the tool is looking for, so I guess there is a mistake in the expected RTX version written in the file. The file contains something like this: "" but the expected version is 5.5.4 version. I tried to modify by addig "5.5.4" without success. In the attached image you can find the keil uvision error. Obviously, when I downgrade to CMSIS 5.8.0 or former versions, the tool works properly

jkrech commented 2 years ago

This sounds like an MDK tool problem. Therefore please contact Arm support. Maybe updating your version of MDK will resolve the issue?