Skip to content

Bluetooth shell on xG24-DK2601B // Stack overflow when calling bt init #67733

Answered by Dermiste
Dermiste asked this question in Q&A
Discussion options

You must be logged in to vote

Hi all, it's fixed, what did the trick for the first error:
CONFIG_SHELL_STACK_SIZE=4096

Proposed fix: in a efr32xg24_dk2601b.conf in the sample folder OR here:

if BT
config FPU
default y
config MINIMAL_LIBC_MALLOC_ARENA_SIZE
default 8192
config MAIN_STACK_SIZE
default 2304
choice BT_HCI_BUS_TYPE
default BT_SILABS_HCI
endchoice
endif # BT
endif # BOARD_EFR32XG24_DK2601B

And for the second error:
BT_HCI_RESERVE=1

Proposed fix:

Add a new case linked to BT_SILABS_HCI with default 1 in:

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@Dermiste
Comment options

@ndrs-pst
Comment options

@ndrs-pst
Comment options

@Dermiste
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Dermiste
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Dermiste
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants