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.

如何使用2806xRevB_FastSpinROMSymbols.lib调用bootROM区的相关函数?

Other Parts Discussed in Thread: MOTORWARE

通常,如我们需要使用封装在bootROM区的IQmath函数,我们必须在需要调用该IQmath函数的对象中添加IQmath.h头件,在项目中添加IQmathSymbols.lib库,就可以使用bootROM区的IQmath函数了。

但在我所使用的motorware项目中,我查看est.h,及ctrl.h头文件,里面都使用了bootROM区的函数,但没有看到与2806xRevB_FastSpinROMSymbols.lib库相关的头文件。2806xRevB_FastSpinROMSymbols.lib库文件头文件呢?