STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NRST Pin STM32 Protection.

If we don´t use the NRST pin how o what to need to put to this pin to protect from ESD. The other question is the pins that don´t use from the micro what I need to do with them (put pull-up or pull-down o kepp open externally) ? referring to ESD.

NUCLEO- F401RE Start up time

Hello,I wrote some code on a NUCLEO- F401RE to drive a X-NUCLEO-IHM15A1.The Nucleo board is powered externally (JP5 set to E5V), but I still connect the USB cable to my PC to debug.Even if I'm not debugging, the start up time (time between the power ...

RStra by Associate III
  • 290 Views
  • 0 replies
  • 0 kudos

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
  • 1117 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...