User Activity

Hi @STTwo-32 ,I am using the BLE_p2pServer example with NUCLEO-WBA55 and want to use USART2 instead of USART1. If I use USART1 and send a byte via HTerm, the task UTIL_SEQ_SetTask( 1<<CFG_TASK_SEND_NOTIF_ID, CFG_SEQ_PRIO_0); should be executed as soo...
Hi,with the BLE_p2pServer example for STM32WBA55, i want to change the interface from USART1 to USART2. How can i use the trace information likewith USART2?
Hello,I would like to use the BLE_p2pServer_ota example with the STM32WBA55CG as a template for a project. Since I do not have an LSE available here, I would like to use the LSI. Which settings (defines) do I have to change?If I use the LSI with 32,0...
Hi,i am working with NUCLEO-WBA55 and using the BLE_p2pServer_ota example as a template for my project.Unfortunately, the program does not start when I supply it with power via USB but only after I have pressed the Reset button. Can someone please he...
Hi,I am using the example ble_p2pServer_ota with STm32WBA55. I would send a packet between a client and a server with more than 20 bytes.Here is part of the code from p2p_server.c:When i debug the code, the value of Attr_Data_Length is correct until ...