SPRACY6 July 2021 DRA821U , DRA821U-Q1 , DRA829J , DRA829V , DRA829V-Q1 , TDA4VM , TDA4VM-Q1
Due to the difference between AUTOSAR and TI-RTOS, there are several implementations which need to be ported.
In cases where the MCU1_0 is not running TI-RTOS but an OS like AUTOSAR, the application developer should use the below library and also create, build and link an equivalent file to sciserver_tirtos.c.
For the example, as shown in Section 4.3, the function ret = Sciserver_tirtosInit(&appPrms);
should be
implemented with the target OS provided APIs. Customers can re-name the
Sciserver_tirtosInit() function to a more appropriate name as per their OS.
The OS components mentioned below are needed in the implementation of Sciserver_tirtosInit(). In the SDK the target OS is TI RTOS, hence, the below discussions are based on TI-RTOS. In subsequent sections we will see how to port this to AUTOSAR.