Hi TI experts.
On the embedded project I'm on, energy conservation is at top priority. so while BLE is not needed, I want to lower the cpu clock speed to 1 MHZ, I'm doing so by changing the value of CLKCONCMD.CLKSPD to 101.
Unfortunately I'm unable to debug at such clock speed as written in the user's guide p.51 (NOTE: Note that the debugger cannot be used with a divided system clock. When running the debugger, the value of CLKCONCMD.CLKSPD should be set to 000 when CLKCONCMD.OSC = 0 or to 001 when CLKCONCMD.OSC = 1 ), which means lowest debug speed is 16Mhz.
I need your thoughts / help on how can I debug my application in such clock speed?
Thanks in advance,