Other Parts Discussed in Thread: MSP-EXP430G2 , MSP430F1612 , ENERGYTRACE 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP430F5328 , MSP430F1612 , MSP-FET430UIF 用仿真器连接MSP430F5328进行仿真,IAR提示:Fatal error: Could not find device (or device not supported) Session aborted! 下面是MSP430F5328的JTAG接口连接原理图,大家帮忙看下有没有问题。同样的jtag接口电路用于MSP430F1612是可以正常使用的。
Other Parts Discussed in Thread: MSP-FET430UIF , MSP430F1612 无意中把MSP430G2 LaunchPad开发板仿真部分的程序弄没有了,开始无法识别设备,后面在网上找了一些方法,现在可以识别了但是使用CCSV5.1还是无法烧写程序,提示
Error initializing emulator: Could not find MSP-FET430UIF on specified COM port
电脑设备管理器的显示是
上面情况怎么恢复,谢谢…
Other Parts Discussed in Thread: MSP430G2553 , MSP-EXP430G2 , MSP430F1612 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP430F6459 , TUSB3410 , MSP430F1612 大家好,想做一个MSP430F6459的最小系统,涉及到板载仿真器的问题,根据先前TI制作的单片机最小系统,有用到了MSP430F1612与TUSB3410的组合来作为板载仿真器,请问下专家们这样的组合能在MSP430F6459上实现吗?谢谢。
Other Parts Discussed in Thread: MSP-EXP430G2 , MSP430F1612 由于经常用MSP430芯片开发产品,一直用MSP-EXP430G2这个开发板调试并烧写程序的。但是这个板子怎么用着用着就不能烧程序了,现象如下:
1、USB能够识别,在设备管理能找到;
2、无法烧写程序,iar提示 “could not find device(or device not supported)”
3、怀疑是MSP430F1612有问题,用…
Other Parts Discussed in Thread: MSP430F1612 最近使用MSP430F1612单片机,使用到了内部的DMA,需要将ADC的值通过DMA放到数组中去,使用过程中出现了一个问题,请问哪位大神指导怎么解决的?
定义了一个unsigned int ADC_Result[8]的数组,然后将DMA目的地址设置成改数组所在的地址,代码如下:
DMA2DA = &ADC_Result;
编译的时候,报错,错误为:
Error[Pe513]: a value of type…