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.

TMDXEVM3358: edma demo on linux

Part Number: TMDXEVM3358

can somebody provide me demo project for edma. If possible edma transfer on UART-RX event would be of great help.

Thank you.

  • Hi,

    In Linux, EDMA is used in my many kernel drivers, UART driver (8250_omap.c) is one of the examples.

  • I apologize if it is very dumb question. But  after compilation and insertion 8250_omap.ko , what other thing I have to do in my user space application:

    like how would I get the data, how my application will know some data has been received etc. Can u provide me sample user space application to interact with the driver?