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.
Hello,
I've seen that you already noticed that this is the wrong forum. I gave an answer to your other post:
http://e2e.ti.com/support/dsp/sitara_arm174_microprocessors/f/791/p/148264/536096.aspx#536096
No, there are no pin compatible devices to AM335x which would include a DSP core.
Best regards,
Robert Finger
Hi,
Can we leave the GPIO pin of AM335x open if we are not using that pin?
Thanks and regards,
ATUL KUMAR SINGH
Yes. However, you need to insure software never turns off the respective internal pull-up/pull-down while the input buffer of this GPIO is enabled. The pull-up/pull-down is controlled by bits 3 and 4 of the respective conf_<module>_<pin> register. The input buffer enable is controlled by bit 5 of the respective conf_<module>_<pin> register and is enabled by default when this bit is “1” and disabled when this bit is “0”.
Regards,
Paul