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