cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to use bare bones code in STM32WB55 and get the ZigBee working? In the examples I notice RTOS being used but I would not like to use any OS. Pointers to any documentation and/or any examples will be highly appreciated. Thanks for your time.

Parmin Nayani
Associate III
 
1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

Only a few examples are using an RTOS. Indeed, most of our examples are using the sequencer which behaves like a ‘bare metal’. You can look directly to the following files stm32_seq.h inside the following folder Firmware\Utilities\sequencer to get the description of the sequencer which can be considered somehow as an “advanced bare metal�? implementation. 

Best Regards