STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Need Target name for Mbed Studio Desktop program please

For the Mbed Studio Desktop program, I need Target name for the STM32F429I-DISC1.At present Mbed program has Target name only DISCO-F429ZI (S/N: 066AFF5...71658...I need to develop C++ programs using Mbed Studio Desktop program using 32F429I Discover...

SamJ1 by Associate II
  • 865 Views
  • 5 replies
  • 0 kudos

Resolved! Why does the fifth pin of port D stay on?

STM32F407Why does the fifth pin of port D stay on?Here is the code:RCC->AHB1ENR|=RCC_AHB1ENR_GPIODEN;GPIOD->MODER&=0UL;GPIOD->IDR&=0UL;There are 3 volts on pin 5 of port D (I checked with a multimeter).The IDR register looks like this: IDR: 0000 0...

MMust.5 by Senior II
  • 732 Views
  • 5 replies
  • 0 kudos

STM2F7 internal temperature sensor

I would like to know more about the internal temperature sensor. The RM says: Precision: ±1.5 °C. And the Note section says: “The temperature sensor output voltage changes linearly with temperature. The offset of this linear function depends on each ...