Question
Where and How to find MAC / 802.15.4 EUI64 address in STM32WB55 MCU?
I'm building a thread application on STM32WB55, and to address individual device I require a static address that should not change after every power reset sequence, and in my opinion that could factory programmed MAC or 802.15.4 EUI64.
For the moment I'm running
Thread_CLI example code from ST and whenever I try to fetch MAC I get a random
number. Also I don't see any address/Serial number mentioned on
development board as it does by various other 2.4GHz RF device vendors. @Remi QUINTIN
