STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Opamp on STM32U545 is impossible to read with ADC_IN8

Hello.I am finishing a project where I measure voltage with an ADC using the STM32L431 and, for greater accuracy, I am using the OPAMP (PA0 = ADC1_IN0_VINP and PA3 = ADC1_IN_VOUT). For the STM32L431 on the STM32CubeMX, when activating the OPAMP in "F...

EB by Visitor
  • 21 Views
  • 2 replies
  • 0 kudos

stm32u5g9 dcmi double buffer linked list

Hello Using a STM32U5G9NJHxQ.Using a 646x480 1byte per pixel monochrome Dcmi camera --> 310080 bytes --> 77520 words (32 bits) --> according to AN5020 6.4.8 this means Double buffer mode for medium resolutions, continuous capture in my case.Based on ...

ADC with DMA is not working accurate(Low values) for Internal temperature sensor channel and VBAT channel, VREF with zephyr RTOS in STM32H7

Hi,we are using ADC with DMA for internal ADC channel like internal Temperature sensor, VBAT, VREF but we are facing issue related to accuracy please help me on this Configuration:ADC channel:   adc_channel_config_t ADC3_temp_config = {        .chann...

STM32F103C6 DMA ADC reads 753 on all 8 adc

Can any one please assist me.I have all 8 ADC down to GRND 0V I am using this command:HAL_ADC_Start_DMA(&hadc1, AD_RES_BUFFER, 8);   The arry is:volatile uint32_t AD_RES_BUFFER[19] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; All 8 AD...

erastusC_0-1749722331189.png erastusC_1-1749722368774.png erastusC_2-1749722959738.png
erastusC by Associate II
  • 61 Views
  • 3 replies
  • 0 kudos

STM32H7RS SPI DMA memory to/from peripheral

Hi,I am trying to establish a successful transfer using SPI in master full duplex DMA mode using a NUCLEO-H7S3L8 board (STM32H7RSxx family).For this purpose I wrote the following functions:#define U2A_CDC_U2A_ITF_TX_DMA_CH LL_DMA_CHANNEL_2 #define U2...

simozz_0-1749735236467.jpeg
simo zz by Senior
  • 48 Views
  • 2 replies
  • 1 kudos