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.
大家好:
我使用的是一个Tmote sky无线传感器网络节点,主芯片是MSP430F1611,平时在contiki虚拟机下通过bsl下载程序都是可以的,但是我在IAR下输出的.txt文件使用mspfet,430工具软件都下载不进去。
网上看有人说是bsl密码,于是我先在contiki虚拟机下下载程序,用以下代码读取FFEO-FFFF地址内容通过串口输出,填写到软件里面,但是还是一样的问题
void FlashRead(uchar *pc_byte,uchar *Dataout,uint count)
{
while(count--)
{
*Dataout = *pc_byte;
Dataout++;
pc_byte++;
}
}
MSP-FET是可以支持BSL的,您可以看一下
的
3.4.2.7 对BSL的相关说明
另外能否详细说下您现在的相关情况,包括软硬件,烧录软件及连线等?谢谢