Other Parts Discussed in Thread: MSP430FR6989 , MSP-FET , MSP430G2231 , MSP430FR4133 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP430F5529 , ENERGIA , MSP430G2231 , MSP-EXP430FR5994 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP-EXP430FR2311 , ENERGIA , MSP430G2231 , MSP430FR2311 , BOOSTXL-EDUMKII 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f…
Other Parts Discussed in Thread: MSP430G2231 , MSP430G2553 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/606415/linux…
Other Parts Discussed in Thread: MSP430G2231
以下是我的代码,基本就是改编TI提供的例子。
int b=1234;
TimerA_UART_print("%d",b);
这样写为什么CCS4会报错too many arguments in function call,正确的写法是什么?
//**************************************************…