Any emulators to port Azure RTOS on to TI Based Platform

Leena Sri 20 Reputation points
2023-07-21T05:58:05.8733333+00:00

Hi,

I'm working as a professor and interested in embedded systems., In  my college, we are doing a research to bring up different RTOS on to TI based platforms. The automotive grade SoC based platforms looks to be little costly to procure and rather buying these, for the initial phase of plan, we are planning to use Emulators like QEMU, VirtualBox etc. As we don't have much idea, could you please suggest any right emulators (even maybe a TI specific SoC based emulators or any) to port the RTOS on to TI based platforms

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
{count} votes

Accepted answer
  1. LeelaRajeshSayana-MSFT 14,676 Reputation points Microsoft Employee
    2023-07-25T23:11:05.1533333+00:00

    Hi @Leena Sri Here are a couple of emulators I have found online that might help you with what you are looking for.

    1. TI Code Composer Studio (CCS) IDE - It is an integrated development environment that can be used to develop and debug code for TI-based platforms. CCS includes a set of emulators that can be used to connect to the TI-based platform and debug the code running on it. CCS also includes a set of tools for analyzing and optimizing the performance of the code.
    2. TI MSP430 Emulator - This can be used to emulate all peripherals and devices on the TI MSP430 Launchpad starter kit, to be able to run all firmware that would run on the physical device and programmatically test hardware inputs like UART / other digital ports. The emulator is written in C/C++ and acts as an API to the MCU.

    If you decide to go with a hardware module emulator, you can look into TI Emulation BoosterPack

    Hope this helps. Please let us know if you have any additional questions or need further assistance.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.