Other Parts Discussed in Thread: C2000WARE, , TEST2
I was trying to add IQ math library to existing project for pwm generation which was working fine. But then following error comes up during both debug and release mode. Tried closing and restarting debugger and ccs but didnt solve the issue. Also removed the IQ math settings and used original ram and flash linker files in c2000ware.But same error comes up.
on Release mode:
C28xx: GEL Output:
ADC Calibration not complete, device is secureC28xx: Flash Programmer: Warning: The configured device (TMS320F28234), 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, device is secureC28xx: Flash Programmer: Device is locked or not connected. Operation cancelled.
C28xx: File Loader: Memory write failed: Unknown error
C28xx: GEL: File: C:\Users\PEG145D\Desktop\ldvc\boat\code\test2\Release\buckpwm_c.out: Load failed.
on debug mode:
C28xx: GEL Output:
ADC Calibration not complete, device is secureC28xx: Flash Programmer: Warning: The configured device (TMS320F28234), 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, device is secureC28xx: File Loader: Verification failed: Values at address 0x09000@Program do not match Please verify target memory and memory map.
C28xx: GEL: File: C:\Users\PEG145D\Desktop\ldvc\boat\code\test2\Debug\buckpwm_c.out: a data verification error occurred, file load failed.