Skip to content

Commit

Permalink
Bluetooth: samples: df: Decrease RAM usage in DF connectionless RX
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ppryga-nordic authored and carlescufi committed Feb 17, 2022
1 parent 523f0f9 commit 63cc9de
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CONFIG_BT_CTLR_DF=y
# Disable Direction Fiding TX mode
CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=n
CONFIG_BT_CTLR_DF_ADV_CTE_TX=n

# Limit maximum number of CTEs to fit into nRF52820 SRAM size
CONFIG_BT_CTLR_DF_PER_SCAN_CTE_NUM_MAX=1

0 comments on commit 63cc9de

Please sign in to comment.