User Activity

I have a reading problem with dmaWhen reading multi channel with ADC dma I need to know when to sample each channel. In the ADC input, I found a 2us transient in the oscilloscope output below. I considered this transient as adc sampling time and adju...
I am trying to read 2 channel ADC with STM32L011F4.My ADC and DMA settings in cubemx are as follows my problem is that the DMA only returns the low 8 bit of the last channel.uint16_t ADC_Reads[2] = {0};   while (1) { HAL_ADC_Start_DMA(&hadc,(uint...
In a previous project, I configured the PA0, PA1 PA2 inputs as ADC and read them with DMA without any problems. Since I need to use PA0 and PA1 for another job, I shifted the ADC inputs to PA7 and PB1. but I was not able to read these channels with D...
Hello,I need to make a measurement with a photodiode 100-300us after a high power LED blinks for 100us. Although I feed the LED from a separate LDO (I also tried SMPS), the collapse and recovery trend in the LED voltage creates the strange shape at t...
Hello to everyone,I found LWIP settings working fine with 2 ports open at the same time. I want to share with you. I am working with the NUCLEO-H753ZI board.in addition to the manual here.I shifted the Ethernet and LWIP buffers to addresses 0x3000000...