Hello,
I want to create a parallel port, 8-bits wide in the TIVA Launchpad. Port B is already available for use but some of the pins are conflicting with another use for them.
Suppose, i wanted to define a port say. PORT J which has PB7, PB6, PA1, PA2, PA3, PD2, PD3, PD4 as the 8 pins in parallel, how would I have to define the port?
( Currently, for PORT b, i use the following macros :
#define DATA_PERIPH SYSCTL_PERIPH_GPIOB
#define DATA_PORT GPIO_PORTB_BASE
and subsequently use them)
I would appreciate very much a quick reply.