stm32-hotspot / stm32wb-matter-device-over-thread

Matter device over thread for STM32WB
Other
27 stars 4 forks source link

Longer operation or continuous sending of commands will result in loss of response #8

Closed NNAA0917 closed 1 year ago

NNAA0917 commented 1 year ago

Environment 

Taskname Status
APPTASK Blocked
IDLE Ready
PUSH_BUTTON_EVT_PROCESS Suspended
SHCI_USER_EVT_PROCESS Blocked
STM32WB TASK Running
THREAD_MSG_M0_TO_M4_PROSESS Suspended
Tmr Svc Blocked

Bug prevalence

Always

STYoannZamaron commented 1 year ago

Hello, can you try with the latest version (v1.1.0). We fix some deadlock between M4 and M0. BR Yoann

NNAA0917 commented 1 year ago

Thank you for your response. I will give it a try. If you don't mind, could you please let us know what fixes you made to resolve the issue?

NNAA0917 commented 1 year ago

We were able to confirm that the response was successful using v1.1.0. Thank you very much.