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.

LAUNCHCC3235MOD: TaskCreate documentation or arg2 question

Part Number: LAUNCHCC3235MOD

I was looking to change the worker thread in the tcpHandler,TaskCreate(tcpW0, NULL, 3, 2048, (uintptr_t)clientfd, 0, 0), TaskCreate(void (*pFun)(), char *Name, int Priority,
uint32_t StackSize, uintptr_t Arg1, uintptr_t Arg2, uintptr_t Arg3) with an Arg2 that would specify a buffer pointer to use. Would this be OK?  I saw somewhere that Arg3 was reserved and I found no used Arg2 in the tcpWorker anywhere..