-
Bug
-
Resolution: Fixed
-
High
-
PDK
-
PDK-12080
-
PROCESSOR_SDK_08.02.00
-
PROCESSOR_SDK_08.05.00
-
The signature of TaskP_create API is as shown below..
extern TaskP_Handle TaskP_create(void *taskfxn,
const TaskP_Params *params);
It expects the first argument as function pointer, but here in this API, it is marked as "void *" pointer. This is not allowed in ASIL product and causes lot of warnings.