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

HSE OSC configuration fails STM32H7S

I'm new to STM32. I made a custom board using STM32H7S3V8T6, but I think the HSE OSC configuration is failing. If I build main.c in (in Boot, not Appli), if (HAL_RCC_OscConfig(&RCC_OscInitStructure)!= HAL_OK) This part doesn't make HAL_OK, so this go...

111.png 222.png 333.png 스크린샷 2024-08-16 003050.png
cyn7 by Associate
  • 474 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H743 ADC3 Acquisition voltage accuracy

Now I want to use ADC3 to collect the voltage of single-ended signals. I used IN1 channel to collect the reference voltage source of 1.5V and the internal channel to collect the internal reference voltage source of the chip respectively. The test res...

hanqingze_1-1723211705777.png hanqingze_0-1723211675673.png
hanqingze by Associate III
  • 890 Views
  • 8 replies
  • 0 kudos

STM32U0 1.8V and USB 3.3V

Hello! I am working with a STM32U073 on 1.8V and I want to use the USB feature. Indeed, the datasheet tells us that USB needs a separate power supply around 3V (4.1 Power supplies), but every time when I apply this voltage on VDDUSB pin, it goes to t...

Resolved! BKIN Input to shutdown PWM for motor

Hi, i have configured BKIN pin to detect fault for my overcurrentSo for my motor driver if this pin sense BKIN input. How much time it be will taken by my microcontroller to sense and to act to shutdown my PWM gate signalsIs it hardware glued logic t...

sag_0-1723450589668.png
sag by Associate III
  • 712 Views
  • 7 replies
  • 0 kudos

Resolved! NUCLEO-H723ZG Ethernet LWIP

hello alli am having stability issues with a sample code that uses ethernet with lwip and freertos.practically the operation is unstable, after a few resets it works but then hard faults appear:HardFault_Handler() at stm32h7xx_it.c:88 0x8000f88<signa...

AntoR by Associate III
  • 561 Views
  • 3 replies
  • 1 kudos

USB device as MSC starting from cubeMx

Hello, I try to add MSC feature to my app. MCU is L452.To avoid side effects, I started a brand new app with cubeIDE/Mx.I activated USB_DEVICE feature.I declared the USB_DEVICE as mass storage class.I had a look to the MSC_standalone example from G0 ...

JulienD by Senior
  • 664 Views
  • 2 replies
  • 1 kudos

only 1 byte RS485 received on STM32L051

Hi there I am using STM32L051 to talk to a RS485 transceiver and I am having problem with the receive part.System is as follow: laptop->FTDI USB converter-> Renesas transceiver -> STM32I want to update the single byte buffer when a character is detec...