We have applications running on MSP432's within TI-RTOS. All is well...
However, a need has arisen to be able to simulate/replicate this functionality as a Linux application. The key word here is 'simulate' - i.e. functional/timing accuracy is not required.
Obviously we will be writing a lot of code, but is there any "TI-RTOS Emulator" function available which may jump-start our development - i.e. converting TI-RTOS tasks into threads?
Mat