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! lwip on CM4 STM32h745

Hello,  I am trying to setup the CM4 core with lwip+mbedtls working. Actually I get this code working on CM7 but I need to migrate it to CM4. When I run the code the CM4 get a ard fault interrupt. Debuging I can see that this happens in HAL_MPU_Enabl...

RafaelS by Associate III
  • 585 Views
  • 3 replies
  • 2 kudos

Resolved! How do I configure/program with MDMA?

Hi All,I am struggling with that the maximum DMA buffer size is 64KB. I am currently transferring the data from an ADC to the Buffer using DMA with circular buffering, but I would want the buffer to be around 200KB. I have heard that one can use MDMA...

elso by Senior
  • 2396 Views
  • 6 replies
  • 0 kudos

Query regarding USBH_HID_GetReport

Hi I am trying to read a report of USB HID device from my STM32 USB Host code.I am able to read the report descriptor successfully from USBH_HID_GetHIDReportDescriptor call.I wanted to read the 0xD0 report value using if(USBH_HID_GetReport (phost,   ...

PSaba by Associate
  • 669 Views
  • 1 replies
  • 0 kudos