I apologize if this question is a bit basic, but I am just getting started on TI microcontrollers.
I have a Concerto F28M35H52C1 Concerto control card, and am working through the labs in this workshop: http://processors.wiki.ti.com/index.php/F28M35x_Workshop
However, the workshop requires the experimenter's kit, which is no longer available, and I only have the control card. This has only come up so far in Lab 4, where I must measure a pin-out with a scope. The program outputs a PWM to GPIO0, but as far as I can tell GPIO0 is not available on the control card. So, my question is:
1. Is the GPIO0 pin broken out somewhere on the control card? Schematics 0572.Schematic.pdf do not seem to show it.
2. Otherwise, how can I assign the ePWM1 output to a different pin in the code? Or is it fixed to GPIO0?
Thanks,
Any help is greatly appreciated.
EDIT:
Is changing the ePWM1A assignment based on just changing this line?
GpioCtrlRegs.GPAMUX1.bit.GPIO6 = 1;
How is this assigned to ePWM1A by that line? Does ePWM1A just correspond to the first ePWM assignment in the code?
Even after making this change, as well as assigning the pin to the C28 from the M3 via the GPIOPinConfigureCoreSelect function, I can't observe any signal on the header pin.
