Hi i'm having abit of hard time setting up the exact paramset that i need
and i was hoping maybe to get some help from someone who had some experience
what i have is a device connected to my Omap L138 with UART
i receive 1byte at a time and i want to be triggered every 2112Bytes that i receive (every 2112bytes is a frame) and i want to fill a buffer in the size of 2112*4=8448Bytes (size of 4 frames)
now i want that buffer to be filled as long as the program runs in a cyclic manner
after i achieve that i wanted to know do i have a problem accessing that buffer while it's been filled and read from it from the cells that aren't currently been written to?
do i have to stop the edma process while i read and reactive it when i finish? or i can access and read from it without interfering with the buffer?
thanks in advance for your help
Maor