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

ADC Differential Inputs

Hello Community,Suppose that an ADC is configured to receive a differential input, say PA0 and PA1 as the non-inverting and inverting inputs respectively. Does that mean that the ADC reading can now be a negative number (corresponding to a a negative...

Amir1 by Associate II
  • 1908 Views
  • 3 replies
  • 0 kudos

ADDR bit is not set in I2C

Hi I'm trying to configure stm32f103 as a master to write data to slave EEPROM chip. The master generates a start condition but slave doesn't acknowledge the address ( the address is mentioned in the datasheet though )#include "stm32f10x.h" ...

ASeyo by Associate II
  • 750 Views
  • 1 replies
  • 0 kudos

Resolved! PSRAM working Issue with FMC interface in STM32F723 ?

I am interfacing (IS66/67WV51216EBLL) 8Mbit static RAM organized as 512K words by 16 bits with STM32F723 microcontroller using it’s inbuilt FMC interface. FMC is configured in 16bit mode. Read and write operations are working as expected. Bu...

SShin.18 by Associate II
  • 1134 Views
  • 2 replies
  • 0 kudos

Do ADCs have independent input channels in dual mode?

I want to use ADC1 and ADC2 in dual mode simultaneous. In reference manual on p.360 there is a note that states that i can't convert tha same channel on both ADCs simultaneously ("no overlapping sampling times for the two ADCs when converting the sam...

RGris by Associate II
  • 1055 Views
  • 5 replies
  • 0 kudos

How to initialize ADC-2 on STM32G431CBT6

Program locks in waiting for ADC_ISR ADRDY to become a '1'. Have set RCC_AHB2ENR bit 13 (ADC12EN), Cleared ADC2_CR-bit26(DEEPPWD) and set ADC2_CR-bit25(ADVREGEN). Finally set ADC2_CR-bit0(ADEN). Now ADC2_ISR bit-0 (ADRDY) should become high, but it s...

Programming NUCLEO-F030R8

Hi There,I Have purchased(On transit :) ) NUCLEO-F030R8 board for learning purpose. I''m planning to use Kiel IDE. Is this board needs separate debugger ? Or just usb cable connected to PC from board does the Job ?Thank you.

Resolved! STM32L476 USB inconsistencies.

Posted on March 29, 2017 at 00:21I've been working with USB on my Nucleo board(S)  for some time now. Been comfortably successful at getting a few operational interfaces working with it. Including DFU. STM32L476. So time to make our own PCBS! We kno...