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! I2S on stm32h7b3i-dk not running :(

Hi guys,I have a stm32h7b3i-dk board here and have been struggling with i2s for 5 days.Can't get any further myself and have to ask for help.I attached the project. Can someone please take a look?The problem:1.HAL_I2S_TxCpltCallback is never called.2...

JulianSTM by Associate II
  • 1592 Views
  • 5 replies
  • 1 kudos

Error when use printf UART

hi everyoneuse printf in UART, i add in file main.c#include <stdio.h>//--------------#ifdef __GNUC__#define PUTCHAR_PROTOTYPE int __io_putchar(int ch)#else#define PUTCHAR_PROTOTYPE int fputc(int ch, FILE *f)#endif //------------PUTCHAR_PROTOTYPE{ HAL...

HODEFIANT by Associate II
  • 2440 Views
  • 5 replies
  • 0 kudos

Problem trying to compile RTC functionality on STM32F405

Hello,I am trying to get my RTC module working working, I have setup everything using the stm32cubemx, so far all my peripherals are working but I seem to have an issue trying to setup my RTC which is a totally new experience for me using the STM32cu...

CBarb.1 by Associate III
  • 1182 Views
  • 1 replies
  • 0 kudos

Not able to trigger DMA using GPIO input pin in STM32G030K8.

I have to generate a DMA request using GPIO input pin to change the polarity bit of my TIMER which I'm using as PWM(initial polarity is set to HIGH) to LOW which will change by setting the polarity bit to 1. Whenever the GPIO input pin get a rising e...

0693W00000QLK5CQAX.png 0693W00000QLK5bQAH.png 0693W00000QLK7IQAX.png
SKUND.11 by Associate III
  • 1009 Views
  • 1 replies
  • 0 kudos

Resolved! Where can I find the Nucleo F103RB demo binary?

I'm looking for the .bin file that comes pre-programmed on the board. Anyone know where I can find it? The .zip file on the product page appears to be for a different board/project and also only contains a .hex file. Also if there is source code is a...

JGumm.1 by Associate
  • 821 Views
  • 1 replies
  • 0 kudos

Error when use prinf in UART

when i use HAL_UART_Transmit(&huart1, u8_TxBuff, sizeof(u8_TxBuff),100); then reset stm32 workswhen i use printf /* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : m...

0693W00000QLIJbQAP.png 0693W00000QLINdQAP.png
HODEFIANT by Associate II
  • 1508 Views
  • 3 replies
  • 0 kudos

after calling __set_MSP the local variables get corrupted

Hello,First, I am sharing some basic information.The target - STM32G0, compiler Keil C11.I am trying to jump from a Bootloader to an application. The scenario is very frequent and there are many questions about that on the web, but unfortunately I fa...

ELitv.2 by Associate II
  • 6897 Views
  • 8 replies
  • 0 kudos