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

USB host issue in CDC mode

Hello everyone,I am developing firmware for the STM32F7508-DK discovery board, and I'm utilizing TouchGFX for the GUI aspect of the project. However, I am encountering a problem when enabling USB-FS HOST functionality. The GUI and other peripherals s...

iSaeed62 by Associate II
  • 376 Views
  • 0 replies
  • 0 kudos

Rust, STM32L451, entering Stop Mode

Hi, I have a problem entering Stop Mode 2 with STM32L451CCU6. My current consumption is around 600 uA, while expected should be much lower. What can cause this problem? Here is the code:  use cortex_m::asm; use cortex_m_rt::entry; use stm32l4xx_hal::...

rbb by Associate
  • 311 Views
  • 0 replies
  • 0 kudos

Resolved! ADC Reading Consistency

I am feeding 1.75V into an ADC input on a STM32F407 and see the voltage source is clean and consistent on a scope.  I continuously read the value every 20ms.  I see the ADC value change between 2108 to 2130.  How consistent should the value be?  I'm ...

LMorr.3 by Senior II
  • 1107 Views
  • 5 replies
  • 2 kudos

What is the purpose of OSC32 in STM32

I am designing my first PCB. I am working on the project that needs low power consumption. For this we chose STM32L031G6U6 microcontroller. After collecting some measurements, the CPU will be put into sleep mode and wake up every minute or so for a f...

LPetr.1 by Senior
  • 3578 Views
  • 2 replies
  • 0 kudos

Clear SPI Rx buffer using DMA and resume receiving.

Hello. Two NUCLEO-G431RBs are used for SPI communication.One is used as SPI master and one as SPI slave, and the pins of SCK and MOSI are connected to each other using jumper cables. Communication works fine most of the time.However, when the other p...

TKawa.9 by Associate II
  • 1050 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H753ZI Internal pull up resistors not doing anything?

Hey guys,Kinda pulling my hair out as to why the pull up resistor is not kicking in? I am expecting when the MCU boots up to see a nice high signal on PA4, but nothing. I am not sure what I am doing wrong. if I write a 0x01 into ODR it then pulls up,...

CLeo1_0-1687967788184.png CLeo1_1-1687967821007.png
CLeo.1 by Senior II
  • 1400 Views
  • 4 replies
  • 0 kudos

Reading RPM from Motor using hall encoder

I am trying to implement a code that can read the velocity of a DC motor with built in encoder. I am using STM32 F446RE and a CQrobot motor equipped with an Hall encoder.. specifications below:http://www.cqrobot.wiki/index.php/DC_Gearmotor_SKU:_CQR37...

totino5 by Associate
  • 653 Views
  • 0 replies
  • 0 kudos

Resolved! DMA access on M7 Device

I'm using a STM32H745 MCU, with two processors, one of which is an M7. With the M7 I have problems with the DMA, I have seen that it is a very discussed topic on the internet, where there are many solutions, but I still have some doubts: I would like...

FMass.1 by Associate III
  • 639 Views
  • 1 replies
  • 0 kudos

CANBUS Working on Loopback but not in normal

I am trying to set up a CANBUS connection between two STM32L4 Microcontrollers and while having has been setup correctly and none of the microcontrollers are sending error messages I cannot seem to get a Receive message from either CAN transceiver.Th...

External power supply STM32L432KC

Hello,I was experimenting with the L432KC board. While connected to the computer everything worked fine, but as soon as I tried to use an external power supply everything stopped working. More specifically the board's led LD1 slowly flashes when conn...