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

RTX porting to 3.40

Hi All,
I'm upgrading a firmware using RTX OS from 3.24 to 3.40.

As expected, there are many problems with functions, definitions and so on.

I found that "the os_clock_demon() task scheduler has been removed and replaced with system function calls" but I can't understand what system function calls are intended and how do they will substitute the scheduler.

Thanks to everyone,

Marco

Parents
  • Hi, I followed your instruction and got a zero compile error for my firmware.

    I've taken my Rtx_Config.c configuration and reported it to the new one, taken from the updated Rtx Blinky example.
    I updated the used .lib and other .c files..

    The system goes to pAbt_handler if I run it without breakpoint.

    Following the creation of tasks using breakpoint I got a "normal" run, even if the OS is always in the Idle task..

    With 3.24 this was ok, I can't understand what's wrong..

    Thanks for help,

    Marco

Reply
  • Hi, I followed your instruction and got a zero compile error for my firmware.

    I've taken my Rtx_Config.c configuration and reported it to the new one, taken from the updated Rtx Blinky example.
    I updated the used .lib and other .c files..

    The system goes to pAbt_handler if I run it without breakpoint.

    Following the creation of tasks using breakpoint I got a "normal" run, even if the OS is always in the Idle task..

    With 3.24 this was ok, I can't understand what's wrong..

    Thanks for help,

    Marco

Children