Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10894

taskFxn parameter is not pointer to function in TaskP_create

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • PDK
    • PDK-12080
    • PROCESSOR_SDK_08.02.00
    • PROCESSOR_SDK_08.05.00
    • Hide
      j721e-evm
      j7200-evm
      j721s2-evm
      j784s4-evm
      Show
      j721e-evm j7200-evm j721s2-evm j784s4-evm

      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.

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: