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

STM32H743 ADC calibration timeout

Posted on May 17, 2018 at 18:07My ADC clock is 25 MHz andHAL_ADCEx_Calibration_Start(&hadc1, ADC_CALIB_OFFSET_LINEARITY, ADC_SINGLE_ENDED) will return an error due to ADC_CALIBRATION_TIMEOUT being exceed I changed the value from 64000 to 640000 and ...

uSDCard on STM32F746G-DISCO

I am working with STM32CubeMX 4.26.1 and uVision V5.25.2.0 on card STM32F746G-DISCOFirst, I use the program given in example “en.stm32cubef7\STM32Cube_FW_F7_V1.12.0\Projects\STM32746G-Discovery\Applications\FatFs\FatFs_uSD�?This example works but I c...

FHESS by Associate
  • 431 Views
  • 3 replies
  • 0 kudos

Custom Bootloader for STM32F3xxx Series

Hi,Does anyone know if it's possible to replace the default bootloader that ships with the controller with the custom one? I searched the net, and the answer I get is that it's not possible. I may be wrong.Also, I could not find the source code for t...

RChow by Associate
  • 289 Views
  • 4 replies
  • 0 kudos

STM32L051 EEPROM initialisation

Is it possible to initialize the EEPROM area of a STM32L051 with values at compile time (IAR compiler) simply like this:const char array[] @ "my_eeprom" = {0X1C,0X1F,0X9F,0XFF};

JGeis by Associate
  • 341 Views
  • 1 replies
  • 0 kudos

can't use TIM21 as pulse counter STM32L051

I try to count pulses from PA1 as TIM21_ETR, seems like all setting is OK, but no counting what soever. What am I missing?Thanks/* TIM21 init function */ void MX_TIM21_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDe...

Johanan1 by Associate II
  • 550 Views
  • 5 replies
  • 0 kudos
Labels