导航: 老古网老古论坛XMOS公共讨论区XMOS开源项目区单片机程序设计嵌入式系统广告区域
→[转帖]在startKIT快速恢复[liufengzhong]

 *第63765篇: [转帖]在startKIT快速恢复

  
楼 主:liufengzhong 2014年8月5日14:56
 [转帖]在startKIT快速恢复

我们可以在startkit SPI Flash恢复制作的程序吗?

有任何人可以让我知道过程和提供已做好的程序数据(启动分区和数据分区)?

[背景]

看来我们测试的程序已经在SPI flash覆盖了错误的数据,然后又USB连接板出现一些问题。

当USB连接已经执行,会显示下面的信息。

---
xrun: First stage multi-node boot failed, please check XN file and Xmos link connectivity
 
Error: F03034 Failed to fully run flash inquisitor.
Error: F03034 By default xflash will try to connect to a target in order to determine
Error: F03034 which flash device is being used even when outputting only to file.  To
Error: F03034 prevent this connection supply the --noinq option.

回答:

通过我自己解决。

谢谢你们。


回答:

【附加信息】

我们在.xc代码中用指针。

这会出现一些问题吗?


------main.xc--------
delay_milliseconds(delay);
vfd_clr(busy_flg);
com_set(0 , busy_flg);
...
vfd_dis(&message1[0] ,unsigned busy_flg); // Send variable(Data is character) to sub function
-----------------------
-------sub.xc(Sub function)---------
void vfd_dis(char *display_data , unsigned vfd_flg){ // Receive character data with pointer
.....
}
---------------------------------


>>>>>>对该主题发表你的看法

本主题贴数1,分页: [第1页]


[上一篇主题]:[转帖]为我的项目添加Third parties Static lib

[下一篇主题]:[转帖]菜鸟——startkit pwm mosfet GPIO默认活