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.

CCS/TMS320F28377D: Remap GPIO Pin?

Part Number: TMS320F28377D

Tool/software: Code Composer Studio

My project is using ASRAM connected to EMIF1 pins.  I need CS2 (GPIO 34), but CS0 (GPIO 32) was designed into the project board.

Is there a way to tie the GPIOs together?  CS2 = CS0

I looked at XBAR, but did not see a way to do it.

  • John,

    There is no way to remap this except through pin connection or overriding the CS0 behavior manually using GPIO.

    If you have room to solder on a jumper, you can alternatively configure GPIO32 as GPIO-input and then jump it over to GPIO34 configured as CS2.

    -Tommy