1. 声明extern void DSP28x_usDelay(unsigned long Count); 在你的程序中。
2. 需要确认cmd文件是采用支持flash cmd文件。DELAY_US()函数是定义在ramfuncs section的。
3. 需要执行Memcopy把这个函数从flash中copy到ram中运行,并需执行InitFlash()函数配置Flash参数。
4. 具体可以参考f28035的头文件例程目录下的flash例程。
1. 声明extern void DSP28x_usDelay(unsigned long Count); 在你的程序中。
2. 需要确认cmd文件是采用支持flash cmd文件。DELAY_US()函数是定义在ramfuncs section的。
3. 需要执行Memcopy把这个函数从flash中copy到ram中运行,并需执行InitFlash()函数配置Flash参数。
4. 具体可以参考f28035的头文件例程目录下的flash例程。
举报