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

Migrate STM32F765VIT6 to STM32H743VIT6 QSPI Fail

I am migrating from STM32F765VIT6 to STM32H743VIT6But I can't use QSPI with W25Q512, With F765 OK, but with H743 it returns unsupported device.void MX_QUADSPI_Init (void){  hqspi.Instance = QUADSPI;  hqspi.Init.ClockPrescaler = 2;  hqspi.Init.FifoThr...

RDos by Associate II
  • 661 Views
  • 5 replies
  • 0 kudos

Hi, I am using a STM32F7508-DK board and I would like to use the following setup: use only one project instead of building and flashing 2 separate projects, is it possible?

As I said in the description, I would like use only one project instead of using 2 projects and. I've tried to use a single linker file and split it after the build using objcopy to obtain 2 separate binaries for internal and external flash, with no ...

VPope.1 by Associate II
  • 569 Views
  • 2 replies
  • 0 kudos

STM32 F4 Timer Input capture

Dear community,I am trying to use a timer to see if there is no activity on a data line. However, it works not as expected. As you can see in the picture, the timer (yellow) gets interrupts when the signal line (pink) is changing. But no interrupt, w...

SSchu.4 by Associate II
  • 712 Views
  • 2 replies
  • 0 kudos

Resolved! Code doesn't execute after upload

I am using stm32G031K8 nucleo board. The board was working well, it started to reset itself continuously for some time, I could only see my uart message that says started, every time I erased the code and upload previously working versions. Then it s...

0693W000000X9hyQAC.png 0693W000000X9i3QAC.png 0693W000000X9iNQAS.png 0693W000000X9iXQAS.png
kb24 by Senior
  • 796 Views
  • 2 replies
  • 0 kudos

Function use in stm32 Library

as you can see below , i am writing a function from stm32 libraryvoid I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data)the question is, can i use it in main file likeI2C_SendData(I2C1,(uint8_t*)data_t);can i go from "uint8_t Data"" to ""(uint8_t*)data_t...

ALE1 by Associate II
  • 1058 Views
  • 3 replies
  • 0 kudos

Cannot upload program to stm32f103

I ​have stm32f103. I have tested serial test program that prints hello word continuously without any delay. But after that when I I try to upload new program or erase, I cannot succeed in it. Please help me, what will be the problem how to rectify.I ...

Praveen1 by Associate II
  • 925 Views
  • 3 replies
  • 0 kudos