Tool/software: Code Composer Studio
The Expression cann't continuous refresh in the debug mode with 430F2619 since i check the button of continuous refresh;
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.
Tool/software: Code Composer Studio
The Expression cann't continuous refresh in the debug mode with 430F2619 since i check the button of continuous refresh;
Hello,
Continuous refresh is most often used with devices that support real-time mode (which allow non-intrusive access to memory while the target is running). The MSP430 does not support real-time memory access. Hence since the target is running, the debugger will not be able to access the memory and you will get the "Could not read <address> error messages you see in the Expressions view.
Thanks
ki