Part Number: LP-MSPM0G3507 Other Parts Discussed in Thread: MSPM0-SDK An error was reported when i touch "start dubugging" ,saying "Product MSPM0-SDK v2.2.0.05 is not currently installed and no compatible version is available. Please install…
Part Number: MSPM0-SDK Other Parts Discussed in Thread: BQ79616 , Description Resource Path Location Type Product MSPM0-SDK v1.10.0.05 is not currently installed and no compatible version is available. Please install this product or a compatible version…
Other Parts Discussed in Thread: MSPM0G3507 , MSP-GRLIB 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum…
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 这对我有用:
#include "ti_msp_dl_config.h"
int main(void) {
uint32_t pinvalue;
/* Power on GPIO, initialize pins as digital outputs */
SYSCFG_DL_init();
DL_GPIO_initDigitalInput(GPIO_LEDS_USER_LED_1_IOMUX…