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.
HI,
I am using the AM243x MCU+ SDK (08.03.00).
I want to port a third-party OS to TI-SDK. Please let me know which file I need to change.
Only the OS is planned to be ported. Other middleware will be from TI-SDK.
We are considering using it for functional safety(IEC61508).
The candidate OS is functional safety compliant.
Best regards,
H.WAKI
Hi Hayato,
Can I know what 3rd-party OS do you plan to port to the TI-SDK?
Regards,
Shaunak
Hi Hayato,
We have a wrapper layer called DPL which provides an interface for applications and drivers to use the OD functionalities. To port to new OS you would need to write a DPL layer corresponding to the OS.
You can find the freeRTOS implementations at <SDK>/kernel/freertos/dpl
Regards,
Ankur