Page 1 of 1

机器运行一段时间:E8192 ASSERT_PARAM(1024 0), in rwbt.c at line 371

Posted: Tue Nov 30, 2021 7:04 am
by 106415718@QQ.COM
机器运行一段时间不定时的打印E8192后机器重启,完整的log如附件有两次重启,1次几分钟,1次3个小时。
看起来像是看门狗复位,需要spi采集音频通过蓝牙或者wifi传出,有什么办法调试吗。
搜索E8192好像在libbtdm_app.a里面,
Binary file ./components/bt/controller/lib/libbtdm_app.a matches
./components/mbedtls/mbedtls/include/mbedtls/dhm.h:991:#define MBEDTLS_DHM_RFC7919_FFDHE8192_P_BIN { \
./components/mbedtls/mbedtls/include/mbedtls/dhm.h:1121:#define MBEDTLS_DHM_RFC7919_FFDHE8192_G_BIN { 0x02 }
./components/openthread/openthread/third_party/mbedtls/repo/include/mbedtls/dhm.h:960:#define MBEDTLS_DHM_RFC7919_FFDHE8192_P_BIN { \
./components/openthread/openthread/third_party/mbedtls/repo/include/mbedtls/dhm.h:1090:#define MBEDTLS_DHM_RFC7919_FFDHE8192_G_BIN { 0x02 }
./components/openthread/openthread/third_party/mbedtls/repo/include/psa/crypto_compat.h:233:#define PSA_DH_GROUP_FFDHE8192 \
./components/openthread/openthread/third_party/mbedtls/repo/tests/suites/test_suite_psa_crypto.function:1346: TEST_EQUAL( PSA_DH_GROUP_FFDHE8192, PSA_DH_FAMILY_RFC7919 );