[转帖]在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
.....
}
---------------------------------
发表时间:2014年8月5日14:56:24