Integration of an existing project into the sequencer (UTIL_SEQ)?
I wish to add BLE functionality to an existing project on an STM32WB55. It appears that use of the sequencer (UTIL_SEQ) is encouraged if not mandatory for employing the BLE coprocessor on the WB55.
My understanding of the sequencer is that it's simply an optimized while loop and so any existing interrupts (Timers & DMA) I have utilized will continue to function as normal and I should take what's running in my current super loop (while(1) loop) and slot them into functions that I then register as tasks and set with the sequencer.
Are the assumptions I've made regarding interrupts correct and is the approach of integration I have described straight forward and reasonable?
Here is a list of resources I've found relating to use of the sequencer with the STM32WB55:
Building wireless applications with STM32WB Series microcontrollers
