Part Number: LAUNCHXL-F28377S
Hello TI Community,
I am currently trying to get the SPI example loopback code (without interrupts) to output it's SPICLK onto a pin. I noticed that the only available "set" of pins on the LaunchXL that can be used are pins 14, 15, 7, and 8 which belong to GPIO58, GPIO59, GPIO60, and GPIO61. I looked into the "InitSpiaGpio" function to change the pin out and mux options. I comments out the code and added in "GpioCtrlRegs.GP(B)" registers with the same values described in the code except replaced GPIO16 to GPIO19 with GPIO58 to GPIO61. When I check GPIO60 for SPICLK, all I get is a constant high signal. Has anyone been able to output the SPI stuff onto the LaunchXL booster header pins?