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

Resolved! STM32L Family - suffix chip information

I couldn't find within the data sheets whether the chip suffix, 3 or 6, which indicates temperature range, is programmed in the chip. This might help to set temperature alerts at the right level.Does it exist?

IP.2 by Associate II
  • 420 Views
  • 2 replies
  • 0 kudos

STM32L452 temperature sensor

I'm using the below to calculate the temperature in STM32L452 CPU:int16_t temperatureC ;// ADC VREF is external 3V3temperature = __HAL_ADC_CALC_TEMPERATURE (3300, ADC_val, ADC_RESOLUTION_12B);For ADC_val = 1360 - then temperatureC is 164 Celsius, whi...

IP.2 by Associate II
  • 974 Views
  • 6 replies
  • 0 kudos

Resolved! STM32G030 Interrupt latency

I am experiencing a vey long external interrupt latency up to 2 microseconds.Clock is internal PLL, 64MHz.void HAL_GPIO_EXTI_Rising_Callback(uint16_t GPIO_Pin){   if (GPIO_Pin == TRIGGER_Pin)      {           __disable_irq();            LL_GPIO_Reset...

ferrario by Associate III
  • 1067 Views
  • 11 replies
  • 0 kudos
Labels