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/LAUNCHXL-F28379D: "MonoMtrServo_377s" example in ControlSuite

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

hey, I'm using the "MonoMtrServo_377s" example in ControlSuite for F2937xS, and i want to change it to work with the F29379D.

I was looking for GPIO pins used in this example for the SPI, and I saw that there are using a MUX for each GPIO pin as you can see in the image below : 


My question : can someone explain to me what is this MUX and why there are given it 15 ? 

does 15 means that they are writing to register GPBMUX15 ?? 

here is the directory of the example I'm talking about : \controlSUITE\development_kits\TIDM-SERVO-LAUNCHXS\MonoMtrServo_377s_v1_00_00_00

the file that shown in the image is called "F2837xs_IO_assignment.h"

hope someone can help me.