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! Can someone please suggest me a way to build a binary (monolithic?) Image containing the code of both cores of a STM32H745, so that I can copy it with drag & drop in the windows volume "NOD-H745ZIQ (X :)"?

I can run the code for the two cores if I program them separately from the Keil, but I would like to generate a .BIN image to send to my client, who is doing tests on a prototype, with the code for both cores.I generate the .BIN with the "fromelf" pr...

clemente by Associate III
  • 4500 Views
  • 9 replies
  • 0 kudos

HAL_UART_ErrorCallback not being called after overrun error

This is on a STM32F412RGTx.I just inherited a long over-due project based on this MCU. I've done lots of PIC and 8051 programming, but very little on an STM, or with the HAL.We are sending short commands to the MCU from the PC (ie, SET VAR1 1.234),...

browndav by Associate II
  • 2710 Views
  • 4 replies
  • 0 kudos

Resolved! I2C DMA stall

I'm configuring i2c with dma using the registers directly. I'm sure I have an error somewhere but I don't have a great idea on where to go next with debugging. Sometimes my i2c transfer goes through expediently, but sometimes it has a long stall afte...

0693W00000FA9SEQA1.png
Lee3 by Associate III
  • 802 Views
  • 2 replies
  • 0 kudos

How to enable the ART accelerator on STM32F76x processors?

I'm wondering if the following is correct for using the ART flash accelerator on the STM32F7 line:Change linker script to use the ITCM instead of the AXIM bus for FLASH memory.In the startup code, enable the ART accelerator by setting the ARTEN bit o...

LMore.5 by Associate II
  • 1603 Views
  • 3 replies
  • 0 kudos

Resolved! 912600 baud rate criteria on UART1 interface?

Hi!I am operating on an STM32F446 chip and I have the following issue:I tested out a communication system where I attached a 912600 baud communication with another device via UART1 on a STM32f446 NUCLEO Board. All worked out well, no errors or other ...

NGros by Associate III
  • 2096 Views
  • 5 replies
  • 0 kudos

FDCAN Message RAM fixed organization

Hi, I've developed a CAN driver for STM32H7 and greatly appreciated the capability to modulate FIFO buffers elements number and size. I am now porting such a driver to STM32L5 but It looks like this is not possible in the STM32L5, where the FIFOs hav...

Resolved! GPIO to ADC channel mapping in STM32F105RBT.

Hello,I'm currently working on an application using STM32F105 uC.I want to use some GPIO as analog input, so I need to use the ADC converter.It seems that each channel is linked to one ADC channel. I have found some table with this mapping for other ...

0693W00000FA0r0QAD.png
DSimo.1 by Associate
  • 2134 Views
  • 2 replies
  • 0 kudos