Skip to content

Commit 63cc9de

Browse files
ppryga-nordiccarlescufi
authored andcommitted
Bluetooth: samples: df: Decrease RAM usage in DF connectionless RX
Direction finding connectionless RX sample didn't fit into nRF52820 SRAM. The sample will not be able to store IQ samples for maximum number of CTEs allowed by Bluetooth Core 5.3 specification. For nRF52820 the new allowed maximum number of scanned CTEs is set to one, to save more space in SRAM for an application. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 523f0f9 commit 63cc9de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/bluetooth/direction_finding_connectionless_rx/boards/nrf52833dk_nrf52820.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ CONFIG_BT_CTLR_DF=y
1010
# Disable Direction Fiding TX mode
1111
CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=n
1212
CONFIG_BT_CTLR_DF_ADV_CTE_TX=n
13+
14+
# Limit maximum number of CTEs to fit into nRF52820 SRAM size
15+
CONFIG_BT_CTLR_DF_PER_SCAN_CTE_NUM_MAX=1

0 commit comments

Comments
 (0)