User Activity

Hi All,I have an question when i used STM32MP157.I encountered an issue when using DMA to store the values of ADC conversions.When I store the data from the ADC_DMA_Buffer to the ADC_DATA_Buffer in the HAL_ADC_ConvCpltCallback() function.Then check t...
Dear all,I have a question about ADC.When i used adc in dual regular simultaneous mode, master adc can get correct value, but slave adc can not.Does anyone have some idea?These are my ADC 1 and 2 configuration.In my understanding adcData_DMA = ADC_CD...
Hi all,I trigger the ADC through TIM 2(1HZ/s) and set the ADC to Dual Mode. ADC1 & 2 each have 5 channels. multimode.Mode = ADC_DUALMODE_REGSIMULT; multimode.DualModeData = ADC_DUALMODEDATAFORMAT_32_10_BITS; multimode.TwoSamplingDelay = ADC_TWOS...
I'm new at STM32 MCU.Is it possible that on STM32MP157D-DK1?I first set a value to DAC and then use its output as input to ADC then finally get a digital output which must same as the value i set to DAC. (Without DMA)If I can do that , how can I do t...
 Hello,I am a newcomer to embedded systems. I have a STM32MP157D-DK1 and I'm planning to develop some python applications to run on the A7 processor. I am encountering some issues.1. I created a simple web application using Python on Ubuntu. (python ...