STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What kind of wire could I use to power my STM32F769I-DISCO?

Hello! I've bought that kit and I would like to know where I can find the kind of wire which could enable me to power it without using either USB ports or Ethernet one.Below a picture which shows you this input with the mention "5 V power supply inpu...

0693W000008zsFsQAI.jpg
LleytoN by Associate II
  • 493 Views
  • 2 replies
  • 0 kudos

Resolved! PWM gating by other timer on STM32L412

Hello,In my project I need to generate 1s on, 1s off PWM signal in hardware.First I checked if my PWM works with simple project, and it does.But following AN4776 for N-pulse waveform generation application example - part 1.LL_APB2_GRP1_EnableClock(L...

Linas L by Senior II
  • 641 Views
  • 3 replies
  • 0 kudos

Unused pins connected to ground. Could they cause short?

I just had my first STM32 pcb done and I've been following the reference designs and checked many times everything that there is no shorts etc. However when I power the circuitry 3.3V side draws >200mA and the STM32L4S5ZIT6 does heat up when looked t...

VVest.1 by Associate II
  • 3472 Views
  • 12 replies
  • 0 kudos

Optimization for the speed of the printf function.

Hi.Faced the problem of prinyf () function execution speed.Wrote a simple speed testHAL_GPIO_TogglePin (GPIOE, GPIO_PIN_8);uint8_t text [256] = {0};for (uint32_t i = 0; i <256; i ++){sprintf (text, "% - 5.2f", (i + 10.0 / 2.0));}HAL_GPIO_TogglePin (G...

TIM3-> CCR1 is not capturing TIM3->CNT value in input capture function .I am trying to interface HC-sr04 Ultrasonic sensor to STM32F401. I am giving input to TRIG pin with 10 micro second ON and Need to Measure Pulse from ECHO pin of the Sensor.

#include<NEW.h>void Ultra_setting();void delay();int timeStamp = 0;int main(){  //GPIO A configuration Ultra_setting(); Gpio_Init();  //input capture mode  RCC->APB1ENR |= 2;   //ENABLE TIMER 3  TIM3->PSC = 16;    //divide by 16  TIM3->CCMR1 |= (0b01...

Nchun.1 by Senior
  • 1430 Views
  • 7 replies
  • 0 kudos