Other Parts Discussed in Thread: CONTROLSUITE
Hi, guys,
I'm a freshman for 28335 development. Now in my exercise, I wanna value the register located at 0x41FF directly by the following instructions:
Uint16 *LedReg=(Uint16 *)0x41FF;
*LedReg=0x34BC;
Then I will fail to value the register, or the CCS 3.3 will fail:
"Can't Single Step Target Program:
Error 0x20000020/-1156
Severe Error during: Execution,
Lost processor clock. Device may be operating in a low-power mode. Do you want to bring it out of this mode?"
Then the connection to emulator will be cut, and CCS will crash.
What's the problem? is the value method, which use the register's address, is forbidden?
Thank you~
Wenlong Lee