Other Parts Discussed in Thread: STRIKE
Tool/software: TI-RTOS
Hello,
I am running TI-RTOS on the TM4C1294NCPDT microcontroller. My application requires the ability to dynamically change the function of certain pins (for example, PA4/PA5) between SPI mode and general GPIO mode.
I know that I can use the GPIOPinConfigure function to set pins for peripheral mode (SPI) but am not sure how to set them to regular GPIO mode afterwards. Also, does the GPIOPinConfigure function work once BIOS has been started?
Thank you,
svl123