User Activity

I am running the same firmware build on two different pieces of hardware that contain an STM32WB55CG. The firmware is configured to use a Fixed Pin for pairing and bonding. One works as expected and will create a bonded, authenticated, encrypted link...
I am using an STM32WB55CG in a slightly challenging environment. aci_gatt_update_char_value() works great most of the time and returns BLE_STATUS_SUCCESS and transmits data. Occasionally the STM32WB55CG will disconnect and then reconnect. Our applica...
I built the project with CubeMX 6.2.1. I have added the call in main to the sequencer. I have added the sequencer header file. I have added the IPCC IRQHandler functions to stm32wbxx_it.c.The project builds fine and downloads to the NUCLE0 WB55. It s...
Here is the function running in my STM32WB55CG:/** * this function can be nested */ void UTIL_SEQ_WaitEvt( UTIL_SEQ_bm_t evt_id_bm ) { UTIL_SEQ_bm_t event_waited_id_backup; UTIL_SEQ_bm_t current_task_id_bm;   /** store in local the current_t...
Kudos from