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.

TMS320F28388D: Need to modify FreeRTOS task init code while FreeRTOS is configured through sysconfig

Part Number: TMS320F28388D
Other Parts Discussed in Thread: SYSCONFIG

Hello folks,

I am trying add my custom code in the FreeRTOS task initialization function but the task is configured using syscfg. For Ex: I have configured mytask using sysconfig as shown below 

Accordingly RTOS task initialization code is generated as shown below in c200_freertos.c file

But my requirement is that I need to add few lines of code after task handle is getting generated i.e after line no.234. I am unable to edit this code as it gets reverted back after the build since it is autogenerated. Please help how to achieve this. 

Same is the case in FreeRTOS_Init() function. I need to execute few lines of code after task handle is generated and before the scheduler is started. Please suggest.

Thanks beforehand.

Regards,

Rakshith