Hi all,
We use a phytec product : Phycore AM335x with am3359 Processor.
We have generate the linux BSP with Buildroot 05.2013 and the patch from phytec :
ftp://ftp.phytec.de/pub/Products/phyCORE-AM335x/Linux/PD13.1.2/
Linux kernel 3.2
I have 2 questions about the AM335x :
Question 1:
I use a peripheral event to do EDMA tranfer.
I use EDMA to avoid interrupt on each peripheral event.
My problem is :if I receive only 3 events and I need 5 events to have a DMA complete :
How can I know that 3 events has already occurs and that the data are in the destination buffer without activating the interrupt?
Question 2:
When the peripheral event occur, I want to get a time stamp.
I don't want to do this with interrupt, because the goal of use of edma is to avoid interrupt on each peripheral event.
I can us a chained event, but I don't know what I can use as source adress for the second slot ?
Have someone any idea ?
Best regards,
Catherine