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

STM32F401RE: failed to mound SDcard

Hello Everyone I am using FATFS on STM32F401RE, with the code generated by CubeMX, which is version 6.12.0. When I perform the mount operation, the return value is FR_NOT_READY. However, initializing the SD card through the HAL library and reading SD...

1.jpg abc.jpg
TonyMay by Associate II
  • 1104 Views
  • 6 replies
  • 0 kudos

Resolved! USB host (USB_OTG_HS) - "Activate_VBUS" has no effect?

Using STM32CubeMX (v6.12.1) with USB_OTG_HS enabled (as host) on an STM32F4.On our device, we have the only OTG_HS_VBUS pin connected to the USB VBUS, and it is working correctly as a USB host. I was investigating if I can repurpose this pin (I guess...

BMcDo3_0-1731510870164.png BMcDo3_1-1731511045503.png
BMcDo.3 by Associate III
  • 1460 Views
  • 3 replies
  • 2 kudos

Resolved! STM32G491KEU6 - booting problem

Hello,I need to use a nRST pin as MCO in my aplication and programm my STM with STlink v3-set. I set up a MCO to output 8MHz signal and set nRST pin to GPIO with code you can see bellow. Now I have a problem with booting - I cannot connect to STM, Cu...

Case STM32 ST-LINK Utility cannot connect Target

 We purchased 403pcs MCUs (STM32F401VBH3) with date code 314 from Mouser website, as shown in the picture below, they have been assembled on the board, When preparing to program them with ST-LINK utility and the programmer (ST-LINK/V2), I found that ...

MCU with date code 314.jpg Fault display.jpg Connect under reset.jpg MCU with date code 746.jpg
Justing by Associate II
  • 1650 Views
  • 8 replies
  • 4 kudos

Resolved! Stuck in Infinite_Loop

I am using the B-L072Z-LRWAN1 and trying to code LPTIM with interrupts and no HAL. The code seems to be getting stuck in the Infinite_Loop section in the startup.s file. The comments around this loop say that an unexpected interrupt was triggered. If...

Resolved! STM32H747I-DISCO QT

Hi,I have a question regarding the implementation of the Qt framework for the STM32H747I-DISCO board. While browsing the Qt website, I noticed an example for the similar STM32H750B-DK board, but I couldn’t find any information specific to the DISCO m...

RafalBil by Associate II
  • 1161 Views
  • 4 replies
  • 1 kudos

Hal_Delay has stopped working ( STM32F030C6T6 )

Hal_Delay çalışmayı durdurdu ( STM32F030C6T6 )Forumda buna benzer birçok konu okudum ama bir çözüm bulamadım. Sanırım sorunun kaynağının bu olduğunu anlayalı 7-8 gün oldu. Hal_Delay() çalışmadığı için GetTick() fonksiyonunu da kullanamıyorum. Basit t...

XooM_0-1731963507019.png
XooM by Senior
  • 1076 Views
  • 9 replies
  • 0 kudos

Resolved! STM32 UART Byte-to-Byte treatment

Hello, I am trying to receive and transmit byte-to-byte on a STM32F429 Discovery, I will be using a STM32U5 Discovery soon. I used UART IT method but maybe there is a better solution...Objective & Issue:I want to continuously receive and send byte-to...

Nero by Associate II
  • 1726 Views
  • 4 replies
  • 7 kudos

How to clear the specified flash page's WRP?

Hi there,I want to clear the specified flash page's WRP by program, but I can only do it by clearing all the flash page's WRP,meanwhile, I also need to keep my data in option byte.my code is as follows(the project at HERE :(uint8_t data0 = HAL_FLASHE...

Junde by Senior III
  • 891 Views
  • 2 replies
  • 0 kudos