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

How can a signature be added to a driver?

HelloI'm wanting an STM32 device to communicate with a laptop directly over the USB (i.e. using a CDC module). I've been following ST's "STM32 USB training - 09.3 USB CDC libusb device lab" video.In the video (at 13:18) they talk about installing a d...

RWilt.1 by Associate II
  • 2154 Views
  • 7 replies
  • 0 kudos

Is it possible to design a system using STM32F722 to have both USB MSC and SDMMC to read/write date to SD card both by MCU and by external PC interchangeable information on the same file in SD card?

I am looking for some guidance how to implement a system that utilize both SDMMC and USB MSC so I can read/write data inside SD card from MCU and external PC.Thank you for your helps

STM32 USB VCP racing condition

I've noticed that when I connect my STM32F3Discovery board, configured as a USB virtual COM port, using only the USER cable, I will get the "USB device not recognized" error on the windows side, and more specifically "Device descriptor failed" in dev...

IJoe.1 by Associate II
  • 482 Views
  • 1 replies
  • 0 kudos

STM32F103 HAL UART Receive Interrupt not working

I'me using STM32F103C8 MCU with Stm32CubeIDE 1.6.1. Project uses CMSIS OS v1 and 3 UARTs enabled global interrupts. UART settings 57600 8 N 1 for all three.Interrupts handled in the callback:uint8_t rxByte[UART_COUNT] = {0}; QueueHandle_t uartQueue...

RaJa by Associate II
  • 954 Views
  • 2 replies
  • 0 kudos