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.

TMS320F28335: C2000: input qualifier for GPIO in TMS320F28335

Part Number: TMS320F28335

Hello ,

I am using TMS320F28335 controller with 100MHz clock for my application .

I wanted to use input qualifier for only GPIO36.
For this I use below code:

GpioCtrlRegs.GPBCTRL.bit.QUALPRD0 = 255;		/* 5.1us sample period */
GpioCtrlRegs.GPBQSEL1.bit.GPIO36 = 2; 			/* 6 sample */

I want this input qualifier to be active for only GPIO36.

But the value in QUALPRD0 is applicable for GPIO32-39.

Will this impact the sampling rate of other GPIO's GPIO32, GPIO33, .. GPIO39?


regards,
Hemanth