User Activity

I have an ADC input that is read continuously and put in a buffer by the help of DMA. This is my buffer:uint16_t adc_buf[ADC_BUF_LEN];        //ADC_BUF_LEN = 1The value in the buffer is replaced continuously by the NEW sampled value from the ADC.I wa...
I would like to point out that I'm fairly new to STM programming and SMT32CubeIDE, but I have a problem to solve that I need help with:I am making a speed controller for a 3-phase BLDC motor, with 6 N-channel mosfets (two for each phase). These mosfe...