请教:在IDE中的奇怪错误
我用FLASH时出现了奇怪错误,望高手在闲暇之时俯指,小弟受益无穷。我用的是DE2_70的板子,CPU标准型,复位向量:CFI, 异常:ram 。 cfi_flash:add 22, data 16 timing: 0. 100.0
RAM;100M
三态桥:默认。
PIO_led:8位
PIO_SWITCH:8位
IDE 中程序:
#include "system.h"
#include "altera_avalon_pio_regs.h"
#include "alt_types.h"
int main ()
{
while(1)
{
// alt_u8 A;
alt_u8 B;
B=IORD_ALTERA_AVALON_PIO_DATA(PIO_SWITCH_BASE);
IOWR_ALTERA_AVALON_PIO_DATA(PIO_LED_BASE,B);
出现错误是:Pleasecheck thatyour PLDis correctly configured, downing a newSOFfileif necessary
重新在SOPC Builder 中生成,重新编译还是这个错误
急待解决,敬请指教!!! 没下载SOF文件 回复 2# IPO
在program中用jtag方式下载sof文件(开关在RUN状态)之后重新flash program 出现
Resetting and pausing target processor: OK
No CFI table found at address 0x01400000 //(0x1400000是cfi-flash的基地址)
Leaving target processor paused 没有下载SOF文件
页:
[1]