User Activity

Hello community , Am using STM32H745ZIT6 MCU in that  configured ADC (4 channnels)  triggered by timer and data collected in DMA .ADC is tiggered by timer (all the 4 channels at a time ) . I want to trigger each channels seperately(in a single ADC) b...
Hello community, In my project requires upto 16384 points of FFT(Fast Fourier Transform) . I found out that I can’t perform this number of FFT points using arm CMSIS DSP library since it is limited to 4096 point Max. Due to this I have to use externa...
Hello community , Am using a STM32CubeIDE version 1.9.0 with CubeMX 6.5.0  created project in this and working fine no issues . Currently installed a recent version CubeIDE1.14.0 with CubeMX 6.10.0 and i opened my old projects in this projects will o...
Hello team, am working ADC and Ethernet in Nucleo H745zi_q board when goes to initialize DMA for ADC  from that moment Ethernet failed to ping "destination host unreachable " . HAL_ADC_Init  --> HAL_ADC_MspInit -->  /* ADC3 DMA Init */   if i comment...
Hello team, i have a Nucleo H745ZI_Q  board  in this am working  Differential ADC  and Ethernet (using FreeRTOS ) in cortex M7 .  ADC is working fine in indivisual code  And Ethernet also working fine in indivisual code when going to integrate both i...