像这样的端口引脚图该怎么去分析? 本人菜鸟一只,基础不好。
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.
首先应该了解的是I/O的功能:PxDIR为输入,输出 方向选择,PxOUT为输出高低选择,PxSEL为功能选择,有些I/O口带有其他功能。PxIE为中断配置,msp430支持P1,P2口的中断。如何实现这些功能就是中间部分的数字电路,包括斯密特触发器等。你需要的不是分析引脚,而是了解引脚的功能,如何去正确使用。