User Activity

I am implementing a BLE application using the STM32WBA Nucleo board. I have enabled STM32_WPAN in CubeMX and confirmed that BLE logs are being output when CFG_DEBUG_APP_TRACE is set to Enable.However, when I change CFG_DEBUG_APP_TRACE from Enable to ...
I would like to ask about the behavior when wake up from standby mode.I will place the bootloader and application at the following addresses:Bootloader: 0x08000000Application: 0x08010000If I transition to standby mode within the application and then ...
I am developing using STM32CubeMX and IAR Embedded Workbench for ARM (EWARM).I was using version 8.50.9 of EWARM.I have upgraded to the latest EWARM v9.20.2.Then the firmware that was working with EWARM v8.50.9 stopped working.I also tried EWARM v9.2...
​I am using P-NUCLEO-WB55.I set 3 buttons (SW1 / SW2 / SW3) to GPIO_EXTI. I confirmed that an interrupt is generated when the button is pressed.After that, if the middleware STM32_WPAN (BLE) is enabled, no interrupt will occur even if the button is p...
BLE5.0 has the Periodec Advertising feature.How can I use Periodec Advertising?And, is there a sample program for Periodec Advertising?