TLS1.2V

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

TLS1.2V

1,116 次查看
shreyasbn
Contributor I
hai community, i am using imxrt1064 evk-development board to my project (sdk packages 2.9.1 latest).I have implemented TLS1.2v to my Mqtt secure connection.during handshaking process other threads are not running (remaining threads are in suspend state),once handshake process will finish others threads are start running,can you suggest any solution for this problem
0 项奖励
回复
3 回复数

1,078 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi,

When mqtt connection start, it call mqtt_client_connect(). This function call LWIP_ASSERT_CORE_LOCKED() first. It will check if function called from interrupt context. If it is true, this function will lock all interrupt. 

 

Regards,

Jing

0 项奖励
回复

1,085 次查看
shreyasbn
Contributor I

hai Jing,

i have given last priority for MQTT Task, Still this problem is exist, i am trying to find exact problem?,i thought because of random number generation it is blocking,But not 100% Sure.

0 项奖励
回复

1,098 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi shreyasbn,

Please check the priority of the MQTT connection task and your task. If MQTT connection task is higher than other task, FreeRTOS will not schedule to other tasks until MQTT connection task finishing.

 

Regards,

Jing

0 项奖励
回复