Skip to content

Commit 83ad783

Browse files
committed
Update
1 parent 977da71 commit 83ad783

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

nrf_802154/doc/multiprotocol_switching_tables.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ During protocol transitions, two distinct timing metrics are measured:
2020

2121
802.15.4 to BLE Transitions:
2222
Radio Switching Time:
23-
- Start: RX_EN (LNA) pin deactivation (802.15.4 radio turning off on the end of 802.15.4 activity)
24-
- End: READY pin activation for BLE operation (ble radio turned on and ready)
23+
- Start: FEM RX_EN pin event (802.15.4 radio turning off on the end of 802.15.4 activity)
24+
- End: RADIO READY event for BLE operation (ble radio turned on and ready)
2525
- Measures how quickly the radio hardware switches modes
2626

2727
Protocol Switching Time:
28-
- Start: First PDN event marking the end of 802.15.4 activity
29-
- End: Second PDN event marking the start of BLE activity
28+
- Start: FEM PDN pin event at the end of 802.15.4 activity
29+
- End: FEM PDN pin event at the start of BLE activity
3030
- Captures the full protocol stack transition overhead
3131

3232
BLE to 802.15.4 Transitions:
3333
Radio Switching Time:
34-
- Start: DISABLED pin event (BLE radio turning off)
35-
- End: READY pin activation for 802.15.4 operation (802.15.4 radio turned on and ready)
34+
- Start: RADIO DISABLED event (BLE radio turning off)
35+
- End: RADIO READY event for 802.15.4 operation (802.15.4 radio turned on and ready)
3636
- Measures how quickly the radio hardware switches modes
3737

3838
Protocol Switching Time:
39-
- Start: PDN event at the end of BLE activity
40-
- End: PDN event at the start of 802.15.4 activity
39+
- Start: FEM PDN pin event at the end of BLE activity
40+
- End: FEM PDN pin event at the start of 802.15.4 activity
4141
- Captures the full protocol stack transition overhead
4242

4343
The measurements are collected during BLE advertisement, scanning, and connection activities.

0 commit comments

Comments
 (0)