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

STM32H753 UsbX MSC + SDMMC DMA

Hi all,I'm currently working on a project using a STM32H753 in combination with the Azure RTOS UsbX to create a composite class USB device (CDC ACM + MSC). As a starting point for the MSC support, I'm using this STM github example:https://github.com/...

DZimm9_1-1748444380819.png DZimm9_4-1748445624362.png DZimm9_2-1748445167890.png DZimm9_3-1748445432939.png
DZimm.9 by Associate II
  • 122 Views
  • 3 replies
  • 0 kudos

STM32H755ZIQ ADC to DMA Failure

Hello!I am trying to trigger an ADC sample to write to DMA via a timer and trigger a green LED on PB0 after every sample so I can use an oscilloscope to verify the sampling speed. However, I believe after trying to debug as best I can, I do not have ...

Can't make Ethernet work for STM32H757I-EVAL

Hello,I followed https://community.st.com/t5/stm32-mcus/how-to-create-a-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308 tutorial from the scratch to the end, including the Hello UDP part, and adding the "ETH CODE" code.However, I can't pi...

Matteo-uC by Associate II
  • 228 Views
  • 16 replies
  • 2 kudos

ADC Scan Mode Problem

I would like to use ADC1_IN15 and ADC1_IN16 in STM32U073MCT6 for measuring voltage and current.However, it says that it is available if sequencer set to not fully configurable for Sequencer on parameter settings.I will do anything with sequencer. I a...

JamesMoriarty_0-1748951837410.png

Error creating queues with threadX

Hello,I’m working on an embedded project using ThreadX, and I’ve encountered what appears to be a queue memory overflow issue.I’ve created two queues: one for data messages and one for events. Both are configured to hold 100 messages of the following...