This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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
Hello Amine,
Sorry but I am struggling to follow with what you are trying to do here.
The schematic output you show doesn't have K2 shown, and I don't see a connection for the AM27x K2 pin on this design.
Also I don't see any LEDs that can be controlled by a GPIO Blink example.
Can you explain what you are trying to accomplish on the TIDA board?
Best Regards,
Ralph Jacobi