Other Parts Discussed in Thread: TIMAC
how to set/update csma/ca backoff period boundary in TI MAC code for slotted csma/ca
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.
Please look at "TIMAC x.x.x\Documents\API\802.15.4 MAC API.pdf" section "5.2.5 Get and Set Attributes". You should use the MAC_MIN_BE and MAC_MAX_BE attributes to control the backoff period, which will be a random value between:
[0 – (2^Be)-1]*320uS
Where Be = MinBe for the first backoff and increasing by 1 up to MaxBe for each consecutive backoff.
Regards, TC.
Yes this is working in beacon enabled networks. You will need to modify the MSA (MAC Sample App). This is described in Section "4.6 Start the device as a beacon network Pan Coordinator" and Section "4.9 Start the device as a beacon network End Device with direct messaging support" of "Mac Sample Application - Software Design.pdf". Section "8.3 Beacon-enabled network Scan and Sync" of 802.15.4 MAC API.pdf may also be useful.
Regards, TC.