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

E300: Identifier not found - <read> 'os_Info': 'osRtxInfo' not found

Hi,

I had a program that was functioning correctly with Keil MDK-Middleware version 7.12 and CMSIS 5.7.0. During debug mode, I could  view and interact with the RTX RTOS window without any issues. However, to incorporate certain functionalities from the Network Component Version 7.19.0, I decided to upgrade to Keil MDK-Middleware version 7.17. While the program continues to operate as intended after the update, I encountered an unexpected error displayed within the RTX RTOS window:

E300: Identifier not found - <read> 'os_Info': 'osRtxInfo' not found

 

And the RTX RTOS window is like this:

I've followed this page (  What does this message mean? osRtxInfo not found ) and updated all files

I deleted the "uvoptx" file from my directory, but none of those steps worked. I then updated my Keil MDK, but the issue worsened with compiler V6. Consequently, I downgraded it to the previous version. However, the same problem persists. What mistake am I making?

Parents
  • Setting the checkbox CMSIS - RTOS(API) - Keil RTX5 is not necessary when no RTX4 (CMSIS-RTOS1 API) is used. Un-selecting this option should remove the file cmsis-os1.c . Maybe this helps?

    To be sure that the debug information of RTX5 is included in your project (usually this is not necessary), you could select 'Source' instead of 'Library' under RTOS2(API) - Keil RTX5.

Reply
  • Setting the checkbox CMSIS - RTOS(API) - Keil RTX5 is not necessary when no RTX4 (CMSIS-RTOS1 API) is used. Un-selecting this option should remove the file cmsis-os1.c . Maybe this helps?

    To be sure that the debug information of RTX5 is included in your project (usually this is not necessary), you could select 'Source' instead of 'Library' under RTOS2(API) - Keil RTX5.

Children
No data