STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F4 USB CDC+MSC+HID Composite Devices

I have tried create a USB Composite Device(CDC+MSC+HID) using STM32_USB_Device_Library V1.2.1, CDC and MSC works but HID not workable. When I use USBD_HID_SendReport() to send data to PC, MCU stuck.I have change the sequence of CDC/MSC/HID Interface/...

RHuan.1 by Associate
  • 264 Views
  • 2 replies
  • 0 kudos

USART1 Byte length off for some reason

Hi, I am unable to interface with a sensor over RS485. I have a uart->RS485 converter hooked up to pins for USART1 (Tx on PD8, Rx on PD9) on a Nucleo-F439ZI.I also have a USBtoRS485 converter with which i'm able to communicate to the sensor fine. I h...

debug by Associate II
  • 24 Views
  • 0 replies
  • 0 kudos

STM32F030C6T6 SPI DMA alignment problems

Hello everyone,I am facing a problem related to my STM32F030C6T6 controlleron SPI DMA transfers and hope for your support.I'm using SPI DMA to continuously transfer data from the master to the slave controller. The message consists of 12 byteseach tr...

MaJo1 by Visitor
  • 58 Views
  • 2 replies
  • 0 kudos

STM32U5 generated code voltage scaling

If I generate projects for the STM32U5A9 with sysclks/hclks of 4/48/90/160 Mhz.Then HAL_PWREx_ControlVoltageScaling is always ran early on including with an argument off PWR_REGULATOR_VOLTAGE_SCALE2 for 90 MHz.However the function HAL_PWREx_ControlVo...

Kevlar700 by Associate III
  • 105 Views
  • 2 replies
  • 0 kudos

STM32U5 sleep

hi all,i am developing a project using stm32u585 microcontroller which can connect to the external devices using ethernet and USB protocols.i need to put the controller in sleep or any low power mode when ever a sleep command is reached through the U...

sabari1 by Associate III
  • 17 Views
  • 0 replies
  • 0 kudos