在多个 C2000Ware CM 示例中、该工程包含 cm.h 和 cm.c 文件 在 cm.c 中、有一个名为 CM_init 的函数、看起来对于初始化 CM 内核很有用。 在我看到的任何示例中都不调用此函数。 此函数调用是否在其他地方隐式完成? 如果项目位于 RAM 或闪存中、我们是否不需要以不同的方式设置中断矢量表?
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.
你是对的。 它们在那里被调用。 我一直在查看 C2000Ware_2_00_00_02\driverlib\f2838x\examples\c28x_cm\Ethernet 和 C:\ti\c2000Ware_2_00_00_02\driverlib\f2838x\examples\c28x_cm\IPC
因为我的项目将同时使用以太网和 IPC。
是否有理由将其包括在这些项目中但不调用?