This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TMS320F280049: Running Operating System

Part Number: TMS320F280049
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Want to know the options of running an operating system on F280049

I have experience with a TI operating system on the TMS320/674x family – I believe it was called DSP-BIOS/SYS-BIOS/TI-RTOS, but i'am unsure if it will run on this processor? And if it does, the flash/RAM is very limited on the F280049 compared to the other one – how does the operating system fit this much smaller processor?

  • Yes, SYS/BIOS is supported on the F280049. There are actually portions of SYS/BIOS in the device ROM, so that can help with the memory use. There's some info about the ROM version of SYS/BIOS in this thread:

    e2e.ti.com/.../571106

    You can look at the ti.sysbios.rom.ROM module in the API documentation. The SYS/BIOS User's Guide as some tips on reducing memory footprint as well.

    Whitney