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.
我用F28M35设计了实验板,现在需要使用里面的c28作控制,而M3暂时用不上,请问我可以直接把程序下到c28里面运行吗?还是说不能单独使用c28,必须对M3进行什么配置?谢谢!
谢谢你的回复,请问TI的controlsuite里面有没有什么M3例程可以把引脚配置转为C28操作?
你好,
M3是主核,芯片是从M3开始启动的。
M3不用的话,可以参考下面例程,来配置C28的资源。
C:\ti\controlSUITE\device_support\f28m35x\v204\F28M35x_examples_Control\setup_m3
我用的例程是Solar_HV_DCAC_Concerto_M3,里面配置引脚函数GPIOPinConfigureCoreSelect(GPIO_PORTJ_BASE, 0xFF, GPIO_PIN_C_CORE_SELECT);配置好烧写进去就行了
你好,我烧了这个程序进去,不过是V201的,显示"the project setup_m3 is not compatible with any CPU in the target configuration",这是为什么?直接烧C28的根本就烧不进去阿?