Skip to main content
Visitor II
August 7, 2023
Question

trying to implement the BLE stack (wb5 series) on an RTOS

  • August 7, 2023
  • 0 replies
  • 566 views

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 

eben11_0-1691410856868.png

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

    This topic has been closed for replies.