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

STM32f401ret6 I2C Slave Configuration

I have been trying to configure Nucleo STM32F401RE board as an I2C Slave and Xavier Nx as Master but it is throwing me BUSERR.I am adding some the main.c file below to explain my configurationmain.c/* USER CODE BEGIN Header */ /** *******************...

Bootloader with SPI / QSPI external flash memory

I am working with the STM32H7A3ZI microcontroller and planning to integrate an external flash memory to run application code. The flash memory I intend to use supports both standard SPI and QSPI interfaces.I would like to confirm the following:Are th...

Arun3 by Associate
  • 138 Views
  • 2 replies
  • 0 kudos

Resolved! STM32h755ZI-Q Crashes on a particular code only

Hi Guys,I am recently facing a very rare problem on stm32 nucleo h755zi- q i am working with ltc6804ic for a BMS and am facing the following issue:Whenever i upload the code on the stm32 it crashes, and says no debung info available etc, after this i...

Resolved! CAN bit timing configuration for STM32 G4 series

Hello! I am using Zync SOC with STM 32 G4 series. I am targeting 1Mbps baud rate using CAN protocol. I am able to achieve 1Mbps using external loopback on STM. Can someone help me out with bit timing and prescaler values for STM 32 and Zync SOC

Do FSK or PSK using HRTIM on STM32G474RE

Hello everyone, I'm trying to do FSK and PSK modulation using HRTIM in STM32G474RE but I have what I want when I use Oscillo to display. For example,  '1' = 45 kHz and '0' = 55 kHz. I want to transmit the message "1010" where each bit is 10µs long (F...

mala by Associate II
  • 328 Views
  • 5 replies
  • 0 kudos

STM32 N6 UART

I Tried to flash the uart code in stm32 N657 Nucleo Board, but it is not responding, i was able to make the Leds, blink in the N6 board. Please help me out, i am using the uart example printf code in the N6 stm32 package. I tried the normal method us...

VicxSri by Associate II
  • 278 Views
  • 9 replies
  • 1 kudos

Resolved! stm32g0 lptim1 low power sleep

I want to use LPTIM1 of the STM32G0x1 to wake up the MCU, if it's not already awake, and start a DMA multichannel single conversion. I think I know how to do the DMA/ADC part after getting the ADC_MultiChannelSingleConversion example running; I'll th...