I'm trying to get the ezdsp usb stick to interrupt when a gpio goes high, but I can't seem to figure it out. Are there any tutorials on how to use interrupts that I could reference?
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.
I'm trying to get the ezdsp usb stick to interrupt when a gpio goes high, but I can't seem to figure it out. Are there any tutorials on how to use interrupts that I could reference?
Gregory,
Please take a look at this E2E thread with a step-by-step process of creating a GPIO interrupt.
http://e2e.ti.com/support/dsp/c5000/f/109/t/186622.aspx
Hope this helps.
-Jon
There is a board support library available for ezdsp usbstk 5505 here: http://support.spectrumdigital.com/boards/usbstk5505/revd/
The usbstk5505 BSL seems to incorporate the C55x CSL. The tutorial seems to take code from usbstk5515_gpio.c. The same functions are available in usbstk5505_gpio.c, but it includes a CSL header and makes function calls defined in csl_gpio.c. They should accomplish the same task, but will look a little different.
Hope this helps.