Other Parts Discussed in Thread: AM2732
HI?
I would like to set k2 pin for AM2732 as output pin but i always have got 700 mV!
i'm using the 0020047 as board.
here is my code. I'm starting from "GPIO_blink "example
gpioBaseAddr1 = (uint32_t) AddrTranslateP_getLocalAddr(CONFIG_GPIO15_BASE_ADDR);
pinNum1 = CONFIG_GPIO15_PIN;
GPIO_pinWriteHigh(gpioBaseAddr1, pinNum1);
/* Get address after translation translate */
please any help
regards