STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Splitting system from application

Hello,I have made a custom STM32F412 board, intended for safety applications within various types of machinery.I have completed the hardware and I am now working on the software, which I need some help to organize correctly.Since all applications run...

mjroeq_0-1758112501387.png
mjroeq by Associate
  • 72 Views
  • 1 replies
  • 0 kudos

STM32F429 FMC No action

Hello I want the STM32 to transmit data to the FPGA via the FMC. However, when I use the manufacturer's example and modify the return line in the FPGA, the LCD displays the modified value from the STM32 instead of the expected return line value. What...

Connoe by Associate
  • 77 Views
  • 3 replies
  • 0 kudos

STM32H7 MDMA for UART DMA

Hello,I would like to transfer 3 linked list blocks over UART DMA. When I started HAL_MDMA_START_IT, it transmits only 16 bytes. How can I send big files back to back? Configurations are as follows:MCU : STM32H7 seriesFirmware : Last release 

farukisiker_5-1757421149337.png farukisiker_1-1757421028330.png farukisiker_2-1757421036690.png farukisiker_3-1757421050768.png

STM32 Nucleo H7S3L8 HardFault_Handler + DACCVIOL

STM32H7S3L8 – XIP app HardFault on vector fetch from XSPI (BFAR/MMFAR=0x70000004, VECTBL)MCU: STM32H7S3L8Tooling: STM32CubeIDE (HAL/CMSIS + FreeRTOS)External flash: NOR on XSPI2 (XSPIM Port 2). Bootloader sets XSPI to memory-mapped; application is li...

htxy_0-1758021070194.png
htxy by Associate III
  • 233 Views
  • 1 replies
  • 0 kudos

NUCLEO-U083RC - USBX CDC

Hi,I am trying to get the USBX CDC working on a NUCLEO-U083RC, but with no luck.I have tested that the USB port (PA11 and PA12) works, because I can do firmware upgrade using the STM32CubeProgrammer.But I cannot find any example on how to get the USB...

JJust.2 by Associate
  • 45 Views
  • 0 replies
  • 0 kudos

Resolved! HAL ADC multi channel in polling mode

Hi everyone, I have a STM32F042F6P6 chip. I want to read 9 analog channels on it.I guess there are at least 2 options: configure a scan mode with DMA, and staying in polling mode.I decided to stay in polling mode to avoid a potential problem due to D...

Arthur21 by Associate
  • 4286 Views
  • 4 replies
  • 2 kudos

Resolved! STM32 future support for Zephyr RTOS

Dear ST Team,I am an embedded developer working with STM32 MCUs in various projects, and recently I have been exploring the use of Zephyr RTOS due to its growing adoption and strong ecosystem.I noticed that companies like Nordic Semiconductor provide...