I want to stream data to EMIF A in OMAP-L137. What should I do? What should I set the first and the last fields of
SIO_create(?,.... , .... , ?) ? I would be very thankful if you help me.
Thank you
Jack
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.
Hi Jack,
Please refer the TI wiki for SIO_Create fn usage.
Could you please tell us what are you looking for ?
I want to stream data to EMIF A in OMAP-L137. What should I do? What should I set the first and the last fields of
Generally, EMIFA peripheral is used interface between CPU and external memories.
Streaming means what ? transfer audio or video like that !
What type of code are you working ?
starterware or SYSBIOS or CSL or own code ?
Please bit elaborate your requirement.
Thank you for your quick response
We want to connect an FPGA to EMIF-A expansion connector. We write some data to EMIF-A and read some data from it. We think one of the solutions is using SIO_Stream. We studied some documents. We found some examples such as mcasp and DSPLink that use SIO_stream. They pass "/mcasp" or "/dsplink" as the first parameter to SIO_create function. How should we do this for EMIF-A? I think if we want to use SIO stream we should use SYSBIOS.
Jack,
Hi Jack,
EMIFA to FPGA is very common interface.
We don't have this specific FPGA design, so we don't have examples too.
I think it is simple design, once you have configured (CSx) EMIFA and pinmuxing then it is simple data transfer through CPU/EDMA
Please refer the below TI e2e posts.
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/66359.aspx
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/67273.aspx
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/248717.aspx
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/212740.aspx
http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/115/t/160800.aspx
http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/112/t/109204.aspx
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/257563.aspx
Thank you for your information.
Can I use SIO_issue and SIO_reclaim for this purpose? if yes, How?
Jack