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.

在video_copy 中如何增加自己的源文件



在video copy 例子中,我增加了自己的图像处理源文件,里面就是一个简单的函数,如二值化Fn(),我这个函数的实现放在video_copy.c中,是没有问题的,但把它另外拿出来放到单独的文件,再在video copy.c中调用,就会出问题,package.bld也包含了改头文件和源文件。提示的错误是:DSP MMU Error Fault!  MMU_IRQSTATUS = [0x1]. Virtual DSP addr reference that generated the interrupt = [0x8df02000].。请帮忙解决一下,谢谢