User Activity

I have a board Nucleo WB55 and I'm configuring PWM on channel 1 of TIM2.I know is possible configure PWM Mode 1 also on channels configured as Output Compare, but CubeIDE not allow set this configuration, I think is an issue.I changed the init code w...
I have a board P-NucleoWB55 and I'm trying to acquire a signal with external clock, very similar to uart, I tried with usart in slave mode without succcess, I tried with spi slave without success.Now I'm trying to trigger a DMA transfer with a timer ...
I have a board P-Nucleo55WB and I have to receive data from usart syncronized with external clock. Is it possible?I tried to configure with CubeMX as Syncronized Slave and I see USART1_CK enabled, but this pin is not used for receive the external clo...
I have a dev board NucleWB55 and I'm trying to replicate the application BLE Cable Replacement using code generator of STMe2CubeIde 1.11.0. I configured 1 service with 2 charateristic, read and write no response for tx and read notify for rx.From an ...
I'm generating code with STM32CubeIde 1.11.0 for a STM32WB55, in my test project there is an USB CDC and BLE is enabled.When I enable BLE also IPCC must be enabled, but after HW_IPCC_Init is called usb clock is wrong so my usb device doesn't work any...