C:\Keil\ARM\RV31\INC\RTX_lib.c(54): error: #20: identifier "OS_TIMER" is undefined
C:\Keil\ARM\RV31\INC\RTX_lib.c(126): error: #20: identifier "OS_TVAL" is undefined
C:\Keil\ARM\RV31\INC\RTX_lib.c(135): error: #20: identifier "OS_TOVF…
C:\Keil\ARM\RV31\INC\RTX_lib.c(54): error: #20: identifier "OS_TIMER" is undefined
C:\Keil\ARM\RV31\INC\RTX_lib.c(126): error: #20: identifier "OS_TVAL" is undefined
C:\Keil\ARM\RV31\INC\RTX_lib.c(135): error: #20: identifier "OS_TOVF…
Hello,
I'm very new in Keil software and I'm trying to setup my development enverionment.
My MCU is a STM32F746VET and I have generated the porject with the help of STM32CUBEMX. I have imported the generated files to the last version of Keil uVision5…
We are using MDK-PLUS ver5.22 KEIL MDK-ARM tool chain for our firmware development. We have seen RL-ARM library includes different software components like RL-RTX, RL-FLASHFS, and RL-TCPnet etc.. We are implementing Flash file system in our embedded application…