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

52805 broadcasting problem

I stopped reconfiguring the broadcast configuration and started the broadcast in the following order: ①, ②, and ③. However, I found that the system may report a hardware error that leads to the restart of the device. According to the log, NRF_ERROR_INVALID_STATE is reported as the failure of stopping the broadcast, which leads to the failure of configuring the broadcast or starting the broadcast and the restart of the device. Consult, how should this problem be solved?

Is it normal to find that my flash data will be erased when the device is rebooted?

Parents
  • Hi,

    Could you share the complete error log/output logAlso, which SoftDevice version are you using?

    Regards,

    Priyanka

  • The problem now is that I have eliminated the error of the broadcast stop step and have written a flag that handles the broadcast status to determine if I need to stop the broadcast. When I need to reconfigure the radio configuration and data, found that stopped will go directly to configure the radio broadcast and then to start, but found that configuration will quote 0 x08 error, I look at the configuration API if returns 0 x08 mistakes unless it is not change or radio broadcast content configuration pointer is empty, However, my broadcast data will change, and the configuration item will not be null pointer, so I would like to ask how to cause this error.

Reply
  • The problem now is that I have eliminated the error of the broadcast stop step and have written a flag that handles the broadcast status to determine if I need to stop the broadcast. When I need to reconfigure the radio configuration and data, found that stopped will go directly to configure the radio broadcast and then to start, but found that configuration will quote 0 x08 error, I look at the configuration API if returns 0 x08 mistakes unless it is not change or radio broadcast content configuration pointer is empty, However, my broadcast data will change, and the configuration item will not be null pointer, so I would like to ask how to cause this error.

Children
No Data
Related