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.

CCS: ORTI Generator option in XDS560V2



Tool/software: Code Composer Studio

Hi,

I am working on Autosar("TDA2EX"). I want Generate the ORTI file using XDS560V2 OR How  to generate the file using debugger .or any script is available for ORTI Generation.

ex.

IMPLEMENTATION Vector_ORTI_2_2 {
OS {
TOTRACE ENUM "unsigned short" [
"NO_TASK" = 0xFFFF,
"OSTask_1ms" = 0,
"OSTask_5ms" = 1,
"SchM_AsyncTask" = 2,
"SchM_SyncTask" = 3,
"OSTask_10ms" = 4,
"OSTask_20ms" = 5,
"OSTask_100ms" = 6,
"OsTask_1Min" = 7,
"osSystemExtendedTask" = 8,
"Idle" = 9,
"osSystemBasicTask" = 10
] RUNNINGTASK, "Running Task Identification";

if script is available ,Please share.

Regards,

Kiran Vidhate