User Activity

Hello,         I am trying to built an applicaiton on STM32WB55 MCUs that contains interrupts and many digital signals. My code working very fine on development board and I am trying to implement this code on custom STM32WB55 PCB. The Problem is vect...
Hello ,I am trying to making a BLE application with triggering external interrupts that came from camera sensor. Normally my interrupt handlers worked just fine, however when I try to add BLE function, code getting hard fault.  Following lines in the...
Hello ,   I am searching for solution that my code is stuck in the hal_delay function. I couldnt figure it out exact solution. Indeed, this problem is posted in community many times. When I try to initilize the code form cubeMX and test it on --nucle...
Hello, I am using CUBEMX V6.9.0. However, still encountering problem that occurs during initialization from CUBEMX. Following lines are generate the error.  /* DCMI DMA DeInit */HAL_DMA_DeInit(hdcmi->DMA_Handle);HAL_DMA_DeInit(hdcmi->hdmarx);HAL_DMA_...
Hello, STM32WB55 is not support DCMI as default. How we can add DCMI to this device?
Kudos given to