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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-16 11:40 PM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-04-12 2:21 AM
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
