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

AES-128 encryption for firmware image

Hi,I am using STM32L4 controller for my project and using KEIL IDE.I want to do AES-128 encryption for my firmware .hex file because we are planning to keep this firmware image in the cloud server for OTA but it is not safe keeping original firmware ...

KR.269 by Associate
  • 713 Views
  • 4 replies
  • 0 kudos

I am having trouble getting a realistic Internal temperature sensor reading in STM32L476. I am following the formula in the datasheet but don't seem to get a temperature that makes since.

/* Private define ------------------------------------------------------------*//* USER CODE BEGIN PD */uint16_t adcValue = 0;#define TS30  ((uint16_t*)((uint32_t)0x1FFF75A8))#define TS110  ((uint16_t*)((uint32_t)0x1FFF75CA));float adcCalValue30;floa...

Labels