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

USB Data Transfer with STM32L552E-EV

Greetings,Kindly, I would like to know which USB interface I can use to transfer data between the STM32L552E-EV and the reComputer J4012.I am working with TEE, and my goal is to send plaintext from the reComputer to the STM32L5 so that it can be encr...

Nirene by Associate II
  • 219 Views
  • 8 replies
  • 4 kudos

Resolved! Ethernet Lwip Ping

Hi, I want to set up the Ethernet peripheral of the STM32H743 microcontroller using lwIP, but I’m facing a problem and I can’t get a ping response. I have reviewed some codes, but they don’t fully explain the cause of the issue. Does anyone have expe...

Serial communication limited to 512 bytes

Hello, I am using a NUCLEO-H7A3ZI-Q to send and receive packets over serial. I have a varying payload size, so I am using: HAL_UARTEx_ReceiveToIdle_DMA(&huart3, rx_buffer, 4096); as this searches for an idle at the end of the frame to begin processin...

Pincate by Associate II
  • 191 Views
  • 7 replies
  • 4 kudos

USB PD (UCPD) on STM32H562

Hi,I´ve problems getting UCPD running on a STM32H563. With STM32G0 I´ve alraedy realized a lot of such projects with UCPD. Hence I suggest, that it maybe is a problem of the DMA which is much more complicated to configure on the H5. Is there any info...

AWack by Associate III
  • 798 Views
  • 6 replies
  • 0 kudos

Example for USB HID / NUCLEO-071RB

I have a NUCLEO-071RB development board.Is there a ready to run example for this board somewhere?I tried to generate a bare bone example with CubeMX.The code loads and runs but hangs in here:MX_ThreadX_Init =>  tx_kernel_enter => tx_initiali ze_kerne...

nyholku by Associate
  • 59 Views
  • 1 replies
  • 0 kudos

USBX MSC *media_status value meaning

Hello!i'm developing a firmware that use an SD card connected to USBX MSC, and i have a couple of question i want to understand better the  ULONG *media_status value returned in the function :UINT USBD_STORAGE_Status(VOID *storage_instance, ULONG lun...

ABasi.2 by Senior
  • 525 Views
  • 11 replies
  • 0 kudos