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! Support for UCPD with N6 with zephyr

I'm curious how hard of a task would it be to get UCPD working with the STM32N6 with zephyr. I see it's supported with the G0* https://docs.zephyrproject.org/latest/boards/st/stm32g071b_disco/doc/index.html From my understanding the UCPD hardware blo...

ST patches for MbedTLS 3.6.5

Hello! Quick question about ST patches for MbedTLS 3.6.5 (stm32-mw-mbedtls).Why was the defined(MBEDTLS_MD_SOME_PSA) added here (in library/md.c)?When MBEDTLS_PSA_CRYPTO_C is defined, the only way to define MBEDTLS_MD_SOME_PSA is to define one of MBE...

Moemen by Associate II
  • 36 Views
  • 0 replies
  • 0 kudos

ux_device_class_cdc_acm_read_run not working

I am developing a custom board using STM32H523RET6.It has a USB type C port, and I am trying to send some data from PC to the board through it, and decided to use USB CDC ACM with standalone mode. The code is based on this and this.ux_device_class_cd...

HaYa6174 by Associate III
  • 353 Views
  • 4 replies
  • 0 kudos

Resolved! SPI + DMA using LL Library

Hi, I'm using stm32h7, currently working with SPI + DMA in HAL library, because of HAL overhead I want to move to LL library, where can I get the SPI+DMA using LL library examples, regards, Srinath

USB Host MCU Middleware on STM32U545

Hi. I'm having trouble using the old USB Host Middleware to read a USB stick with a STM32U545.I've tried to follow this article, doing my best to adapt it for the host middleware and also using the "FatFs_USBDisk" example project for the F767 Nucleo ...

Resolved! ETH H755 Nucleo Hard Faults

Hi Everyone, I've followed STguide on Ethernet on H755 using RTOShttps://community.st.com/t5/stm32-mcus/how-to-create-a-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308/page/2/show-comments/trueand a github on ETH on bare metal (my case)ht...