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
Did you install MDK 3.40?
Are you sure that you are using the correct libraries?
You can check the location of abort from the debugger. LR-8 is the address that caused abort. Is this address from the RTX library?
I found that my problem is related to the new FS_ARM_L.lib. Using the old .lib my Rtx is 80% functional, replacing the file with the new .lib it goes to Abort.
I'm using the 3.40 Mdk and RL version, when RTX calls functions like fclose() it goes to abort..
Thanks for help, I know it's quite difficult to understand what's happening..