2022-09-17 5:08 AM
Has anyone got a simple example of the steps needed to get THREAD working? I have followed the application notes and cant get things working :(
I have got the STM32WB55 nucleo board running with OpenThread FTD CLI example code nicely, but would like to make the same functionality without the examples.
From Stm32CubeIDE, I select New Project -> select the same chip that is on the nucleo board. I set SEM/IPCC/Clocks/OpenThread.
The first issue is errno is not defined and adding in the C files allows it to compile.
extern int errnoThe code just hangs in the main loop.
One observation on the UARTS for OpenThread, even when you pick that you dont want a CLI, it still wants a UART to be set in the GUI.
Any help would be greatly appreciated
Richard
2022-09-17 11:43 AM
I have used the Example that works - then copied to a new workspace and imported to STM32CubeIDE - and it doesnt work anymore.