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 FatFS SDIO DMA bug

Posted on June 14, 2018 at 23:28How to reproduce:1) Use STM32Cube FW_F4 V1.21.0 (not tested on other versions)2) Set up SDIO 1-bit mode with default parameters.3)4) Set up FatFS with SDIO driver with default parameters.5) Set 'Use dma template'=enab...

STM32F427 and SDRAM

Hi guys,I'm using an stm32f427 interfaced with an external SDRAM by mean of FMC controller.The controller is configured with SDRAM clock period = 2 x HCLK periods and to support burst read (RBURST bit = 1).It's not clear to me how to set the RPIPE pa...

Bucky by Associate II
  • 472 Views
  • 1 replies
  • 0 kudos

Reset and hold counter value on low level

Dear communityI am trying to make a timer/counter reset it's counter value on a falling edge and then hold the value until a rising edge (see attached ​picture for illustration). I am at the moment working on a L152, but I might soon be working on a ...

KMoge by Associate
  • 374 Views
  • 1 replies
  • 0 kudos

X-CUBE-IAP-USART problem

Hello, I'm trying to use example code provided by X-CUBE-IAP-USART package to develop IAP FW for STM32L0xx device. I'm using STM32L073 Nucleo64 board for development.When I send compiled FW using TeraTerm's YMODEM protocol nothing happens. Only thing...

STM32F103 FATFS with SDIO

Posted on July 20, 2017 at 17:37Hello everyone,I'm trying to make this code works :/*♯♯-1- Link the micro SD disk I/O driver ♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯♯*/ if(FATFS_LinkDriver(&SD_Driver, SDPath) == 0) {     /*♯♯-2- Register the file system ob...

RTC SMOOTH CALIBRATION NOT WORKING CORRECTLY.

Hi,I'am traying to calibrate STM32F407VGT6.My code:void RTC_Calibration(int32_t CalValue){ if(CalValue <= 0){    //Board going forward      CalValue=__fabs(CalValue);  HAL_RTCEx_SetSmoothCalib(&HRTC,RTC_SMOOTHCALIB_PERIOD_32SEC, RTC_SMOOTHCALIB_PLUSP...

Skucu by Associate
  • 243 Views
  • 0 replies
  • 0 kudos