Other Parts Discussed in Thread: MSP430G2452 , MSP430F5528 , ENERGYTRACE 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum…
//*****************************************************************************
//
// Copyright (C) 2012 - 2020 Texas Instruments Incorporated - http://www.ti.com/
//
// Redistribution and use in source and binary forms, with or without
// modification…
我认为您现在只有一个工程,也就是只有一个out文件。您现在是烧录在了CPU1&CPU2(CPU1为主CPU),且没有指定IPCBOOT到CPU2的方式及其他配置,所以实际上是只有CPU1在运行。
请您参考附件内的 2 Getting Started and Troubleshooting
F2837xD_DEV_USER_GUIDE.pdf
在C2000ware内有一个blinky_dc例程,这是在两个内核上启动并运行代码的最基本示例。基本就是空工程,请您参考这个来编写
C2000Ware…