2023-08-07 05:38 AM
I am trying to implement the BLE stack (WB5 series) on an RTOS. I work with stm32wb5mm-dk evaluation board. I have a problem with the callback functions that are not being called in the new implementation. In an ideal world it would work like this : after the initalisation and starting the main function , TlUserEvtReceived needs to be called to handle the present events
IPCC is there because wb5 has 2 cores.
Sure enough the rtos handles the interrupts now. but tbh I can't tell whether they work fine or not.
Status of the project: it is running( runs the sequencer) without calling the ble stack ( NB: the initiliazation is done correctly ).
what could be missing. what should I check? how can I solve this issue?
Thank you for your help