STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! STM32G0B1KBU7 (UFQFPN32) and clock for FDCAN peripheral

Hello,We are planning on replacing the F042 (TSSOP20) with the G0 cited in the question.At the moment the F042 use a HSE crystal of 8MHz in order to get a precise enough clock for the CAN peripheral.Parsing the datasheet of the G0B1KB, there is no wa...

Kraal by Senior III
  • 591 Views
  • 5 replies
  • 0 kudos

Experience with oddly silkscreen STM32s?

Got a new batch of micro's from a broker due to the chip crisis. They work and soldered down fine, memory matched, bootloader, etc. The concern about these MPU's is the silk screen and die marks are quite different.We have never seen die marks on the...

0693W00000FAjE8QAL.png
RCyr.1 by Associate
  • 760 Views
  • 4 replies
  • 0 kudos

STM32H743ZI UART Tx with DMA doesn't want to turn on

Hi guys, its been a while and I hope everyone is well and safe.Using a STM32H743ZIReference Manuel I am having issues turning on the DMA1 stream associated to the UART4 Tx, in this case DMA1_Stream1. The DMA is setup as a One Shot mode (Normal Mode) ...

CLeo.1 by Senior II
  • 522 Views
  • 5 replies
  • 0 kudos

STM32f746G_DISCO board sdram configuration quesiton

Hi, In the STM32F746G_DISCO board, FMC_SDRAM example, how to decide these parameters? Which section does it specify from sdram MT48LC4M32B2B5 datasheet? SDRAM_Timing.LoadToActiveDelay   = 2; SDRAM_Timing.ExitSelfRefreshDelay = 6; SDRAM_Timing.SelfRe...

JChen.24 by Associate III
  • 294 Views
  • 1 replies
  • 0 kudos

How to set up the adc sampling time.

Hi,I am using ADC of STM32H743ZI which is configured as 16 bit, ADC clock =36.5MHz,Tsampling=1.5cycles in continuous conversion mode . I am using DMA technique to collect the data using a buffer size of 4096 in circular mode.The input is sine wave o...

GHARI.1 by Associate II
  • 8768 Views
  • 18 replies
  • 0 kudos

UART information is shifted by 1 byte when I connect my STM32G474RE directly to my PC and use a terminal program to send information to control things. It fixes itself after resetting the board.

For example, if I send 1000, it will be received as 0100 on the STM board. I send what I received in the Rxcallback function. My program doesn't work, so I know this is the case. This issue stops after I hit the RESET switch on my board. Now, my iss...