I want to know whether any option bytes should be set before doing global erase for STM32wb chip. After the initial 0x44 and 0xBB, the device doesnt respond to global erase command (0xFFFF).
Is it possible to run a custom radio stack on M4 core of STM32WB processor without using M0 core ? If yes, where can I find the manual to read about accessing radio peripherals from CPU1
Thanks for your answer. Yes it is STM32WB55. The doubt is I want to write a IEEE 802.15.4 based application for my project. This should be zephyr rtos based. I am not sure whether the 15.4 stack from st is compatible with zephyr
Hi @Ons KOOLI ,Thanks for your response. Yes STM32WB board is supported by Zephyr. But I could not find support for 802.15.4 feature. So if I want use to use 802.15.4 of stm with Zephyr could you please guide me on how to achieve it?Best Regards,Pre...