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.
Tool/software: TI-RTOS
Hi,
We are planning to write own modules under apps/src/rtos/modules directory, But we are not sure how & where to initiate the SYSTEM_CMD_CREATE & SYSTEM_CMD_START commands in vision sdk. Or if you have some simple modules to create the task , this will help us understand easily.
Regards
Prakash
Hi Prakash,
you can look for details in:
vision_sdk\docs\FeatureSpecificUserGuides\VisionSDK_DevelopmentGuide.pdf
vision_sdk\docs\Architecture\VisionSDK_SW_Architecture_Details.pdf
SYSTEM_CMD_CREATE/START/etc. commands are called by the usecase which uses a particular link (it happens via wrapper functions System_linkXXX defined in links_fw/src/rtos/links_common/system/system_linkApi.c, you can check how those functions are called in usecases)
Regards,
Yordan