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

Resolved! STM32U5 SAI DMA

I'm trying to get SAI working with DMA on a NUCLEO-U575ZI-Q but have not been successful.I've tried using both standard request mode and linked-list mode, but the DMA configuration code is never generated.On an older STM32L4 project, the bottom of `H...

0693W00000aHt3cQAC.png 0693W00000aHt3hQAC.png

Communication between two stm32 boards

 Hello Everyone,I'm reaching out for some guidance on a project that I've been working on. Despite considerable effort, I'm still struggling to find an effective solution.My project involves developing a controller design to manage different models o...

CircuitFreak_1-1706636236779.png CircuitFreak_0-1706646591206.png

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
  • 1585 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 -...