感谢您的回复。我添加了WOLFSSL库(通过MHC),并使用了它的默认设置。以前从未使用过,所以我不确定是否需要修改这些设置。我已经启动了SNTP并验证了正在运行。即连接和获得有效的UTC邮票。也增加堆大小…几乎翻了一倍(在MHC项目配置XC32(全局选项))到目前为止,我的应用程序的行为没有变化。当我尝试做TLS时,它仍然锁起来。我启用了调试消息,结果发现在启动TLS之后,应用程序正在抛出下面的异常:“通用异常指令总线错误(原因=6,ADDR=0)”。
以上来自于百度翻译
以下为原文
Thank you for the reply.
I added the wolfSSL library (via MHC) and used it's default settings. Never used this before so not sure if I need to modify these settings.
I have SNTP up and verified to be running. i.e. connecting and getting valid UTC stamps.
Also increased the heap size ...nearly doubled (under MHC project configuration XC32 (Global Options) )
So far no change in the behavior of my app. Still locks up when trying to do TLS.
I enabled debug messages and it turns out the app is throwing the following exception right after starting TLS:
"General Exception Instruction bus error (cause=6, addr=0)"
感谢您的回复。我添加了WOLFSSL库(通过MHC),并使用了它的默认设置。以前从未使用过,所以我不确定是否需要修改这些设置。我已经启动了SNTP并验证了正在运行。即连接和获得有效的UTC邮票。也增加堆大小…几乎翻了一倍(在MHC项目配置XC32(全局选项))到目前为止,我的应用程序的行为没有变化。当我尝试做TLS时,它仍然锁起来。我启用了调试消息,结果发现在启动TLS之后,应用程序正在抛出下面的异常:“通用异常指令总线错误(原因=6,ADDR=0)”。
以上来自于百度翻译
以下为原文
Thank you for the reply.
I added the wolfSSL library (via MHC) and used it's default settings. Never used this before so not sure if I need to modify these settings.
I have SNTP up and verified to be running. i.e. connecting and getting valid UTC stamps.
Also increased the heap size ...nearly doubled (under MHC project configuration XC32 (Global Options) )
So far no change in the behavior of my app. Still locks up when trying to do TLS.
I enabled debug messages and it turns out the app is throwing the following exception right after starting TLS:
"General Exception Instruction bus error (cause=6, addr=0)"
举报