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

STM32L151CBT6A MCU, Enter stop mode have biggest power consumption - above 960uA, but datasheet is ~2..10uA ? And MCU not wake up from STOP by RTC WKUP

Code of main cycle:// Some "works"... ipf("Works 5 sec\n\r"); HAL_Delay(5000);   // Prepare... ipf("Power save STOP mode 5 sec\n\r"); double CounterVal = 5000 * 2.3125; if (HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, (uint32_t)CounterVal, RTC_WAKEUPCLOCK_RTCC...

AlexandrX by Associate III
  • 981 Views
  • 15 replies
  • 0 kudos

Have you ever met a problem with HAL_MMC_ReadBlocks?

Hi,I'm working on SDMMC on STM32U5 nucleo board.Everything works fine for 1 and 4 bit mode.But, in 8 bit mode I can write data with HAL_MMC_WriteBlocks but when I try to read back with HAL_MMC_ReadBlocks, it always gets SDMMC_FLAG_DCRCFAIL.Have you e...

j.kouadio by Associate III
  • 325 Views
  • 1 replies
  • 2 kudos

SD_FindSCR Function!?

My problem just like https://community.st.com/s/question/0D50X00009XkdhZ/sdfindscr-function-problem​In ​the SD_init function ,I use HAL_SD_ConfigWideBusOperation to change bus wide.​but sometime it will dead in SD_FindSCR => while(!__HAL_SD_GET_FLAG(...

wu ryan by Associate II
  • 423 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L433 LPTIM External Clock Max Freqency?

What is the max frequency when driving the LPTIM from an external clock?I would like to drive the LPTIM1 from a STM32L433 to control a Boost switch regulator. Since we can clock LPTIM1 from 80MHz PLL internal. Is this limit safe for external as well?...

JWieb by Associate III
  • 462 Views
  • 2 replies
  • 2 kudos

DFU bootloader issues

I am trying to use the built-in bootloader in DFU mode on STM32H743IIT.1. I built my application and created a *.dfu file2. The bootloader starts fine and my device enumerates properly as "STM Device in DFU Mode"3. DfuSe Demo (v3.0.6) detects my devi...

BKlus.1 by Associate III
  • 488 Views
  • 3 replies
  • 0 kudos

TrueStudio_v9.3 for linux - https://www.st.com/en/development-tools/truestudio.html seems to be broken. I have been downloading it four times on two computers with Debian and Ubuntu and after unzipping received such message:

sudo ./TrueSTUDIO[sudo] password for eureka: ./TrueSTUDIO: 1: �zb�Yy׷G�j�ZQ�n��: not found./TrueSTUDIO: 3: Syntax error: Unterminated quoted stringmd5sum ./TrueSTUDIOd278f70667a1a216f2fc7f2ee4657996 ./TrueSTUDIO

MGoclo by Associate
  • 375 Views
  • 1 replies
  • 0 kudos
Labels