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.

Call flag to oscillograph by GPIO pin TMS320C5515

Other Parts Discussed in Thread: TMS320C5515

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.