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.

C2000, 8305 SPI Chip Select Pin Conflict



Hi to all,

I am utilizing a C2000 28027F interfaced with a 8305. Previously the two were interface with GPIO19 setup as 

GPIO_setMode(obj->gpioHandle, GPIO_Number_19, GPIO_19_Mode_SPISTEA_NOT);

The issue that I am facing now is that my design requires the use of an Ecap pin, and GPIO5 is being utilized for a PWM signal (driving a motor). This left only GPIO19 as the other possible Ecap pin and thus a conflict came about.

This is a designed PCB where I took for granted the Chip Select function as a simple GPIO operation and interfaced the 8305 Chip Select signal with GPIO34 of the C2K. I am currently wondering if it is possible to use the SPI Chip select as a GPIO high signal when necessary. Any assistance or direction is greatly appreciated.