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.
大家好!
LaunchPad (P1.0)的 LED 1随着时间的推移一直处于高电平。 我尝试了一些用于进行串行通信的代码、之后、即使编译了新代码、LED 也不会关闭(使用 的代码是 TI 资源中的 msp430fr243x_euscia0_uart_01.c 和 msp430fr243x_euscia0_uart_03.c)。
代码正常编译、但我必须使用 LED 2来满足我的需求、因为 LED 1不响应。 就像 LED 记住了之前的指令并且与当前正在编译的代码之一相冲突一样。
如果是内存、是否有人可以指导我如何清除此注册表的内存?
提前感谢
您好!
如前所述、当 J10跳线存在时、LED1连接到 P1.0。 P1.0应该像任何其他 GPIO 一样由软件控制。 这个非常简单 的 Blink 示例项目应该会切换 P1.0上的 LED。 https://dev.ti.com/tirex/explore/node?node=ACm69VmFzCrUdOp1EX.hsA__IOGqZri__LATEST
还值得注意的是、P1.0也在左侧 BoosterPack 接头上。 是否有任何连接?
谢谢、
JD