question 5
in the swrc117 on the examples soft for cc111x-251x
powermode2.c
static int8 EVENT0_HIGH = 0xFF;
static int8 EVENT0_LOW = 0xFF;
latter on is funny to see:
// Set Sleep Timer Interval
WOREVT0 = EVENT0_HIGH;
WOREVT1 = EVENT0_LOW;
I know there is not mistake but since WOREVT0(0xA3)sleep timer event0 timeout Low
should be "WOREVT0 = EVENT0_LOW; and WOREVT1 = EVENT0_HIGH;" to be a bit less confuse for a reader i guess