2024-02-14 12:16 AM
Hello,
I've recently been using Thread application examples like "Thread_FTD_Coap_Multicast", but when I tried adding other features such as ADC, I encountered errors due to redundancy caused by too many files.
I'm wondering how to start a new clean project with STM32CubeMX and then incorporate the Thread protocol afterwards.
Have you ever done this? If so, do you have any suggestions?
Thank you.
Solved! Go to Solution.
2024-02-14 10:57 AM
Hello @Cadixal,
To create a new project dedicated for a Thread application you can use either STM32CubeMX tool or STM32CubeIDE both allowing an advanced configuration with integrated GUI feature. To set up a Thread project you have to follow the steps below :
You have now a clean project that includes Thread APIs ready to be used for your own application.
Best regards,
Ouadi
2024-02-14 10:57 AM
Hello @Cadixal,
To create a new project dedicated for a Thread application you can use either STM32CubeMX tool or STM32CubeIDE both allowing an advanced configuration with integrated GUI feature. To set up a Thread project you have to follow the steps below :
You have now a clean project that includes Thread APIs ready to be used for your own application.
Best regards,
Ouadi