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.

CC3235SF: Lowering Pin 6/GPIO 15/SPI MISO drive strength

Part Number: CC3235SF

I'm trying to adjust the drive strength for the SPI MISO from the default 6mA to 2mA. I tried using:

PinConfigSet(PIN_06, PIN_STRENGTH_2MA, PIN_TYPE_STD);

Both prior to and, when that failed, after calling SPI_Init() and GPIO_Init(), but all subsequent calls to PinConfigGet show the pin strength still set to the default 6mA. I'm unsure of how that adjustment is supposed to be made and would appreciate further info.

Thanks