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.

Promiscous Mode Raw

Other Parts Discussed in Thread: OMAPL138

 

What API do i need to use to put the ethernet interface in promiscousmode?

thank you

 

  • Are you asking about C64x?  Assuming so, you can install the MCSDK and in the csl you will find an EMAC_setReceiveFilter function in csl_emac.c.  There is also a example for using this call, Emac_local_loopback_example.c.

    Hope that helps.

  • We are using the C6748 SOM.

    With the software that we installed so far, the function is in the OMAPL-138 source codes (nsp_1_00_00_09\packages\ti\drv\omapl138\ csl_emac.c and ethdriver.c).  The string does not appear in any other c code source file in the tree.

    The ndk examples run on our hardware, but does that mean that the OMAPL-138 code is being used for  the C6748? Do we need to install something else?

    Is there a high level document for the calls in this part of the API?

    With these calls could i dispense with the network start etc?

    Does this levle in the API  still give me interrupt handling without having to explicitly program it?

    I appreciate that there is an example for the c64, but does that apply to the c6748?

    Is there a document that answers these questions directly?

     

    Thank you