程序编译没问题,点击debug后弹出下面的错误:
在console里面的提示:
C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: Flash Programmer: Warning: The configured device (TMS320F28335), does not match the detected device (). Flash Programming operations could be affected. Please consider modifying your target configuration file.
C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: File Loader: Verification failed: Values at address 0x0801A
@program do not match Please verify target memory and memory map.
C28xx: GEL: File: D:Usersgaoworkspace_v7TestNewProDebugTestNewPro.out: a data verification error occurred, file load failed.
此帖出自
小平头技术问答
- #include "DSP28x_Project.h"
- #include "TestDAAD.h"
- void main(void)
- {
- InitSysCtrl();
- Init_DA_Gpio();
- DINT;
- InitPieCtrl();
- IER = 0x0000;
- IFR = 0x0000;
- InitPieVectTable();
- //MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
- //InitFlash();
- Init_Spi();
- Init_TLV5636();
- Delay_ms(10);
- Offset_Tx(2.5);
- ERTM; //最高优先级的实时调试事件
- //Delay_ms(10);
- while(1)
- {
- //Mcbsp_TX_SCLK();
- //Delay_ms(10);
- //Offset_Tx(2.5);
- }
- }
复制代码一周热门 更多>