Other Parts Discussed in Thread: MSP430F5528
I'm stuck with the message above.
Where is the Log-File?
A "hello-World"-Programm works. But I have a big foreign library in my project.
If I start main with
while(1);
it works , with
bool hold = true;
while(hold);
it gives the message above.
I've checked the linker file.
The Error-Message:
MSP430: File Loader: Data verification failed at address 0x00014400
points to Main Memory Bank C.
regards,
Steffen