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