I am having an issue with the EPI port set as GPIO . When trying to send data to the port I noticed the signal was only around 0.5V I supplied 3.3V through a 10R resistor and found that current to one of the pins is 80mA so I guess that's why my signal was so small.
I found that by changing GPIOPinTypeEPI(GPIO_PORTH_BASE, GPIO_PIN_0); to GPIODirModeSet(GPIO_PORTH_BASE, GPIO_PIN_0, GPIO_DIR_MODE_IN); fixed the problem but then I'm not able to read.
I configured in this thread:
Any ideas?
Lee.