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

STM DFU driver installer

Hello,We have developed a product based on STM32M4 and would like to enable our clients to do DFU firmware update. We have develop a Windows based app which will include STM32_Programmer_CLI and make use of it. Although we would need our client to in...

STM32H7S78-DK: Issues with ETH and LwIP

Hi,I'm having a project that uses LTDC (565) UART4 (for printf debugging purposes) and ETH/LwIP. The issue i'm having is an infinite loop in `LAN8742_Init` : ```while(regvalue & LAN8742_BCR_SOFT_RESET)```always evalute to true and ```if((pObj->IO.Get...

STM32WLE5 cannot write to FLASH

Hello,I'm encountering an issue when trying to write data to the flash memory on the STM32WL5C8U6. I'm using the official driver implementation (V1.3.1) and the following sequence of commands:HAL_FLASH_Unlock()FLASH_Program_DoubleWord(0x08030000UL, <...

Foreen by Associate III
  • 66 Views
  • 1 replies
  • 0 kudos

Regarding TSN Support in STM32N657x boards

Post edited by ST moderator to be inline with the community rules especially with the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code Hello   We would like to inquire whether the S...

Aks by Associate III
  • 152 Views
  • 2 replies
  • 0 kudos

Using USB-PD SRC and USB-CDC Device together

Hi @FBL I am working on a similar project like This one (USB CDC ACM device with Power Delivery in Source mode using USBX in standalone mode, FreeRTOS and USBPD with a TCPP02). The STM32 used is the H573I.I have found some code to add in the function...

Aristy by Associate II
  • 200 Views
  • 4 replies
  • 0 kudos

Resolved! Flashing a firmware through USB

Greetings, So, I am developing a bootloader, that receives a firmware, using a similar protocol to xmodem (128 bytes), through the USB. I followed this tutorial to implement the USB and adapted it to make it work on a B-U585I-IOT02A board. The USB co...

Screenshot_20251024_122912.png

Resolved! Azure RTOS prevents CAN Interrupts

I am running an application with Azure RTOS, and CAN bus.  All was well until I needed to increase the tick time to 2000/second (from 1000/second).  When I did this the CAN Interrupts stop working. To make things even worse, when I change the tick ti...

RobAshworth_0-1761287520118.png

STM32U5A5 USB HS - Bare-Metal CDC Example

Merhabalar,https://community.st.com/t5/stm32-mcus-embedded-software/usb-hs-in-stm32u5a5/m-p/809596#M64236I am writing to continue my question here.When I checked the classic core middleware, I saw that it only supports the STM32U575 dev board.I am us...