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

Need help in debugging the Run TIme errors while using RTX

Hello,
I am Shankar, working as Software Developer in IKA. I using STM32F10 series Microcontroller and working on RTX for application code implementation. The code is been developed from scratch. And thiws is the first time I am working on RTOS.
The application execution is happening properly and the code is running smoothly. But in Event Viewer window of RTX debugging, I am able to see few Run Time error tasks running, which are delaying the Time Up counter. So please can anybocy help me in solving this problem. I am searching in help sections, but not getting any documents related to these errors.

The error tasks running are as follows,
Error(14)
Error(15)
Error(16)
Error(32)
Error(48)
Error(112)
Error(139) and so on.. Nearly total 25 error tasks.
I am not getting how to deug these errors..

Thanks
Shankar

Parents Reply Children
  • Hello Henry,
    These errors come, when configurations are wrong.

    I took help from Kiel Forum regarding this in another link.
    We can solve this by working on example programs present in "C:\Keil\ARM\Boards\Keil", If kiel is installed in your PC, this will be the PATH.

    Select the suitable example for your micro-controller.
    I was using STM32F103ZG, for which I used example MCBSTM32E. My project is working properly now.

    But I don't know what settings will create these problems..

    Rgds
    Shankar