数据手册上说:
| P1.6/ACLK/CA0 | 47 | 34 | I/O | General-purpose digital I/O pin Comparator_A input 0 ACLK signal output |
但是,MSP430F41x2 Code Examples里面的msp430x41x2_compA_05.c却
P1DIR |= 0x20; // P1.5 = CAOUT
P1SEL |= 0x20; // P1.5 = CAOUT
到底是哪一个管脚?
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.
数据手册上说:
| P1.6/ACLK/CA0 | 47 | 34 | I/O | General-purpose digital I/O pin Comparator_A input 0 ACLK signal output |
但是,MSP430F41x2 Code Examples里面的msp430x41x2_compA_05.c却
P1DIR |= 0x20; // P1.5 = CAOUT
P1SEL |= 0x20; // P1.5 = CAOUT
到底是哪一个管脚?