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

stm32h573 otp memory

I'm looking for a working example of how to program the OTP memory on the STM32H573.I am looking to program with TrustZone enabled, from secure mode.  I'm using STM32Cube_FW_H5_v1.4.0, and am not in a good position to move to v1.5.0.  Any working exa...

rdl_42 by Associate III
  • 20 Views
  • 0 replies
  • 0 kudos

STM32H7 Ux_Device_HID example

Hi,I spent a few days trying to make Ux_Device_HID and Ux_Device_HID_Standalone to work on Ubuntu with latest versions of CubeMX and Cube IDE (STM32CubeIDE Version: 2.1.1, STM32CubeMX 6.17.0)The only way I managed Ux_Device_HID to work on NUCLEO-H723...

Lex by Associate III
  • 143 Views
  • 4 replies
  • 2 kudos

FATFS UTF-8 support

I am using STM32CubeMX 6.16.1 to configure a project for STM32F415.I use the FATFS on SD card and set it up as:According to FATFS documentation (https://elm-chan.org/fsw/ff/doc/config.html#lfn_unicode), the data type TCHAR should translate to char in...

MZadn2_3-1778741085479.png MZadn2_1-1778740933914.png MZadn2_2-1778740998616.png
MZadn.2 by Associate II
  • 133 Views
  • 1 replies
  • 0 kudos

Wrong code in stm32f4xx_ll_usb.c line 2004

Hello,In this file, the line:USBx_HC((uint32_t)ch_num)->HCSPLT |= USB_OTG_HCSPLT_XACTPOS_Pos;wrongly alters bits 1 to 3 of register HCSPLTThat can be fixed simply by removing this line, since middle payload is encoded by bits 00 in the XACTPOS field....

cs by Associate III
  • 72 Views
  • 2 replies
  • 2 kudos

UART receiving issue

Hello, I was able to successfully implement a way to read motor status and various parameters through UART on putty with my B-G431B-ESC1. However, when I tried following tutorials to add a way to also control the motor status (turning it on and off),...

Da3 by Associate
  • 162 Views
  • 7 replies
  • 5 kudos

Resolved! Unimplemented USBX storage SCSI causes stall

Good day,We are using a composite USBX device class combining CDC and MSC over USB Full Speed, built on X_CUBE_AZRTOS-H7 version 3.3.0 (USBX 6.4). During testing we discovered that a certain Windows PC sends a MODE SELECT(10) command (opcode 0x55) an...

Application_Middlewares_ST_usbx_common_usbx_device_classes_src_u.png
DZimm.9 by Associate III
  • 590 Views
  • 9 replies
  • 3 kudos