STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Are stm32g431 and stm32g441 pin compatible?

As I've seen in cubeMX all periphereals I use match the same pins in both versions of x1 series (which vary just in the absence of AES encryption module) but I cannot find in any datasheet wether they truly are as it is not mentioned anywhere as far ...

PAval.1 by Associate
  • 626 Views
  • 3 replies
  • 0 kudos

Hi guys, I'm using STM32G431 board and trying to use the internal OpAmp in standalone mode using Low Level Drivers (LL Drivers). The Opamp works fine in follower mode, but not in standalone mode. Can anyone suggest what might be the problem? Thanks in adv

Please find the code here, SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SYSCFGEN); LL_OPAMP_SetMode (OPAMP2, LL_OPAMP_MODE_FUNCTIONAL); LL_OPAMP_SetFunctionalMode (OPAMP2,LL_OPAMP_MODE_STANDALONE); LL_OPAMP_SetInputNonInverting (OPAMP2, LL_OPAM...

Rragh by Associate
  • 625 Views
  • 2 replies
  • 0 kudos

Datasheet minor error found.

Hello, I have just meet a small mistake in datasheet. Stm32F103xC... DS5792 rev 13 page90, Figure 42. High/Low input voltage for Vdd=3v3 are wrong. RegardsRobert.

RnnKrk by Associate II
  • 342 Views
  • 1 replies
  • 0 kudos

How to read SPI correctly?

I use Nucleo board (STM32L053R8) to connect SPI slave. The SPI command had been sent to slave correctly, and slave also return the expected value (0x2C). But Nucleo SPI master cannot get the return data correctly. The RXNE is raised without problem, ...

LChan.5 by Associate II
  • 717 Views
  • 4 replies
  • 0 kudos

Firmware for STM32F401CC6

I got an STM32F401CC6 blackpill module.I tried to upload via Arduino IDE the demo project blink.After succefull upload the board does not work.It lights only the red led and not the blue one.Is there any way to recover it?Thank you ,Yannis

YXidi.1 by Associate II
  • 764 Views
  • 4 replies
  • 0 kudos