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! STM32H563 bootloader command over SPI

Based on the information found in AN4286 rev 14, I am trying to command to bootloader to start executing the application.The setup is a H573 and a H563 connected over SPI @ 0.5 MHz. The 573 operates as SPI master, and the 563 as a slave. I know that ...

Dimlite by Associate III
  • 1776 Views
  • 2 replies
  • 2 kudos

Resolved! STM32f4 ADC DMA Discontinuities

I have a problem and currently no clue how to further debug. Maybe one coudl help me. I use STM32f4 to capture with ADC1 3 signals with 1Mhz (so 333kHz per channel) triggered by a timer and transfered via DMA. I have a DMA buffer of 3*2*100 (so 100 s...

BastelBaus_0-1759491791658.png BastelBaus_1-1759491864289.png BastelBaus_2-1759491888224.png BastelBaus_3-1759491900824.png

Resolved! STM32H7 programming w/out STLINK

Hiya. This is my first time working with custom STM PCBs.I was planning on flashing/programming my custom STM32H7 board (specifically STM32H7A3RGT6) over STLINK and then just do general purpose programming over the USB-C COM Port. However, the TAG co...

Resolved! How to flash STM32F429zi nucleo via UART without ST-Link?

Hello,I'm working with STM32F429ZI nucleo board, and I would like to flash my program using UART (USART1 or UART3 via  a usb to ttl converter)  instead of ST-Link.I understand that STM32 has a built-in bootloader that can be used for flashing via UAR...

Asha1 by Associate
  • 343 Views
  • 3 replies
  • 3 kudos

UART idle transmission

Hi,I'm exploring using UART idle interrupt on RX to signal to my application that data has arrived.I currently push data into a tx queue then start transmission. I rely on uart tx ISRs to check if there is any more data to send, then load up a DMA tr...

law__ by Associate II
  • 232 Views
  • 9 replies
  • 8 kudos

I²C on STM32C011 using PC14 (SDA) not working

Hello,I am working on an STM32C011 (Nucleo-like custom board) and trying to use I2C1 with the following pinout:PB7 → I2C1_SCL (AF14)PC14 → I2C1_SDA (AF14)According to the reference manual / datasheet, PC14 can be mapped as I2C1_SDA (AF14).I connected...