I am putting together an application for OMAP 3530 SoC. This application will run some user interface code on embedded linux and invoke waveform generation code on the DSP. The DSP and Linux sides will interact over DSP/BIOS link.
My questions are:
- What is the highest frequency at which my DSP-side code can toggle a GPIO line?
- If I want to toggle multiple GPIO lines at this hight rate, how fast can I go?
Thanks for any insights.
-Raj