Tool/software: TI-RTOS
Hi Folks,
is it possible that the GPIO configuration entry in the array GPIO_PinConfig gpioPinConfigs[] containing:
GPIOTiva_PD_1 | GPIO_CFG_OUT_OD_PU | GPIO_CFG_OUT_STR_MED | GPIO_CFG_OUT_HIGH,
isn't setting the pullup resistor? Didn't found a hint somewhere about a bug.
Fact is, the RTOS driver gpio_init() is not working in my application. When I change the GPIO_PUR register and enable the pullup, it starts working and the port gets high.
I hope some guru out there can check that out and tell me about.
best regards Klaus-Michael