2021-10-25 11:01 AM
Hello,
I have an application with STM32WB55 that is working without a problem using UTIL_SEQ_Run(UTIL_SEQ_DEFAULT); and i am using app_ble_update_data function to update the packet data but i would like to start advertising without using UTIL_SEQ_Run(UTIL_SEQ_DEFAULT); so how to call the function that is responsible of starting CPU2 to start sending the packets without starting the sequencer? I have already tried hours trying to find out how to but the sequencer is really nested and each function calls a lot of others!
Thanks a lot in advanced.