Other Parts Discussed in Thread: CC2533, Z-STACK, CC2530, CC2531, CC2540
Hi all,
I need help on the following register operation. STLOAD.LDRDY in CC2533.
In my coding i use sleep timer. So initially to load values to ST0, ST1and ST2 i use the following procedure.
- ST2 = value1;
- ST1 = value2;
- wait till STLOAD.LDRDY becomes 1. (This bit is 0 while the Sleep Timer loads the 24-bit compare value and 1 when the Sleep Timer is ready to start loading a new compare value).
- ST0 = value0;
In debugging process i put a break point on the next instruction immediately after STO = value0;. But in the register view in iar i can see that these values have not updated. What can i do to solve this problem?
Thanks&Regards
Jithesh