请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TMS320F28377S 您好!
Resource Explorer 中没有28377S 示例。 对于其他器件、目录为空。
谢谢 Vadim
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.
您好!
Resource Explorer 中没有28377S 示例。 对于其他器件、目录为空。
谢谢 Vadim
谢谢!
MEMORY
{
PAGE 0 : /* Program Memory */
/* Memory (RAM/FLASH) blocks can be moved to PAGE1 for data allocation */
/* BEGIN is used for the "boot to Flash" bootloader mode */
BEGIN : origin = 0x080000, length = 0x000002
RAMM0 : origin = 0x000123, length = 0x0002DD
RAMD0 : origin = 0x00B000, length = 0x000800
RAMLS0 : origin = 0x008000, length = 0x000800
RAMLS1 : origin = 0x008800, length = 0x000800
RAMLS2 : origin = 0x009000, length = 0x000800
RAMLS3 : origin = 0x009800, length = 0x000800
RAMLS4 : origin = 0x00A000, length = 0x000800
RESET : origin = 0x3FFFC0, length = 0x000002比过去简单得多! 我认为没有办法保持代码的颜色。
我们可以在代码插入中选择语言、我认为它的格式是相应的。 我正在粘贴 C 代码以在此处进行测试、请忽略该代码。
//
// Wait to be sure that this interface is not busy.
//
while((HWREGH(base + CAN_O_IF1CMD) & CAN_IF1CMD_BUSY) ==
CAN_IF1CMD_BUSY)
{
}
我将在内部检查是否有方法、并将告知您。