Hello,
I have TMS320C5515 eZDSP USB Stick and I testing my coder with it. So this is part of my code:
usbstk5515_gpio.h
...
%This line start transfer signal on pin
Encoder(inS, difS);
Decoder(difS, outS);
%This line stop transfer signal on pin
...
Which function does this? USBSTK5515_GPIO_setDirection() does not work, when I write some variable into the brackets I have error. And I don't understand which pin will be use. Please, help.
Regards.