hci_uart + smp_srv #42836
Unanswered
joaodullius
asked this question in
Q&A
hci_uart + smp_srv
#42836
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to cohexist the serial smp_srv with the hci_uart example?
I'm trying to do that without success.
I'm adding the bellow confs to the hci_uart.

The HCI keeps working, but I get a timeout whenever I try to use mcumgr:
I validated the CONFs and initalization at main.c on the blinky, but now I'm trying to move it to the hci_uart.
hci_uart.zip
CONFIG_MCUMGR=y
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2304
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_FLASH=y
CONFIG_THREAD_MONITOR=y
#CONFIG_STATS=y
#CONFIG_STATS_NAMES=y
CONFIG_MCUMGR_CMD_IMG_MGMT=y
CONFIG_MCUMGR_CMD_OS_MGMT=y
#CONFIG_MCUMGR_CMD_STAT_MGMT=y
CONFIG_MCUBOOT_UTIL_LOG_LEVEL_DBG=y
CONFIG_FILE_SYSTEM=y
CONFIG_FILE_SYSTEM_LITTLEFS=y
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2304
CONFIG_MCUMGR_CMD_FS_MGMT=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_UART_CONSOLE_MCUMGR=y
``
Beta Was this translation helpful? Give feedback.
All reactions