User Activity

On page 39 of UM3345 (User manual - STM32WB09 Nucleo-64 board (MB1801 and MB2032)):Note: With the BLE_p2pserver demo programmed in the NUCLEO-WB09KE, the low‑power mode is enabled tooffer the best low‑power performances. Therefore, on STM32WB09KE, th...
I used a MB2032-WB09-B02 on MB1801D for several times, flash in CubeIDE was always OK, though debug prompted error read data every time, then the next day when I used it again, it didn't work, I couldn't flash image into neither in IDE nor Prog, the ...
I read the "STM32WB09KEVX_FLASH.ld" of STM32WB09KE, could anyone tell me what's the meaning of these period sign in this file? /******************************************************************************* * STM32WB09 generic linker file for GCC * ...
I used Timer6 and Timer7 on STM32L433CCT6, used Timer6 for tone generation and Timer7 for tone toggle generation, the ISR is: void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef* htim) { if(htim == &htim6) { HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_0)...
debugger window in STM32CubeIDE.