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! Azure RTOS USBX CDC ACM example on NUCLEO-H743ZI2 call to "ux_utility_memory_compare" in "usbx_cdc_acm_read_thread_entry" always fails to match, can't pull the slave interface and never receives data.

I'm using a NUCLEO-H743ZI2 board and following the examples in Ux_Device_CDC_ACM targeting H723 and Ux_Device_HID_CDC_ACM targeting H747, but no data ever comes in and fails to match the "ux_utility_memory_compare" function in "usbx_cdc_acm_read_thre...

0693W00000QLN6NQAX.png
MLeon.2 by Associate
  • 1782 Views
  • 1 replies
  • 0 kudos

Resolved! stm32u585 usbx device cdc + dfu

Hello!I'm trying to create a USB composite device with 2 registered classes DFU and CDC ACM, using USBX middleware on stm32u585 mcu.I was going through those two examples on git:STM32CubeU5/Projects/B-U585I-IOT02A/Applications/USBX/Ux_Device_DFU/STM3...

MApli.1 by Associate II
  • 2599 Views
  • 1 replies
  • 0 kudos

Resolved! stm32g431 CAN bus and USB dfu

I would like, if possible to use the 64 pin package in my design. The problem is that I need a CAN bus and would like to program the chip straight from USB (with potentially needed level shifting?) with the DFU I've heard so much about. I can move CA...

dshekter1 by Associate II
  • 3085 Views
  • 2 replies
  • 1 kudos

STM32F4 HAL Composite USB Device Example

Posted on November 10, 2014 at 14:30Hello. I am using the new HAL library for writing a program for STM32F4Discovery (for university presentation). The program activates a USB FS CDC device once running to speak with a PC. I've attached an SD card s...