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

RTX5's Dependency on

Setup:

- MDK-Lite: 5.26
- Microcontroller: STM32F302R8Tx
- Created a STM32CubeMX v4.27.0 project and generated code for MDK-ARM5 (So now I have a uVision project)

When I tried to include Keil RTX5 for my uVision project, it complains that there are "Additional software components required":

Keil.Standalone::Device.Startup
Keil.STM32CubeMX::Device.Startup

These software components are under "Manage Run-Time Environment -> Device (Variant: STM32CubeMX)". However, I already have a STM32CubeMX project. After all, this is what created the uVision project in the first place!

If I try to use the "Resolve" button in "Manage Run-Time Environment", uVision will now prompt me to create another STM32CubeMX project, which is not at all what I want. So, the question is: Is it safe to simply ignore this "Additional software components required" warning? If I ignore this warning and proceed, my uVision project still appears to compile properly and I have the RTX files (RTX_Config.c, RTX_Config.h, etc) included in my project.