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

Get data from ADC

Hello,My aim is to get data from two ADC channels in order to extrat data into a file. I want then to analyze data with Matlab.For now I achieve to see the two signals in my debugger but I can't manage to extract them from there.I am using a Nucleo F...

Find MCU by supported Debug/Trace facility

Hallo all,where can I find an overview on which trace block like SWV, ETM or ETB is implemented in the different STM32 MCUs?Currently I am looking for one supporting ETB for evaluation purposes.Kind regardsStephan

SHoff by Associate
  • 303 Views
  • 2 replies
  • 0 kudos

Resolved! UART Oversampling 8 and 16

STM32 experts,I bought 2xNUCLEO-F042K6 for testing purposes. Reference manual says that uart speed at oversampling 16 is 3mbit/s, for oversampling 8 is 6mbit/s.Here is my working configuration. I send 100 bytes data at 3mbit/s and oversampling 16 fro...

John Doe1 by Associate III
  • 2282 Views
  • 1 replies
  • 0 kudos

Question on Floating Point operations

I've heard that floating point operations are very time consuming. However, I've seen that many STM32 include a floating point unit. I'm using a L432KC Nucleo. How does it exactly work? As far as I know, L432KC includes this unit which supports hardw...

xpp07 by Senior
  • 471 Views
  • 6 replies
  • 0 kudos

I used stm32cubemx to config stm32f407, when it entry stop mode, PA0 is used to wakeup MCU from stop mode, how to config system clk. when it entry into stop mode and leave stop mode

entry into stop mode:  HAL_NVIC_EnableIRQ(EXTI0_IRQn);  HAL_PWR_DisableWakeUpPin(PWR_WAKEUP_PIN1); __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU);  HAL_PWR_EnableWakeUpPin(PWR_WAKEUP_PIN1);  __enable_irq(); HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_ST...

hjk by Associate
  • 196 Views
  • 0 replies
  • 0 kudos
Labels