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.

AM6421: AM6421 AND Ethernet-IP Adaptor Event mechanism

Part Number: AM6421

Hi,

 Subject :   How to use Events Mechanism in OSAL  used in "ind_comms_sdk_am64x_09_00_00_03" SDK

Background:

We are using  "ind_comms_sdk_am64x_09_00_00_03" SDK demo Application for ethernetip_adapter_discrete_io_device_rgmii_am64x-evm_r5fss0-0_freertos_ti-arm-clang on custom Board with Processor AM6421 .

Issue:

            We are trying  below event function calls

             OSAL_EVT_init(OSAL_SCHED_EventHandle_t *event);

              OSAL_EVT_set(OSAL_SCHED_EventHandle_t *event);

             OSAL_EVT_wait( OSAL_SCHED_EventHandle_t *event,uint32_t timeOut,uint8_t *isTimeout);

          OSAL_EVT_wait does not wait and act upon event set.              

Please help us in handling this issue.

  Thank You.