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
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...
I have already tried... my problem is that I would like to know if I can use HAL_ADC_Start_IT(&hadc1) to acquire 1000 samples in my main independently of the sequencer and then when I have acquired the 1000 samples I send them. Only by doing this the...
I have the same problem after connection to ble if (HAL_ADC_Start_DMA(&hadc1, (uint32_t *)aADCxConvertedData, 1000) != HAL_OK){ Error_Handler(); go in error !
Thanks , I try .Another problem: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 th...