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

STM32F4 ADC multiple channel

Posted on October 21, 2014 at 16:40 Hi, I was looking for an example about ADC with 2 input pin and I have found this code, from another old thread in this forum: #include < stdio.h > #include < stdlib.h > #include < string.h > #inclu...

pano by Associate II
  • 625 Views
  • 6 replies
  • 0 kudos

FreeRTOS configMINIMAL_STACK_SIZE

Posted on October 24, 2014 at 11:59In some of the demos for FreeRTOS on cortex M0 MCUs configMINIMAL_STACK_SIZE is set to 60 while on some others it set to 70. Using the STM32Cube software it's set to 128.My question is what is actually the MINIMAL ...

tinymanta by Associate II
  • 1000 Views
  • 1 replies
  • 0 kudos

RTC calibration on sTM32f3 discovery

Posted on February 21, 2013 at 15:46I meet difficulties to understand the RTC calibration protocoles presented in the UM1581, the RM0316 or the AN3371.Two distincts calibration procedures are discussed there in :- a coarse one, - a smooth one. For w...

STM32F429 FMC SDRAM problem

Posted on April 22, 2014 at 08:37Hi, I am using STM32F429ZIT6 in my new design. I got a Rev.Y silicon from DIGIKEY. I found that the SDRAM cannot be used as stack or heap, and now I know there is a problem as stated ES0206 “2.8.7 FMC dynamic and sta...

jasonj2 by Associate II
  • 529 Views
  • 2 replies
  • 0 kudos

Changing STM32 sysclk in run mode

Posted on October 23, 2014 at 19:20Good day,Is it possible to change system clock (PLL) during run mode.I tried to change it with this one, but does not worked:RCC->PLLCFGR = PLL_M | (PLL_N << 6) | (((PLL_P >> 1) -1) << 16) |                   (RCC_...

hitsumen by Associate II
  • 481 Views
  • 2 replies
  • 0 kudos

STM32F407 Placing all code in RAM

Posted on October 23, 2014 at 21:17  The original post was too long to process during our migration. Please click on the attachment to read the original post.

saulr by Associate II
  • 908 Views
  • 6 replies
  • 0 kudos

STM32F429I-DISCO and XTAL X3 8MHz

Posted on October 21, 2014 at 23:30 Hi, Its my first time here! I have a STM32F429I-DISCO, original from factory. I used the STM32CubeMX with STM32Cube_FW_F4_V1.3.0 to build a code. I selected ''new project\board selector\...

ricardodm by Associate II
  • 1175 Views
  • 9 replies
  • 0 kudos

SPI - CS timing

Posted on October 23, 2014 at 18:54 Hi, to send SPI data I use the code below: GPIOE->BSRRH |= GPIO_Pin_13; received_val=SPI2_send(0x16); GPIOE->BSRRL |= GPIO_Pin_13; The problem is the CS (GPIO_Pin_13) already become...

paul2 by Senior
  • 247 Views
  • 0 replies
  • 0 kudos