load程序到DM642开发板上之后,点击了run按钮出现了如下的错误:
Memory map error:READ access by cpu to address 0x1b3f018(Device Config Space)which is not supported in simulator
我检查了CMD文件应该是没有问题的,CMD代码内容如下:
/*
* Copyright (C) 2004 SEED Incorporated
* All Rights Reserved
*/
/…
最近调BIOS,学习DDK里面的文档,在编号SPRA918A的文章中看到了这样一句话“The board-specific part also requires the EVM and the DM642 DSP to be initialized by calling the EVM642_init() function from the DM642 EVM Board Support Library (BSL), which comes with the EVM.”(文章第四页最下面一段)。这里面提到了…