User Activity

Hi, I have implemented SPI communication using DMA and it works. When i receive different data than the mentioned protocol format then it hangs and i dont receive any more data and i have to reset the chip to get back the communication. Is there any...
Hi I would like to get buildnumber in stm32 controller and using STM32 cube ide. I can get date and time but not build number. Any suggestions.__BUILD__,__DATE__,__TIME__I am getting error on getting buildnumber using __BUILD__.Any suggestions on how...
Hi, I am trying to read multiple ADC channels using DMA method. I am not able to read values. I am not sure what wrong i am doing. /* ADC1 init function */ void MX_ADC1_Init(void) { ADC_ChannelConfTypeDef sConfig = {0};   /** Common config */ ...