User Activity

When I create my basic project   choose from ST32CUNE ide the example  ble_pheripal_lite all is ok .The problems arrive when I want add  for example a new periperal how ADC .... How can add in the driver the adc the stm32wbxx_hal_adc.c!!!!Thanks
Can you give me an example where to acquire data from an ADC channel via DMA with triggered timer and send it via BLE Thanks
Im running ble heart of stm32wb55  , I would like use adc input channel with  the  ADC_SingleConversion_TriggerTimer_DMA_ but the tim2 that i instantiate seem not run; the  variable ubDmaTransferStatus that indicate the end of dma tranfert(value = 1)...
Can anyone tell me how to do it without wasting days to simply compile a project from the repo:https://github.com/STMicroelectronics/STM32CubeWBalthough if I import any ìxample from stm32cubeide when I compile it tells me that there are missing libra...