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

LL Low Layer Driver DMA doesn't start not Interrupt

Hello,I try a exable from ST documentation but the trasfer never happens. ##################### Init and Start DAC and DMA ######################### LL_DAC_EnableDMAReq(DAC1, LL_DAC_CHANNEL_1); // enable DMA for Channel1 LL_DAC_Enable(DAC1, LL_DAC_CH...

GIkar by Associate III
  • 504 Views
  • 0 replies
  • 0 kudos

Resolved! UM2552 message sequence problem

Dear members,This is actually a follow up question to my last one STM32G071 UCPD library bug or my problem, but instead of digging deeper and deeper to an already well answered question, and probably out of topic too, I guess I better start a new one...

0690X000009ZYYjQAO.png 0690X000009ZYYeQAO.png 0690X000009ZYYtQAO.png 0690X000009Z5GLQA0.png
JChau by Associate II
  • 1411 Views
  • 7 replies
  • 0 kudos

STM32H743 USB Host FIFOs problem

Hello,I'm currently developing a USB Host library with support for multiple interfaces on the same device. To be more clear, I have one device connected with 3 different CDC interfaces available and i need to use all of them simultaneously. At the mo...