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

STM32H723 + FileX/LevelX and LX_DIRECT_READ

Hi all, I'm currently working on a NUCLEO-H723 board , trying to improve performance of FileX/LevelX.First of all, seems cache is enabled (FX_DISABLE_CACHE is commented) and LX_NOR_SECTOR_MAPPING_CACHE_SIZE is set to 8.I'm trying to access to the fir...

Nucleo-h743zi2 Ethernet Ping issue

hiI am using Nucleo-H743ZI2 for Ethernet :Ethernet RMII:First TxDescribter Address: 0x30040060.First RxDescribter Address: 0x30040000.Rx Buffers Length: 1536.MPU SETUP:void MPU_Config(void) { MPU_Region_InitTypeDef MPU_InitStruct = {0};   /* Disa...

0693W00000WIlxdQAD.png
AElta.1 by Associate II
  • 3134 Views
  • 5 replies
  • 0 kudos

Resolved! Trouble entering DFU on STM32F401 (B)

I am attempting to enter the system memory bootloader and reload my microcontroller via DFU on USB.  I am having great difficulty getting it to work - I will detail the things I've tried below:I have tried entering the bootloader via software and als...

Resolved! About USBD_HID_SendReport

The value returned from USBD_HID_SendReport always returns USBD_FAIL,What settings are wrong? We think we am doing the settings in project.ioc correctly.[IDE]STM32CubeIDE 1.14.0Connectivity -> USB_OTG_FS -> [Mode]Device_OnlyMiddleware -> USB_DEVICE -...

Decompression of SD card Files

Hi,I am using STM32H5 microcontroller with Free-RTOS environment.Interfaced SD card with the MCU using LittleFS file system.My SD card has Compressed files, I wanted to decompress them and write to the separate folder. Is there any libraries supporte...

PB S.1 by Associate II
  • 3002 Views
  • 6 replies
  • 0 kudos

Resolved! STM32G0B1 USART3 DMA receiving whole data and set it to application layer for process on FreeRTOS?

Dear SIR,I am trying to STM32G0B1 USART3 DMA receiving data from PC and do processing on MCU.I add code in callback function HAL_UARTEx_RxEventCallback()these code are try to get the whole package ending with '\r' and set a flag to notice the FreeRTO...

EJohn_0-1706420440960.png
E-John by Associate III
  • 2172 Views
  • 2 replies
  • 0 kudos