Hello , everyone
I am using MV4 on DM355 EVM.
I want to use multiple GPIO pins for high speed clock generation and high speed data capture simultaneously.
I want to do these operations on 4-5 MHz.For eg. generating 4-5 MHz square wave from 2 pins and reading other 2 pins @ the same time with the same speed.
For my this kind of application ,
1-Is this really possible on such high speed?
2- Will multi threading be beneficial if I use the GPIO pins form the same GPIO Bank?
3- Do you have any smarter way to write a “LIGHT WEIGHT” driver + application??
I have tried writing an application to generate a square wave using “gpio_set_value()”.(from gpio.c),I have gained approx 5 MHz speed on single pin but while using pthreads in application I am not getting both the waves simultaneously !
Now I want to toggle and read multiple pins around 4-5 MHz …what should I do ???? H E L P !! ; )