Part Number: CC1310
Hi,
I'm using simplelink_cc13x2_26x2_sdk_4_10_00_78 and have an application based on the TI15.4 Collector using RTOS, no FH and in non-beacon mode.
According to IEEE 802.15.4 standard:
A device shall be permitted to transmit Beacon frames only if macShortAddress is not equal to 0xffff.
I have set:
devInfoBlock.devShortAddr = 0xFFFF; ApiMac_mlmeSetReqUint16(ApiMac_attribute_shortAddress,devInfoBlock.devShortAddr);
but I still get a beacon, unless I power cycle. Is there something else I need to do to stop beacons being transmitted?
Thanks,
Andy