2023-04-21 11:31 AM
Using the latest version of STM32CubeIDE, the latest example Thread_Cli_Cmd, and the latest stm32wb firmware (Thread FTD 1.16.0), I am unable to get the thread stack up. The state is always "detached".
Connecting to the LPUART1 for tracing, I see the following:
[0000000000] [PLATFORM] M0: 802.1eive] -> ip802154_lld_set_channel(15) FAILED : 0x92!!!
[0ve] -> ip802154_lld_setDefaultState(RX) FAILED : 0x92!!!
2m [PLATFORM] Short_Addr=FFFE
Some LLD driver is failing. What's odd is that regular thread applications that do not use the command line continue to work.