看controlsuite里28M35的v201的epwm_deadband例程,选择flash的工作空间,里面main函数里没有memcopy函数,但是也能烧写下去运行。不知道是怎么实现的?
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.
看controlsuite里28M35的v201的epwm_deadband例程,选择flash的工作空间,里面main函数里没有memcopy函数,但是也能烧写下去运行。不知道是怎么实现的?
是的,这两个函数和程序的烧写以及运行都没有关系,它的作用只是将代码从Flash Copy到Ram,程序在Ram中运行速度更快
附件是介绍这一功能的文档,你可以看一下