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

STM32F429ZIT6 SPI Receive Issue

Hi everyone,I'm currently using the Nucleo F429ZI development board to test SPI Receive, and I've encountered the following two issues:I use the HAL_SPI_Receive() function, when I config the SPI frequency to a slower rate, I've observed that the CS s...

Scarlet_3-1713491847589.jpeg Scarlet_1-1713491584077.jpeg Scarlet_2-1713491599258.jpeg
Scarlet by Associate III
  • 322 Views
  • 4 replies
  • 3 kudos

Resolved! STM32G0 Reference Manual Typo (ADC-Oversampler)

RM0444 (Rev. 5 Nov 2020 - should be newest): Chapter 15.8 Oversampler: "N is defined using the OVFS[2:0] bits": this should say "OVSR[2:0]" bits. Chapter 15.12.3: Register ADC_CR Note for AD_EN: "set ADEN only when all bits of ADC_CR registers are 0"...

flyer31 by Senior
  • 178 Views
  • 1 replies
  • 0 kudos

Resolved! Setting up HSE on NUCLEO-H743ZI2 Development Board

Hello, I want to use the HSE of the NUCLEO-H743ZI2 development board. I tried to set it up according to the instructions in the user manual using MCO from STLINK-V3E.Here's my setup:However, when I checked STLinkUpgrade, I found that the HSE is set t...

HMsDobby2_0-1713254167464.png HMsDobby2_2-1713254244896.png HMsDobby2_1-1713254228918.png HMsDobby2_3-1713254358599.png

STM32H7B3I-DK UART and WIFI connection

Hello everyone!I'm working on a project where I want to transmit some data to the cloud using the STM32H7B3I-DK board. However, I've encountered difficulties in establishing serial communication with this board. I've tried enabling SPI communication ...

User1340 by Associate II
  • 340 Views
  • 3 replies
  • 0 kudos

STM32 Muxed FMC reference schematic

Hi,I'm working on a hardware design using the STM32F765VIH and I am trying to connect a MT28EW128ABA1HPC-0SIT NOR Flash and IS66WVH16M8DBLL-100B1LI PSRAM to the FMC in muxed mode. I'm struggling to understand how the muxed connection should be made a...

gosal by Associate III
  • 492 Views
  • 5 replies
  • 0 kudos

ADC with DMA and 3 Channels

i'm trying to get a 3 channel dma up and running on my u5, but unfortunately i keep getting the error handler at line 122 that the a/d can't start via dma. do i need to do something additional here or not? i've already clicked through some posts and ...

Multiple channels used for TIM1

Hello,My final goal is to output two pulses from two separate pins, but not at the same time. My intention is to use TIM1 for my STM32F401RE board, as this is the only timer that allows me to set the repetition counter for the 'One Pulse Mode'. This ...

Kalle by Associate
  • 162 Views
  • 1 replies
  • 0 kudos

Resolved! How to get free memory on USB drive with FatFs?

Hello,I would like to get free memory on USB drive (64GB, FAT32) with FatFs library. Here is part of my code:  DWORD fre_clust, fre_sect; uint64_t free_memory; res_file = f_mount(&fs, "0:", 1); res_file = f_getfree("0:", &fre_clust, &fs); fre_sect =...

Ondrej1 by Associate II
  • 215 Views
  • 1 replies
  • 0 kudos
Labels