STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32h745 Mcu can work only when boot0 is high

Hi,I am using dual core Stm32h745 mcu. I disabled the semaphore by commentig out. The mcu works after code download and reset with stlink. The mcu is able to restart with NRST pin.My problem is : When I power off the board, that is custom made (not d...

STM32 I2C reading data

Hey guys, i want to stablish communication between LM75 and STM32F030C8T6 model.The I2C bus detect device perfectly, but i have a problem in reading temperature from LM75.Like the datasheet says, if i read the 0x00 register it will return the tempera...

0693W00000QLNR1QAP.png
MNoro.2 by Associate II
  • 2980 Views
  • 4 replies
  • 0 kudos

STM32H743ZI2 TIM2 which clock source?

HelloI have configured TIM2 to throw an interrupt every 10 ms. Looking at APB1 Timer clocks clocks in the clock configuration, a prescaler of 199 with AutoReload set to 9999 should call the interrupt every 10ms. In reality the interrupt is called eve...

0693W00000QLMtiQAH.png
LHans.2 by Associate II
  • 3050 Views
  • 6 replies
  • 0 kudos

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
  • 1261 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
  • 2028 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
  • 840 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
  • 817 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
  • 659 Views
  • 1 replies
  • 0 kudos