STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

H750 vs H743 for QuadSPI Boot

Hello guys!I'm working on a custom board with STM32H750VB and a Winbond QuadSPI flash. The ideia is boot the code from QSPI as H750 program memory is a little low. I'm also working with STM32H743VI on a twin custom board, so I can create and debug th...

Peaga by Senior
  • 2860 Views
  • 12 replies
  • 0 kudos

About usart in stm32?

I coded for usart communication in stm32f103r8.In this i'm getting the garbage value as output.given below is my program,kindly help me to correct my program.****#include "stm32f10x.h"#include "stm32f10x_usart.h"void usartSetup (void);int SendChar ()...

Sm.16 by Associate II
  • 3325 Views
  • 16 replies
  • 0 kudos

POR via STLink

Hi,How can I power cycle the Nucleo-144 between debug sessions with out unplugging and reinserting the USB cable. Is there a way to toggle PWR_ENn on the STLINK using openOCD and if so could someone please post the script that does this?thank you

JButl by Associate
  • 482 Views
  • 0 replies
  • 0 kudos

Resolved! I2c device never sets SB bit after start is transmitted.

My MPU is STM32L152RET6I am using i2c channel 1 to communicate with an i2c device.  I used the standard device set and verified the hardware appears to be set up correctly. When I set the "Start" bi in control register 1 (CR1), a start condition is g...

TSchm by Associate
  • 1976 Views
  • 1 replies
  • 0 kudos

Program gets vanished after reboot or reset

I am using custom board with STM32F779BI. Its works fine while debugging using ST-LINK V2, But after reset or reboot program gets vanished. Didnt work after reset. Is there problem with debug configuration? or something else?

Hello All, I am new to this community as well as STM32F407 Discovery board . I am trying to write a program to turn ON LED without using any library. I wrote the below code, But I am not able to compile it .

  #define RCC_AHB1ENR (*(volatile unsigned long *)0x40023830)#define GPIOD_MODER (*(volatile unsigned long *)0x40020C00)#define GPIOD_OTYPER (*(volatile unsigned long *)0x40020C04)#define GPIOD_OSPEEDR (*(volatile unsigned long *)0x40020C08)#define G...

JSuda by Associate II
  • 2415 Views
  • 11 replies
  • 0 kudos