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

Resolved! STM32L562CETx - using only internal oscillators - Systick not increasing, HAL_TIM_Base_Start_IT makes freeze - Interrupt problem

Hello community,I am working on a STM32L562CETx micro-processor and testing out basic functions. I only use the internal oscillators, no external is connected.I managed to en-/disable GPIO output pins to drive LEDs etc successfully. The Problem is:Us...

0693W000005CrmCQAS.png
MPetr.3 by Associate III
  • 809 Views
  • 2 replies
  • 0 kudos

STM32F746GDISCOVERY AN4760 pg. 58 How to proceed to program QSPI Flash memory only once... for IAR EWARM STM32Cube_FW_F7_V1.14.0\Projects\ STM32746G-Discovery\Applications\QSPI\QSPI_perfs My project, based on the above

I have 3 pictures 544K in size (ARGB). Please write in more detail how each time do not overwrite the data to QSPI during debugging. The reading of the IAR HELP "Linking using ILINK section" did not add to the understanding.Thanks in advance. Sorry f...

STM32F103VCT6,Serial port 1 interrupts, and simultaneously outputs data in serial port 1 and serial port 2. Serial port 1 stops sending after just a few frames of data are output, while serial port 2 still has data output.Is there a solution?

In the interrupt of serial port 1, data is output in both serial port 1 and serial port 2. Serial port 1 first sends data, then serial port 2 sends data. After serial port 1 outputs a few frames of data at the beginning, there is no data output, whil...

一李.1 by Associate II
  • 604 Views
  • 1 replies
  • 0 kudos

Hi, I use the core-g431kbt6 which I feed at 10 volts between the Vin pin and the gnd. I would need to connect with the usb via stm Studio to monitor some variables, but when I do the card is reset. Is there any way to avoid this reset?

Hi, I use the core-g431kbt6 which I feed at 10 volts between the Vin pin and the gnd. I would need to connect with the usb via stm Studio to monitor some variables, but when I do the card is reset. Is there any way to avoid this reset?

Mbert.1 by Associate II
  • 985 Views
  • 2 replies
  • 0 kudos

confused about command declarations of QSPI flash memory for STM32F746 custom board with W25Q256FVEM QSPI flash memory chip

I am working on custom board STM32F7 MCU project with W25Q256FV quad SPI flash memory and according to the ST 5-Part quad SPI video tutorials, I copied all the necessary sections from public storage QSPI.c & QSPI.h files to my project, but based on m...

Why not replace Systick by hardware timer?

Recently a thought popped up when I had a look through interrupt handlers (Using HAL):As Systick handler gets called every millisecond (if not changed to something else) only to increase a counter, doesn't this unnecessarily waste valuable compute ti...

ABaus by Associate
  • 1215 Views
  • 3 replies
  • 1 kudos

Serial vieuwer shows weird characters!

hey,I have a STM32L432 and with putty i can see a sort of serial monitor. It works.....sort of, well i see weird characters. i have the same baud rate and the rest of the settings are dafeault. i have put the code under here.if you have the answer i...

OTosu.1 by Associate II
  • 621 Views
  • 2 replies
  • 0 kudos

STM32f103 Clock configuration problem

Hello,Here is my code:#include <stdio.h> #include <string.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h"   void GPIOSYS(void){ GPIO_InitTypeDef GPIOStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO,ENABLE); //GPIO_PinRemapConfi...

JJohn.3 by Associate II
  • 979 Views
  • 6 replies
  • 0 kudos

How to get started with STM32L452 SDMMC interface

I am trying to use the STM32L452RE Nucleo to research an interface to an eMMC device. I have generated a project for this using STM32CubeMX. The eMMC device I am using has its interface voltage connected to 3V3, however, when I look at the CLK output...