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.

TI-RTOS-MCU: Integrating existing project with RTOS to meet UL 1998 Standard

Part Number: TI-RTOS-MCU
Other Parts Discussed in Thread: TMS320F280049C

We have recently been asked to make our project meet the UL 1998 standard using the TI-RTOS-MCU. Our project is almost entirely hardware interrupts and their timing. Do we need to use the HWI drivers for the TI-RTOS to assure it meets the standard, or can we use our existing interrupts without transferring anything. I guess what I'm asking is if the inclusion of the kernel itself can cause a project to meet the safety standards, or if the only way to assure that a program containing the kernel meets the standard is if we use the drivers wherever possible.