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.
#if CS_XT2_CRYSTAL_FREQUENCY>8000000
FRAMCtl_configureWaitStateControl(FRAMCTL_ACCESS_TIME_CYCLES_1);//使用msp430fr6972不报错,msp430fr5994找不到函数,是不是5994的 fram超过8M不用等待。找到贵司提供的库函数例程,都是msp430fr5969,不使用外设,只要把fram改成5994,都会提示找不到库函数,库函数文件名称是framctl.c
#endif
找到贵司提供的库函数例程,都是msp430fr5969,不使用外设,只要把fram改成5994,都会提示找不到库函数,
你使用的哪个例程,我这边试一下看看。