Custom_STM_Event_Handler(void *Event) in custom.stm is not working as I expected to
Hello. When I send data from my phone (ST BLE Toolbox App) to my stm32wb55rg nucleo board the code enter in Custom_STM_Event_Handler(void *Event) function in custom.stm. The description of this function sais that the parameter *Event is the location of the buffer of the event. Im sending 0x1111, but when I display the variable event_pkt im not able to see the value i have set or the direction of the memory of the value. Do you know what could happend?
Thank you.