User Activity

Hi,I tested FMC_SDRAM_DataMemory Example of STM32F769I_EVAL.I found out that the data written to SDRAM is not correct.See below picture for your checking. I believe HAL and FMC driver in system_stm32f7xx.c is not correct. Please advise me how to ma...
Dear ST,I have the following issues.I used ADC1 with DMA2_Stream0, ADC3 with DMA2_Stream4.If I don't enable cache, it works properly.Once I enable ICache and DCache, ADC readings are not correct.Please advise me how to make it work.Thanks.Regards,Thi...
Hi,I used  ADC Scan Conversion Mode + DMA  to read the values from 7 channels of ADC1.But the adc reading values are not correct when I enable the cache./* Enable I-Cache-------------------------------------------------------------*/// SCB_EnableICac...
Hi,I would like to scan 7 channels of ADC1 using multichannel conversion method.Since I want fix sampling rate for all channels, I use timer... But I cannot read ADC value when I set timer value for 200KHz.Please guide me how to configure 7 channels ...
Posted on May 10, 2018 at 09:14Hi,I would like to implement Dual Regular Simultaneous Mode using DMA in STM32F769 MCU.Please guide me how to configuration it.Thank you.Regards,Thiha Kyaw