STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

General info on Clock and Timers

Hi!I am new to Microcontrollers so the question could be not really exciting but I think it could help me to understand how clock and timers work.  I want to toggle the LD2 every 1 sec through a TIMER. I have set up the SysClock at 2MHz and a TIMER r...

Gatsby by Associate
  • 405 Views
  • 2 replies
  • 2 kudos

Resolved! STM32L476 USB Hardware for custom application

Hi ST,Using the STM32L476 for a custom battery-operated application, on trying to implement the USB 2.0 through a type C receptable, I need clarity on the connections of the USB.AFAIK the VBUS sensing on PA9 should be connected through a resistor div...

Making an STM32 last at 150°C?

Are there any guides or tips on making an STM32 MCU last in a high temperature (~150°C) environment? Specific voltage or clock speed tweaks?The MCU would sleep most of the time, but now and then take and store some measurements.Would certain families...

StefanH by Associate III
  • 6224 Views
  • 12 replies
  • 11 kudos

How to use ETM on-chip

Hello,I'm trying to record the execution trace of my firmware running on a STM32H753. For this I'm using the ETM functionality of Cortex M7. I don't want to use external tools but rather to use the ETF (Embedded Trace FIFO) that can be accessed direc...

Gpeti by Senior II
  • 1015 Views
  • 4 replies
  • 1 kudos

STM32L0 SPI Mode always return MODF

Greetings,I tried to setup a L0 using SPI to connect with LSM6DSR, all codes are generated using CubeMX (also the driver code for LSM6DSR with X-CUBE-MEMS1)The weird thing is, when ever it tries to utilize SPI functions (Transmit, Receive, and Transm...

TSu.1 by Associate II
  • 507 Views
  • 2 replies
  • 0 kudos

MX_RTC_Init undefined

Hi,I'm getting this below compile time errors...  undefined reference to `MX_RTC_Init'  However, I have included the rtc.h header file, which contains the declaration of the MX_RTC_Init(void) function.  #include "main.h" #include "cmsis_os.h" #includ...

iDeew by Associate II
  • 1873 Views
  • 11 replies
  • 0 kudos