This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error at "rbc_mesh_init(init_params)

Hi all:

I download nRF51-ble-bcast-mesh from GitHub ,and put this project under below folder

...SDK8.1.0\examples\nRF51-ble-bcast-mesh-master\

compile this example ,there are no warning and error. ...SDK8.1.0\examples\nRF51-ble-bcast-mesh-master\nRF51\examples\BLE_Gateway\arm

I run this hex and s110_softdevice.hex of SDK8.1.0 at PCA10028 ,but it don't work.

I found the error at the rbc_mesh_init(init_params),but I don't konw the reason.

Parents
  • uint32_t error_code = rbc_mesh_init(init_params); SEGGER_RTT_printf(0, "error_code=: 0x%#04x\n",error_code); APP_ERROR_CHECK(error_code);

    ...
    ...
    
    I use the RTT viewer to see the message as below,
     0>  ERROR, command handler @0x1880FFF7
     0>  error_code=: 0x0006
    
Reply
  • uint32_t error_code = rbc_mesh_init(init_params); SEGGER_RTT_printf(0, "error_code=: 0x%#04x\n",error_code); APP_ERROR_CHECK(error_code);

    ...
    ...
    
    I use the RTT viewer to see the message as below,
     0>  ERROR, command handler @0x1880FFF7
     0>  error_code=: 0x0006
    
Children
No Data
Related