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.

[参考译文] CCS/MSP430FR5949:"C:\\ti\\css802\\ccsv8\\utils\bin\\gmake"-k -j 4 all -O

Guru**** 2030840 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/888383/ccs-msp430fr5949-c-ti-css802-ccsv8-utils-bin-gmake--k--j-4-all--o

器件型号:MSP430FR5949

工具/软件:Code Composer Studio

#define FRAM_WRITE_START 0x1800

void FRAMWrite (void);
空 FRAMWrite (空)

unsigned int i=0;
volatile unsigned int ccc;

FRAM_READ_PTR =&lib.count1;
FRAM_WRITE_PTR =(unsigned int *) FRAM_WRITE_START;

对于(i=0;<count; i++)

CCC =* FRAM_READ_PTR++;
*FRAM_WRITE_PTR++= CCC;

__no_operation();//在此设置断点

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您所面临的问题或您想要问的问题是什么?