HOw to set ExternalTrigConv for SDADC_HandleTypeDef structure of ADC's variable in my stm32xx MCU application?
I want to use two SDADC_HandleTypeDef variables in sigma-delta ADC-s differential mode triggered by timer TIM3 for example?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to use two SDADC_HandleTypeDef variables in sigma-delta ADC-s differential mode triggered by timer TIM3 for example?
Hi!I have a serious problem trying to read in memory-mapped mode a SPI MRAM (MR20H40 from Everspin). I have configured my STM32L4R and I can WRITE in memory-mapped mode without problem, but while reading, I loose control of the MCU and I need to rese...
In the Reference Manual R0008, there is "Using one timer to start another timer" in Chapter 15.3.15. I want to know whether "use a timer to stop another timer" can be realized.Besides, I want to stop the timer in a rising edge, so the gated mode can'...
Hello, I am a beginner in embedded systems,I would like to build the following project on my STM32F102 bluepill board.I have configured TIM 2 timer for 1 sec period and it blinks the LED. (working)I also want to collect data through ADC and send it o...
Good afternoon,I recently started working with TouchGFX and encountered a problem while flashing the programm on my board STM32F746NGH6 (with the display: ETEM043005XDH6)After reading & understanding the code of the examples as well as building my ow...
UART buffer receives garbage character(first character) after power on reset to the module connected through UART? Is this expected?But while scoping RX pin,any character is not seen.
I am using STM32F7508-DK and comparing the memory performance of its internal SRAM vs. the external SDRAM connected to FMC (starting from 0xC000_0000).When I turn on the cache, the performance behavior is unexpected. Especially, The external SDRAM is...
Hi,I'm receiving characters in polling mode on USART2 in an STM32L476VG.The USART is set up and enabled. I have the following in my receive character routine:// Get a character from the Aquaflex port // timeout with return = 0 int8_t AquaGetChar() {...
I have to connect 10 devices based on STM32F429x MCU to PC and run them in parallel and send log data from all those STM32F429x devices to PC. Previously when using 1-2 ARM devices with PC I had been using serial port with RS3232 and USB-serial conve...