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

STM32 FDCAN Send CAN messages without ACK

Good morning:I'm working with the STM32G431KB on my own board. In the project we send messages thanks to the FDCAN HAL module driver layer for wakeup other ECU by expecific CAN messages. Situation:I am working using Polling mode for FDCAN: hfdcan1.I...

Can't use FDCAN alongside TouchGFX

Using an STM32H750B discovery board, I'm trying to set up FDCAN. However when I activate either FDCAN1 or 2, the clock configuration needs to be adjusted, as by default, the FDCAN receives 200MHz, but van only accept up to 100. If I run the automatic...

Fixr by Associate
  • 3179 Views
  • 1 replies
  • 0 kudos

How to make use of Vbus Sensing for USB device?

We are using USB_OTG_FS in Device mode in STM32U575 series. In our application, we enable the USB peripheral on external GPIO pin rising event & disable the USB peripheral on external GPIO pin falling event. Need to know how to make use of Vbus Sensi...

sn1 by Associate
  • 4137 Views
  • 2 replies
  • 3 kudos

AC Signal Input

I have a STM32-C3 and was wondering what is the best way to sample a bipolar AC signal? In addition, does the STM32-C3 support ADC gain?

STM32G030 PA8 etc...

Hey!I'm using the STM32G030F6Px, physical Pin 15 is home of PB0, PB1, PB2, PA8. How do you select which GPIO is connected to the pin? This is explained in the reference manual regarding PA11/PA9, set with the PA11_RMP bit in SYSCFG_CFGR1.There is no ...

wGHHbVc

CAN Messages not sending

Hi, I am using the following:cubeIDE 1.13.1/STM32F072C8U6/baud = 250K - I attached a picture of my clock diagram & param setup.Hi, I am using the following:cubeIDE 1.13.1/STM32F072C8U6/baud = 250K - I attached a picture of my clock diagram & param se...

DBles.1 by Associate II
  • 465 Views
  • 0 replies
  • 0 kudos

HAL_I2C_Master_Receive disable IRQ for long time

Hi use when i use middleware and Softwares packe witch X-CUBE-MEMS1 for read a accelerometerBut when i add this code my timer interrupt (at 10khz) miss interruptsAnd i watche in HAL_I2C_Mem_Read  __disable_irq(); /* Read data from DR */ ...