User Activity

"I used the STM32F746ZG to read the current from an ACS712 sensor, but the problem is that the ADC is not stable. I tried using an STM32F466RE to measure the same current, and this time the ADC is stable. I don't understand why, despite the ADC chara...
I' m using ADC2(with 4 channel ) and ADC3 (with 2 CHANNEL) i need them to measur current from 6 sensor ACS712 the process was fine with DMA  and works pretty good, but the problem  is with the while loop.  the while loop never runs. i found some tuto...
Hello,I wonder if it is or it is not possible to use more than one ADC independet of each other. My problem is as follows: I want to use ADC1 and ADC2  in independent scan conversion nothing works anymore. My code work for ADC1 alone   or ADC2 alone,...
I have to recieve a frame from a bldc controller , this frame as follows START CMD LENGTH BAT CUROLD TSNS STATE USER VOL CUR0x660x420x??1 byte1 byte2 bytes1 byte2 bytes2 bytes2 bytesbut i didn't receive anything , the problem with how to manage the l...
 i have established communication with a BLDC (Brushless DC) controller. Initially, i send a message to the controller using the function void sendParameter(uint8_t parameter). Following this transmission, the BLDC controller is expected to respond w...