STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! typo/unclear in stm32f411's datasheet

Hi community,after searching quite a long time for a bug on my board I found it. It was due to an unclear phrasing of the stm32f411's datasheet in table8/p39: for the QFP64 package pin 13 is not only vref but also VDDA.It would be much clearer to wri...

ak_0-1699954572430.png
ak by Associate
  • 934 Views
  • 4 replies
  • 1 kudos

Segger SystemView Nucleo-F207ZG

Hi i am using Nucleo F207ZG EVK and i wanted to Make use of the Segger System view Tool1. While using system view tool i have added the required files to the existing project but still some errors are occurred while running2. I have attached image pl...

avinpat_8_0-1741241710061.png

HAL_TIM_IRQHandler pending but never fired

Hi All,I am trying to run FreeRTOS and TouchGFX on an STM32H7S7I8T with TIM6 as the timebase source. I am running into an issue where uwTick is not incrementing, this is due to HAL_IncTick not being called. Tracing it back, HAL_TIM_IRQHandler is neve...

repaint by Associate II
  • 113 Views
  • 3 replies
  • 0 kudos

STM32G4 UCPD:Debug issue

Hello, I have encountered a similar problem to the one in this link .I am also trying to use the UCPD Monitor to send message. For example, I request a new voltage from the source using the "Request Power Profile" message from the "Message Selector" ...

Susu_0-1741242599589.png Susu_1-1741242623726.png
Susu by Associate
  • 73 Views
  • 0 replies
  • 0 kudos

I2S Microphone Output Problems

Hello,I am a beginner trying to create my first STM32 project using the STM32F407G Discovery Board. I am trying to receive audio input through I2S, delay one of the channels, and then output the result to the audio jack. I can get a simple sine wave ...

ADC continuous mode

Hi i have a question about configuring your adc in continous mode!I dont understand why this mode doesnt work when i set my EOCS to "EOC flag at the end of single channel conversion".Let's say i m using multiple channels from adc and i dont want to w...

UART transmission hangs

When I wrote the code created with CubeMX in the circuit in the attached image and executed it, it hung up at UART transmission.This is a simple program with one line of additional code.(HAL_UART_Transmit)What am I doing wrong?I haven't been able to ...

capture.PNG capture2.PNG
SB-RK by Associate
  • 134 Views
  • 4 replies
  • 2 kudos

CubeMX, Line ends in generated code

Posted on January 02, 2016 at 20:08Using CubeMX eclipse plugin under linux. The generated source code has windows style CR-LF lineends, what's very uncommon for this OS (and even for Mac OSX). This issue heavily bothers post processing tools which m...