Large data volume communication appears SOFTDEVICE: ASSERTION FAILED error
However, using the same firmware does not have this problem on another board。
What causes SOFTDEVICE: ASSERTION FAILED?
Large data volume communication appears SOFTDEVICE: ASSERTION FAILED error
However, using the same firmware does not have this problem on another board。
What causes SOFTDEVICE: ASSERTION FAILED?
If you search for SOFTDEVICE: ASSERTION FAILED you may get relevant search results you may try. For me to help you I need to know the softdevice release you are using and the 'pc' input parameter in the app_error_fault_handler().
Kenneth
I am using sdk14.2,s132 softdevice 5.0.0
pc=65590
The id of sd is 0x009D
Please download S132v5.1.0 softdevice:
https://www.nordicsemi.com/Software-and-Tools/Software/S132/Download#infotabs
1. Extract the S132 header files to your project path (\components\softdevice\s132\headers)
2. Recompile your application project
3. Program updated S132v5.1 softdevice and application to your nRF52832
4. Check if the assert still is present, if it is then provide new 'pc' value
Best regards,
Kenneth
I used the 52832 pcb10040 s132 project to run on the 52810. Can it be repaired like this?
What is the reason for this error?
This is a bug fix in the softdevice, you can check out the release notes for the S132v5.1 that there were found a few issues in S132v5.0 that was fixed in this release.
And yes, the S132v5.1 can (and should) be used on the nRF52810:
https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52810/COMP/nrf52810/nrf52810_ble_qdid_qual_matrix.html?cp=3_3_2_4
This is a bug fix in the softdevice, you can check out the release notes for the S132v5.1 that there were found a few issues in S132v5.0 that was fixed in this release.
And yes, the S132v5.1 can (and should) be used on the nRF52810:
https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52810/COMP/nrf52810/nrf52810_ble_qdid_qual_matrix.html?cp=3_3_2_4
HI Kenneth !
Thank for your nice answer , it also helped me to solve my problem as well .
Thanks & Regards
Muhammad Usman