Hi all:
when i add uart code in ble_multilink ,and it gived me errors like this:
"<error> app: Fatal error
<warning> app: System reset
<error> app: Fatal error
<warning> app: System reset
<error> app: Fatal error
<warning> app: System reset
<error> app: Fatal error
<warning> app: System reset
<error> app: Fatal error
<warning> app: System reset
<error> app: Fatal error
<warning> app: System reset
<error> app: Fatal error
<warning> app: System reset
<error> app: Fatal error"
my work steps is:
First:I change NRF_SDH_BLE_CENTRAL_LINK_COUNT from 8 to 20,and it works fine ,i can link peripheral.
Second:I add ble_central_uart_c code in multilink project,and it compling ok,but when i download to my NRF52832 board,it can't connect to perpheral,and it throw me those errors.
can anyone help me?please,thank you